Changeset 9917
- Timestamp:
- 05/25/2020 06:03:20 AM (5 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/make-core.css
r9915 r9917 124 124 } 125 125 126 body.trac .glossary-item- container{126 body.trac .glossary-item-hidden-content { 127 127 display: none; 128 128 } -
sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-components.php
r9915 r9917 245 245 246 246 function wp_enqueue_scripts() { 247 wp_enqueue_style( 'make-core-trac', plugins_url( '/make-core.css', __FILE__ ), array(), 4);247 wp_enqueue_style( 'make-core-trac', plugins_url( '/make-core.css', __FILE__ ), array(), 5 ); 248 248 } 249 249
Note: See TracChangeset
for help on using the changeset viewer.