Fix closing div in wp_print_request_filesystem_credentials_modal().

Props trepmal.
Fixes #33737.
Built from https://develop.svn.wordpress.org/trunk@33908


git-svn-id: http://core.svn.wordpress.org/trunk@33877 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-09-05 15:17:24 +00:00
parent 1e90498102
commit 465e348c12
2 changed files with 2 additions and 2 deletions

View File

@ -1232,7 +1232,7 @@ function wp_print_request_filesystem_credentials_modal() {
<div class="notification-dialog" role="dialog" aria-labelledby="request-filesystem-credentials-title" tabindex="0">
<div class="request-filesystem-credentials-dialog-content">
<?php request_filesystem_credentials( site_url() ); ?>
<div>
</div>
</div>
</div>
<?php

View File

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