Changeset 25606 for trunk/src/wp-admin/includes/user.php
- Timestamp:
- 09/24/2013 06:13:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/user.php
r25204 r25606 86 86 $user->description = trim( $_POST['description'] ); 87 87 88 foreach ( _wp_get_user_contactmethods( $user ) as $method => $name ) {88 foreach ( wp_get_user_contact_methods( $user ) as $method => $name ) { 89 89 if ( isset( $_POST[$method] )) 90 90 $user->$method = sanitize_text_field( $_POST[$method] );
Note: See TracChangeset
for help on using the changeset viewer.