Commit c5212fe1 authored by Andrew Nacin's avatar Andrew Nacin
Browse files

Simplify error in validate_file_to_edit().

props MattyRob for initial patch.
fixes #25924.

Built from https://develop.svn.wordpress.org/trunk@27219


git-svn-id: https://core.svn.wordpress.org/trunk@27076 1a063a9b-81f0-0310-95a4-ce76da25c4cd
parent 78bf4a7e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ function validate_file_to_edit( $file, $allowed_files = '' ) {

	switch ( $code ) {
		case 1 :
			wp_die( __('Sorry, can’t edit files with “..” in the name. If you are trying to edit a file in your WordPress home directory, you can just type the name of the file in.' ));
			wp_die( __( 'Sorry, that file cannot be edited.' ) );

		//case 2 :
		//	wp_die( __('Sorry, can’t call files with their real path.' ));