Fix linting after [43889].

See #45264.

Built from https://develop.svn.wordpress.org/branches/5.0@43890


git-svn-id: http://core.svn.wordpress.org/branches/5.0@43719 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2018-11-12 13:57:48 +00:00
parent 48f893b42f
commit 059f413ade
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ tinymce.PluginManager.add( 'wordpress', function( editor ) {
} }
function toggleToolbars( state ) { function toggleToolbars( state ) {
var iframe, initial, toolbars, var initial, toolbars,
pixels = 0, pixels = 0,
classicBlockToolbar = tinymce.$( '.block-library-classic__toolbar' ); classicBlockToolbar = tinymce.$( '.block-library-classic__toolbar' );
@ -437,7 +437,7 @@ tinymce.PluginManager.add( 'wordpress', function( editor ) {
editor.addButton( 'wp_add_media', { editor.addButton( 'wp_add_media', {
tooltip: 'Add Media', tooltip: 'Add Media',
icon: 'dashicon dashicons-admin-media', icon: 'dashicon dashicons-admin-media',
cmd: 'WP_Medialib', cmd: 'WP_Medialib'
} ); } );
editor.addMenuItem( 'add_media', { editor.addMenuItem( 'add_media', {

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.0-beta3-43889'; $wp_version = '5.0-beta3-43890';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.