Changeset 1354812
- Timestamp:
- 02/20/2016 05:16:08 PM (10 years ago)
- File:
-
- 1 edited
-
blue-storage/trunk/blue-storage.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
blue-storage/trunk/blue-storage.php
r1354792 r1354812 89 89 return array_merge($tabs, $newtab); 90 90 } 91 } 92 93 // Style sheet used on plugin settings page 94 add_action( 'admin_enqueue_scripts', 'add_settings_stylesheet' ); 95 function add_settings_stylesheet( $page ) { 96 wp_enqueue_style( 'prefix-style', plugins_url('css/blue-storage.css', __FILE__) ); 91 97 } 92 98
Note: See TracChangeset
for help on using the changeset viewer.