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:
parent
2bac335bdc
commit
0a70901c50
|
@ -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">
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue