Make WordPress Core

Changeset 31605


Ignore:
Timestamp:
03/03/2015 09:17:22 PM (10 years ago)
Author:
helen
Message:

Fix some inline doc typos that were missed in [31604]. see #25698.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/nav-menu.js

    r31604 r31605  
    392392            } );
    393393
    394             // We have to update on click aswell because we might hover first, change the item and then click.
     394            // We have to update on click as well because we might hover first, change the item, and then click.
    395395            menu.on( 'click', '.item-edit', function() {
    396396                api.refreshAdvancedAccessibilityOfItem( $( this ) );
     
    415415         * Shows or hides buttons based on the location of the menu item.
    416416         *
    417          * @param  {object} itemToRefresh The menu item that might need it's advanced accessibility buttons refreshed
     417         * @param  {object} itemToRefresh The menu item that might need its advanced accessibility buttons refreshed
    418418         */
    419419        refreshAdvancedAccessibilityOfItem : function( itemToRefresh ) {
Note: See TracChangeset for help on using the changeset viewer.