Make WordPress Core


Ignore:
Timestamp:
07/27/2010 06:02:45 PM (14 years ago)
Author:
markjaquith
Message:

These are not verbs. http://notaverb.com/badbad_verbs

File:
1 edited

Legend:

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

    r15430 r15473  
    7171                $menu_item_data = (array) wp_setup_nav_menu_item( get_post( $menu_item_id ) );
    7272
    73                 // setup the data we need in one pass through the array of menu items
     73                // set up the data we need in one pass through the array of menu items
    7474                $dbids_to_orders = array();
    7575                $orders_to_dbids = array();
     
    145145                $menu_item_data = (array) wp_setup_nav_menu_item( get_post( $menu_item_id ) );
    146146
    147                 // setup the data we need in one pass through the array of menu items
     147                // set up the data we need in one pass through the array of menu items
    148148                $dbids_to_orders = array();
    149149                $orders_to_dbids = array();
Note: See TracChangeset for help on using the changeset viewer.