Changeset 5053
- Timestamp:
- 03/16/07 22:05:15 (1 year ago)
- Files:
-
- branches/2.0/wp-includes/classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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
