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') . '

' );