Make WordPress Core

Changeset 22676


Ignore:
Timestamp:
11/19/2012 08:39:52 AM (12 years ago)
Author:
nacin
Message:

This should be a cache add, not a cache set. see #22503.

File:
1 edited

Legend:

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

    r22674 r22676  
    43394339                }
    43404340            }
    4341             wp_cache_set( 'icon_files', $icon_files, 'default', 600 );
     4341            wp_cache_add( 'icon_files', $icon_files, 'default', 600 );
    43424342        }
    43434343
Note: See TracChangeset for help on using the changeset viewer.