Changeset 5283
- Timestamp:
- 04/18/2007 10:51:54 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/rewrite.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rewrite.php
r5150 r5283 64 64 function url_to_postid($url) { 65 65 global $wp_rewrite; 66 67 $url = apply_filters('url_to_postid', $url); 66 68 67 69 // First, check to see if there is a 'p=N' or 'page_id=N' to match against
Note: See TracChangeset
for help on using the changeset viewer.