mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-15 07:05:37 +01:00
Updates: Properly define $filesystemForm
to handle error in modals.
Amends [39657]. Merges [39689] to the 4.7 branch. See #39057. Built from https://develop.svn.wordpress.org/branches/4.7@39690 git-svn-id: http://core.svn.wordpress.org/branches/4.7@39630 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2d20b59244
commit
8cc3c97b85
@ -1516,6 +1516,8 @@
|
|||||||
* @param {string} message Error message.
|
* @param {string} message Error message.
|
||||||
*/
|
*/
|
||||||
wp.updates.showErrorInCredentialsForm = function( message ) {
|
wp.updates.showErrorInCredentialsForm = function( message ) {
|
||||||
|
var $filesystemForm = $( '#request-filesystem-credentials-form' );
|
||||||
|
|
||||||
// Remove any existing error.
|
// Remove any existing error.
|
||||||
$filesystemForm.find( '.notice' ).remove();
|
$filesystemForm.find( '.notice' ).remove();
|
||||||
$filesystemForm.find( '#request-filesystem-credentials-title' ).after( '<div class="notice notice-alt notice-error"><p>' + message + '</p></div>' );
|
$filesystemForm.find( '#request-filesystem-credentials-title' ).after( '<div class="notice notice-alt notice-error"><p>' + message + '</p></div>' );
|
||||||
|
4
wp-admin/js/updates.min.js
vendored
4
wp-admin/js/updates.min.js
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.7.1-alpha-39683';
|
$wp_version = '4.7.1-alpha-39690';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user