Changeset 170742 for sydney/2.08/inc/theme-update.php
- Timestamp:
- 06/29/2022 01:22:51 PM (3 years ago)
- Location:
- sydney/2.08
- Files:
-
- 1 edited
- 1 copied
-
. (copied) (copied from sydney/2.07)
-
inc/theme-update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sydney/2.08/inc/theme-update.php
r162755 r170742 300 300 } 301 301 add_action( 'after_switch_theme', 'sydney_footer_default_colors' ); 302 303 304 /** 305 * Set local Google Fonts by default 306 * 307 */ 308 function sydney_default_local_google_fonts() { 309 set_theme_mod( 'perf_google_fonts_local', 1 ); 310 } 311 add_action( 'after_switch_theme', 'sydney_default_local_google_fonts' );
Note: See TracChangeset
for help on using the changeset viewer.