Press This: fix notices/errors classes. Props michael-arestad. Fixes #31456.

Built from https://develop.svn.wordpress.org/trunk@31549


git-svn-id: http://core.svn.wordpress.org/trunk@31530 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2015-02-26 01:31:26 +00:00
parent 5f27c59f49
commit 9e7561a8d4
3 changed files with 3 additions and 3 deletions

View File

@ -606,7 +606,7 @@
var $alerts = $( '.editor-wrapper div.alerts' ),
className = error ? 'is-error' : 'is-notice';
$alerts.append( $( '<p class="' + className + '">' ).text( msg ) );
$alerts.append( $( '<p class="alert ' + className + '">' ).text( msg ) );
}
/**

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31548';
$wp_version = '4.2-alpha-31549';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.