Make WordPress Core


Ignore:
Timestamp:
10/14/2007 01:08:07 AM (18 years ago)
Author:
ryan
Message:

Allow single post ID and comma delimited list of post IDs to be passed to update_postmeta_cache(). Fix default cache to allow storage of empty array. see #5194

File:
1 edited

Legend:

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

    r5870 r6247  
    268268            $group = 'default';
    269269
    270         if (NULL == $data)
     270        if (NULL === $data)
    271271            $data = '';
    272272
Note: See TracChangeset for help on using the changeset viewer.