Make WordPress Core

Changeset 49058


Ignore:
Timestamp:
09/27/2020 07:36:02 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in a comment in js/media/routers/manage.js.

Props mukesh27, garrett-eclipse.
Fixes #51397.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/media/routers/manage.js

    r47122 r49058  
    3030    },
    3131
    32     // Respond to the search route by filling the search field and trigggering the input event.
     32    // Respond to the search route by filling the search field and triggering the input event.
    3333    search: function( query ) {
    3434        jQuery( '#media-search-input' ).val( query ).trigger( 'input' );
Note: See TracChangeset for help on using the changeset viewer.