Changeset 3911
- Timestamp:
- 06/24/06 05:54:52 (3 years ago)
- Files:
-
- branches/2.0/wp-includes/vars.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-includes/vars.php
r3889 r3911 2 2 3 3 // On which page are we ? 4 if (preg_match('#([^/]+ .php)#', $PHP_SELF, $self_matches)) {4 if (preg_match('#([^/]+\.php)$#', $PHP_SELF, $self_matches)) { 5 5 $pagenow = $self_matches[1]; 6 6 } else if (strstr($PHP_SELF, '?')) {
