Make WordPress Core

Changeset 43890


Ignore:
Timestamp:
11/12/2018 01:56:41 PM (6 years ago)
Author:
azaozz
Message:

Fix linting after [43889].

See #45264.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/src/wp-includes/js/tinymce/plugins/wordpress/plugin.js

    r43889 r43890  
    2020
    2121    function toggleToolbars( state ) {
    22         var iframe, initial, toolbars,
     22        var initial, toolbars,
    2323            pixels = 0,
    2424            classicBlockToolbar = tinymce.$( '.block-library-classic__toolbar' );
     
    438438            tooltip: 'Add Media',
    439439            icon: 'dashicon dashicons-admin-media',
    440             cmd: 'WP_Medialib',
     440            cmd: 'WP_Medialib'
    441441        } );
    442442
Note: See TracChangeset for help on using the changeset viewer.