Changeset 9494
- Timestamp:
- 02/11/2020 07:33:48 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-helphub/inc/table-of-contents-lite/includes/class-table-of-contents-lite.php
r9492 r9494 151 151 */ 152 152 public function enqueue_scripts() { 153 wp_enqueue_style( 'table-of-contents', TABLE_OF_CONTENTS_URL . 'assets/css/style.css', array(), '1.0.1');153 wp_enqueue_style( 'table-of-contents', TABLE_OF_CONTENTS_URL . 'assets/css/style.css', array(), 2 ); 154 154 } 155 155
Note: See TracChangeset
for help on using the changeset viewer.