Changeset 21553 for trunk/wp-includes/post.php
- Timestamp:
- 08/20/2012 05:25:06 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r21550 r21553 1043 1043 if ( true === $args->query_var ) 1044 1044 $args->query_var = $post_type; 1045 $args->query_var = sanitize_title_with_dashes($args->query_var); 1045 else 1046 $args->query_var = sanitize_title_with_dashes($args->query_var); 1046 1047 $wp->add_query_var($args->query_var); 1047 1048 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)