Changeset 34582
- Timestamp:
- 09/26/2015 06:14:25 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-new.php
r34265 r34582 395 395 <td><input name="url" type="url" id="url" class="code" value="<?php echo esc_attr( $new_user_uri ); ?>" /></td> 396 396 </tr> 397 <?php398 /**399 * Filter the display of the password fields.400 *401 * @since 1.5.1402 *403 * @param bool $show Whether to show the password fields. Default true.404 */405 if ( apply_filters( 'show_password_fields', true ) ) : ?>406 397 <tr class="form-field form-required user-pass1-wrap"> 407 398 <th scope="row"> … … 446 437 </td> 447 438 </tr> 448 <?php endif; ?>449 439 <?php } // !is_multisite ?> 450 440 <tr class="form-field">
Note: See TracChangeset
for help on using the changeset viewer.