Make WordPress Core


Ignore:
Timestamp:
04/29/2010 05:12:12 AM (15 years ago)
Author:
nacin
Message:

Small fixes to the initial nav menu message. props koopersmith, see #13134.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/nav-menus.php

    r14287 r14288  
    413413                                </ul>
    414414                            <?php elseif ( empty($nav_menu_selected_id) ):
    415                                 echo '<p>' . __('To create your first custom menu, give it a name above, then choose items like pages, categories or custom links from the left column to add to this menu.') . '</p>';
     415                                echo '<div class="post-body-plain">';
     416                                echo '<p>' . __('To create a custom menu, give it a name above, then choose items like pages, categories or custom links from the left column to add to this menu.') . '</p>';
    416417                                echo '<p>' . __('After you have added your items, drag and drop to put them in the order you want, and click each item to reveal additional configuration options.') . '</p>';
    417418                                echo '<p>' . __('When you are finished building your custom menu, make sure you click the Save Menu button above.') . '</p>';
    418419                                echo '<p>' . __('You can create multiple menus. You can also display custom menus using the new "Custom Menu" widget.') . '</p>';
    419                                 echo '<p>' . __('For more information on this feature, see the <a href="codex link">Custom Menus</a> article in the Codex.') . '</p>';
     420                                echo '<p>' . sprintf( __('For more information on this feature, see the <a href="%s">Custom Menus</a> article in the Codex.'), _x('http://codex.wordpress.org/Custom_Menus', 'Custom Menus codex page') ) . '</p>';
     421                                echo '</div>';
    420422                            endif; ?>
    421423                            <br class="clear" />
Note: See TracChangeset for help on using the changeset viewer.