Changeset 3519
- Timestamp:
- 02/12/06 08:14:10 (3 years ago)
- Files:
-
- trunk/wp-includes/classes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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 }
