Changeset 5119 for trunk/wp-admin/admin-functions.php
- Timestamp:
- 03/27/2007 11:45:41 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r5118 r5119 491 491 $user->user_email = wp_specialchars( trim( $_POST['email'] )); 492 492 if ( isset( $_POST['url'] ) ) { 493 $user->user_url = wp_specialchars( trim( $_POST['url'] ));493 $user->user_url = clean_url( trim( $_POST['url'] )); 494 494 $user->user_url = preg_match('/^(https?|ftps?|mailto|news|irc|gopher|nntp|feed|telnet):/is', $user->user_url) ? $user->user_url : 'http://'.$user->user_url; 495 495 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)