Insert temporary password field hook for feature development in a plugin.

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


git-svn-id: http://core.svn.wordpress.org/trunk@32595 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Mark Jaquith 2015-05-27 19:59:25 +00:00
parent 2bac335bdc
commit 0a70901c50
2 changed files with 6 additions and 1 deletions

View File

@ -473,6 +473,11 @@ if ( $show_password_fields ) :
</tr>
<?php endif; ?>
<?php
// This is a temporary hook for WordPress 4.3 development. Do not use it or document it.
do_action( '__temp_password_field', $profileuser );
?>
<?php
if ( IS_PROFILE_PAGE && count( $sessions->get_all() ) === 1 ) : ?>
<tr class="user-sessions-wrap hide-if-no-js">

View File

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