Changeset 3519
- Timestamp:
- 02/12/2006 08:14:10 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/classes.php
r3517 r3519 269 269 270 270 // Shorthand. 271 $q = $this->query_vars;271 $q = &$this->query_vars; 272 272 273 273 // First let's clear some variables … … 682 682 } 683 683 684 // Save any changes made to the query vars.685 $this->query_vars = $q;686 684 return $this->posts; 687 685 }
Note: See TracChangeset
for help on using the changeset viewer.