Changeset 1274 for trunk/wp-includes/functions.php
- Timestamp:
- 05/14/2004 08:47:01 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r1256 r1274 1237 1237 $match = preg_replace('|[?]|', '', $match, 1); 1238 1238 1239 $feedmatch = str_replace('?/?', '/', $match);1239 $feedmatch = trailingslashit(str_replace('?/?', '/', $match)); 1240 1240 $trackbackmatch = $feedmatch; 1241 1241
Note: See TracChangeset
for help on using the changeset viewer.