Changeset 5020 for trunk/wp-includes/link-template.php
- Timestamp:
- 03/10/2007 06:25:33 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/link-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r5019 r5020 25 25 $string = trailingslashit($string); 26 26 else 27 $string = preg_replace('|/+$|', '', $string); // untrailing slash27 $string = untrailingslashit($string); 28 28 29 29 // Note that $type_of_url can be one of following:
Note: See TracChangeset
for help on using the changeset viewer.