Changeset 7520 for trunk/wp-includes/classes.php
- Timestamp:
- 03/26/2008 06:37:19 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/classes.php
r7503 r7520 15 15 16 16 function add_query_var($qv) { 17 $this->public_query_vars[] = $qv; 17 if ( !in_array($qv, $this->public_query_vars) ) 18 $this->public_query_vars[] = $qv; 18 19 } 19 20
Note: See TracChangeset
for help on using the changeset viewer.