diff --git a/wp-admin/edit-page-form.php b/wp-admin/edit-page-form.php index 64612344cb..35863101dc 100644 --- a/wp-admin/edit-page-form.php +++ b/wp-admin/edit-page-form.php @@ -123,7 +123,7 @@ if ( !in_array( $post->post_status, array('publish', 'future') ) || 0 == $post_I } if ( ('edit' == $action) && current_user_can('delete_page', $post_ID) ) - echo "post_status) ? __("You are about to delete this draft '%s'\n 'Cancel' to stop, 'OK' to delete.") : __("You are about to delete this page '%s'\n 'Cancel' to stop, 'OK' to delete."), $post->post_title )) . "') ) { return true;}return false;\">" . __('Delete page') . ""; + echo "post_status) ? __("You are about to delete this draft '%s'\n 'Cancel' to stop, 'OK' to delete.") : __("You are about to delete this page '%s'\n 'Cancel' to stop, 'OK' to delete."), $post->post_title )) . "') ) { return true;}return false;\">" . __('Delete page') . ""; ?>