Changeset 3231
- Timestamp:
- 11/29/2005 02:33:25 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/wp-includes/vars.php ¶
r3007 r3231 3 3 // On which page are we ? 4 4 $PHP_SELF = $_SERVER['PHP_SELF']; 5 if ( empty($PHP_SELF) ) 6 $PHP_SELF = $_SERVER["REQUEST_URI"]; 7 5 8 if (preg_match('#([^/]+.php)#', $PHP_SELF, $self_matches)) { 6 9 $pagenow = $self_matches[1];
Note: See TracChangeset
for help on using the changeset viewer.