Make WordPress Core


Ignore:
Timestamp:
03/17/2010 04:39:50 AM (15 years ago)
Author:
markjaquith
Message:

More pedantry. "Setup" is not a verb. http://notaverb.com/setup

File:
1 edited

Legend:

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

    r13722 r13725  
    114114   
    115115    foreach ( $menu_items as $key => $menu_item ) {
    116         // Setup the $menu_item variables
     116        // Set up the $menu_item variables
    117117        $menu_item = wp_setup_nav_menu_item( $menu_item, 'frontend' );
    118118
Note: See TracChangeset for help on using the changeset viewer.