Changeset 1043 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-coming-soon-page/classes/wordcamp-coming-soon-page.php
- Timestamp:
- 12/15/2014 07:49:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-coming-soon-page/classes/wordcamp-coming-soon-page.php
r1002 r1043 46 46 47 47 /** 48 * Dequeue all enqueued stylesheets 48 * Dequeue all enqueued stylesheets and Custom CSS 49 49 */ 50 50 protected function dequeue_all_stylesheets() { … … 52 52 wp_dequeue_style( $stylesheet ); 53 53 } 54 55 remove_action( 'wp_head', array( 'Jetpack_Custom_CSS', 'link_tag' ), 101 ); 54 56 } 55 57
Note: See TracChangeset
for help on using the changeset viewer.