Changeset 5052
- Timestamp:
- 03/16/2007 10:01:26 PM (19 years ago)
- File:
-
- 1 edited
-
branches/2.1/wp-includes/classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.1/wp-includes/classes.php
r4991 r5052 150 150 $this->query_vars[$wpvar] = $perma_query_vars[$wpvar]; 151 151 152 $this->query_vars[$wpvar] = (string) $this->query_vars[$wpvar]; 152 if ( !empty( $this->query_vars[$wpvar] ) ) 153 $this->query_vars[$wpvar] = (string) $this->query_vars[$wpvar]; 153 154 } 154 155
Note: See TracChangeset
for help on using the changeset viewer.