Changeset 5053
- Timestamp:
- 03/16/2007 10:05:15 PM (19 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-includes/classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/classes.php
r4839 r5053 1618 1618 else 1619 1619 $this->query_vars[$wpvar] = ''; 1620 1621 if ( !empty( $this->query_vars[$wpvar] ) ) 1622 $this->query_vars[$wpvar] = (string) $this->query_vars[$wpvar]; 1620 1623 } 1621 1624
Note: See TracChangeset
for help on using the changeset viewer.