Make WordPress Core

Changeset 32625


Ignore:
Timestamp:
05/27/2015 07:58:38 PM (10 years ago)
Author:
markjaquith
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/user-edit.php

    r32116 r32625  
    473473</tr>
    474474<?php endif; ?>
     475
     476<?php
     477// This is a temporary hook for WordPress 4.3 development. Do not use it or document it.
     478do_action( '__temp_password_field', $profileuser );
     479?>
    475480
    476481<?php
Note: See TracChangeset for help on using the changeset viewer.