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

git-svn-id: https://develop.svn.wordpress.org/trunk@32625 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2015-05-27 19:58:38 +00:00
parent a3f2743f9a
commit 556ffa235a
1 changed files with 5 additions and 0 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">