Changeset 15680 for trunk/wp-includes/functions.php
- Timestamp:
- 10/02/2010 03:08:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r15638 r15680 3484 3484 $url = preg_replace('|/wp-admin/.*|i', '', $schema . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']); 3485 3485 } 3486 return $url;3486 return rtrim($url, '/'); 3487 3487 } 3488 3488
Note: See TracChangeset
for help on using the changeset viewer.