Make WordPress Core

Changeset 3028


Ignore:
Timestamp:
11/10/2005 08:59:20 PM (19 years ago)
Author:
ryan
Message:

Return false if we don't find the option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r3026 r3028  
    272272            $value = $value->option_value;
    273273            wp_cache_set($setting, $value, 'options');
     274        } else {
     275            return false;
    274276        }
    275277    }
Note: See TracChangeset for help on using the changeset viewer.