Changeset 708
- Timestamp:
- 01/03/04 22:20:25 (5 years ago)
- Files:
-
- trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/functions.php
r686 r708 551 551 } 552 552 if (!isset($settings->$setting)) { 553 error_log("get_settings: Didn't find setting $setting");553 return false; 554 554 } 555 555 else {
