Changeset 6014
- Timestamp:
- 10/10/2017 12:06:36 AM (7 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/plugins
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-badge-generator/includes/html-badges.php
r4594 r6014 229 229 remove_all_actions( 'wp_print_styles' ); 230 230 231 remove_action( 'wp_head', 'wp_custom_css_cb', 11 ); // todo compat with WP 4.7. this line can be removed when r39616 is merged to the 4.7 branch232 231 remove_action( 'wp_head', 'wp_custom_css_cb', 101 ); 233 232 } -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-coming-soon-page/classes/wordcamp-coming-soon-page.php
r5956 r6014 80 80 } 81 81 82 remove_action( 'wp_head', 'wp_custom_css_cb', 11 ); // todo compat with WP 4.7. this line can be removed when r39616 is merged to the 4.7 branch83 82 remove_action( 'wp_head', 'wp_custom_css_cb', 101 ); 84 83 } -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-site-cloner/includes/source-site-id-setting.php
r4726 r6014 35 35 36 36 // Disable the current site's Custom CSS from being output 37 remove_action( 'wp_head', 'wp_custom_css_cb', 11 ); // todo compat with WP 4.7. this line can be removed when r39616 is merged to the 4.7 branch38 37 remove_action( 'wp_head', 'wp_custom_css_cb', 101 ); 39 38 }
Note: See TracChangeset
for help on using the changeset viewer.