Changeset 3388 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
- Timestamp:
- 06/16/2016 12:46:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
r3386 r3388 114 114 */ 115 115 function hreflang_link_attributes() { 116 wp_cache_add_global_groups( array( 'locale-associations' ) ); 116 117 117 118 if ( false === ( $sites = wp_cache_get( 'local-sites', 'locale-associations' ) ) ) { … … 161 162 } ); 162 163 163 wp_cache_set( 'local-sites', $sites, 'locale-associations' , DAY_IN_SECONDS);164 wp_cache_set( 'local-sites', $sites, 'locale-associations' ); 164 165 } 165 166
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)