Make WordPress Core


Ignore:
Timestamp:
05/28/2010 10:14:09 AM (15 years ago)
Author:
nbachiyski
Message:

Take out <strong> of translatable string For more information:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r15001 r15031  
    186186    '<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&#8217;ll see them in this dropdown menu.') . '</p>' .
    187187    '<p>' . __('<strong>Order</strong> - Pages are usually ordered alphabetically, but you can put a number above to change the order pages appear in.') . '</p>' .
    188     '<p>' . __('<strong>For more information:</strong>') . '</p>' .
     188    '<p><strong>' . __('For more information:') . '</strong></p>' .
    189189    '<p>' . __('<a href="http://codex.wordpress.org/Pages_Add_New_SubPanel">Page Creation Documentation</a>') . '</p>' .
    190190    '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>'
Note: See TracChangeset for help on using the changeset viewer.