From ccc74eef47c4638905c344a36013e25b83b467c7 Mon Sep 17 00:00:00 2001 From: nbachiyski Date: Mon, 23 Aug 2010 18:55:26 +0000 Subject: [PATCH] Fix typo There were multiple to-s git-svn-id: http://svn.automattic.com/wordpress/trunk@15523 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/edit.php b/wp-admin/edit.php index df729fb04..98387f313 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -148,7 +148,7 @@ if ( 'post' == $post_type ) { ); } elseif ( 'page' == $post_type ) { add_contextual_help($current_screen, - '

' . __('Pages are similar to to Posts in that they have a title, body text, and associated metadata, but they are different in that they are not part of the chronological blog stream, kind of like permanent posts. Pages are not categorized or tagged, but can have a hierarchy. You can nest Pages under other Pages by making one the “Parent” of the other, creating a group of Pages.') . '

' . + '

' . __('Pages are similar to Posts in that they have a title, body text, and associated metadata, but they are different in that they are not part of the chronological blog stream, kind of like permanent posts. Pages are not categorized or tagged, but can have a hierarchy. You can nest Pages under other Pages by making one the “Parent” of the other, creating a group of Pages.') . '

' . '

' . __('Managing Pages is very similar to managing Posts, and the screens can be customized in the same way.') . '

' . '

' . __('You can also perform the same types of actions, including narrowing the list by using the filters, acting on a Page using the action links that appear when you hover over a row, or using the Bulk Actions menu to edit the metadata for multiple Pages at once.') . '

' . '

' . __('For more information:') . '

' .