Make WordPress Core


Ignore:
Timestamp:
12/13/2011 11:45:31 PM (13 years ago)
Author:
ryan
Message:

Use one space, not two, after trailing punctuation. fixes #19537

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/nav-menu-template.php

    r18746 r19593  
    114114 * Optional $args contents:
    115115 *
    116  * menu - The menu that is desired.  Accepts (matching in order) id, slug, name. Defaults to blank.
     116 * menu - The menu that is desired. Accepts (matching in order) id, slug, name. Defaults to blank.
    117117 * menu_class - CSS class to use for the ul element which forms the menu. Defaults to 'menu'.
    118118 * menu_id - The ID that is applied to the ul element which forms the menu. Defaults to the menu slug, incremented.
     
    126126 * link_after - Text after the link.
    127127 * echo - Whether to echo the menu or return it. Defaults to echo.
    128  * depth - how many levels of the hierarchy are to be included.  0 means all. Defaults to 0.
     128 * depth - how many levels of the hierarchy are to be included. 0 means all. Defaults to 0.
    129129 * walker - allows a custom walker to be specified.
    130  * theme_location - the location in the theme to be used.  Must be registered with register_nav_menu() in order to be selectable by the user.
     130 * theme_location - the location in the theme to be used. Must be registered with register_nav_menu() in order to be selectable by the user.
    131131 * items_wrap - How the list items should be wrapped. Defaults to a ul with an id and class. Uses printf() format with numbered placeholders.
    132132 *
Note: See TracChangeset for help on using the changeset viewer.