Changeset 4990 for trunk/wp-includes/wp-db.php
- Timestamp:
- 03/07/2007 05:29:15 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/wp-db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r4953 r4990 373 373 header('Content-Type: text/html; charset=utf-8'); 374 374 375 if ( strstr($_SERVER['PHP_SELF'], 'wp-admin'))375 if (strpos($_SERVER['PHP_SELF'], 'wp-admin') !== false) 376 376 $admin_dir = ''; 377 377 else
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)