Changeset 672 for trunk/wp-includes/functions.php
- Timestamp:
- 12/31/2003 11:51:41 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r652 r672 542 542 543 543 function get_settings($setting) { 544 global $wpdb, $cache_settings, $use_cache; 544 global $wpdb, $cache_settings, $use_cache, $REQUEST_URI; 545 if (strstr($REQUEST_URI, 'install.php')) return false; 545 546 if ((empty($cache_settings)) OR (!$use_cache)) { 546 547 $settings = get_alloptions();
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)