From 165495d292ff15d171c6b56e7d385fb225fc625b Mon Sep 17 00:00:00 2001 From: nbachiyski Date: Fri, 28 May 2010 10:14:09 +0000 Subject: [PATCH] Take out of translatable string For more information: git-svn-id: http://svn.automattic.com/wordpress/trunk@15031 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-form-advanced.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index 929f2085af..624a4a9363 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -185,7 +185,7 @@ if ( 'post' == $post_type ) { '

' . __('Parent - You can arrange your pages in hierarchies. For example, you could have an “About” page that has “Life Story” and “My Dog” pages under it. There are no limits to how many levels you can nest pages.') . '

' . '

' . __('Template - Some themes have custom templates you can use for certain pages that might have additional features or custom layouts. If so, you’ll see them in this dropdown menu.') . '

' . '

' . __('Order - Pages are usually ordered alphabetically, but you can put a number above to change the order pages appear in.') . '

' . - '

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

' . + '

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

' . '

' . __('Page Creation Documentation') . '

' . '

' . __('Support Forums') . '

' );