Take out <strong> of translatable string For more information:
git-svn-id: http://svn.automattic.com/wordpress/trunk@15031 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
16f1b1c89a
commit
165495d292
|
@ -185,7 +185,7 @@ if ( 'post' == $post_type ) {
|
|||
'<p>' . __('<strong>Parent</strong> - 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.') . '</p>' .
|
||||
'<p>' . __('<strong>Template</strong> - 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.') . '</p>' .
|
||||
'<p>' . __('<strong>Order</strong> - Pages are usually ordered alphabetically, but you can put a number above to change the order pages appear in.') . '</p>' .
|
||||
'<p>' . __('<strong>For more information:</strong>') . '</p>' .
|
||||
'<p><strong>' . __('For more information:') . '</strong></p>' .
|
||||
'<p>' . __('<a href="http://codex.wordpress.org/Pages_Add_New_SubPanel">Page Creation Documentation</a>') . '</p>' .
|
||||
'<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>'
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue