Changeset 1531 for trunk/wp-includes/functions.php
- Timestamp:
- 08/11/2004 01:55:34 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r1527 r1531 1205 1205 '%postname%', 1206 1206 '%post_id%', 1207 '%category%',1208 '%author%',1207 '%category%', 1208 '%author%', 1209 1209 '%pagename%' 1210 1210 ); … … 1235 1235 'name=', 1236 1236 'p=', 1237 'category_name=',1238 'author_name=',1239 ' static=1&name=',1237 'category_name=', 1238 'author_name=', 1239 'pagename=', 1240 1240 ); 1241 1241
Note: See TracChangeset
for help on using the changeset viewer.