diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 4e71aa8311..2e6f99d0e4 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -468,6 +468,7 @@ foreach ($posts_columns as $column_name=>$column_display_name) { ID ); ?> ID ) ) { ?>"> $column_display_name) { the_excerpt(); $actions = array(); - $actions['edit'] = '' . __('Edit') . ''; + $actions['edit'] = '' . __('Edit') . ''; $actions['delete'] = "ID) . "' onclick=\"if ( confirm('" . js_escape(sprintf( ('draft' == $page->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."), $page->post_title )) . "') ) { return true;}return false;\">" . __('Delete') . ""; $action_count = count($actions); $i = 0;