From 4078b8a301c116c4888be0991ad9c1d2ce57b1e0 Mon Sep 17 00:00:00 2001 From: Nikolay Bachiyski Date: Fri, 28 May 2010 10:14:09 +0000 Subject: [PATCH] Take out of translatable string For more information: git-svn-id: https://develop.svn.wordpress.org/trunk@15031 602fd350-edb4-49c9-b593-d223f7449a82 --- 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') . '

' );