Changeset 4726 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-site-cloner/includes/source-site-id-setting.php
- Timestamp:
- 01/19/2017 12:45:23 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-site-cloner/includes/source-site-id-setting.php
r4577 r4726 158 158 restore_current_blog(); 159 159 160 /* 161 * The vanilla CSS will be sanitized by Jetpack and our custom sanitization during `update_custom_css_data`. 162 * The theme mods need to be set _first_, so that the Jetpack knows whether or not a preprocessor should 163 * be used. 164 */ 165 set_theme_mod( 'jetpack_custom_css', $source_site_theme_mods ); 160 166 wp_update_custom_css_post( $source_site_css ); 161 set_theme_mod( 'jetpack_custom_css', $source_site_theme_mods );162 167 } 163 168 }
Note: See TracChangeset
for help on using the changeset viewer.