Making WordPress.org


Ignore:
Timestamp:
06/16/2016 11:28:20 AM (10 years ago)
Author:
obenland
Message:

Theme Directory: Use similar cache bucket as plugin directory:

See [3386].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php

    r3293 r3387  
    10631063 */
    10641064function wporg_themes_add_hreflang_link_attributes() {
    1065         $sites = wp_cache_get( 'local-sites', 'wporg-theme-directory' );
     1065        $sites = wp_cache_get( 'local-sites', 'locale-associations' );
    10661066
    10671067        if ( false === $sites ) {
     
    11101110                } );
    11111111
    1112                 wp_cache_set( 'local-sites', $sites, 'wporg-theme-directory', DAY_IN_SECONDS );
     1112                wp_cache_set( 'local-sites', $sites, 'locale-associations', DAY_IN_SECONDS );
    11131113        }
    11141114
Note: See TracChangeset for help on using the changeset viewer.