Changeset 505858
- Timestamp:
- 02/16/2012 12:04:19 PM (14 years ago)
- File:
-
- 1 edited
-
tf-faq/trunk/faq.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tf-faq/trunk/faq.php
r505656 r505858 191 191 require_once('tffaq-categories.php'); 192 192 } 193 194 /***** add some css to the admin side *****/195 196 function faq_add_css() {197 wp_register_style( 'faq_admin', plugins_url( 'css/faq-style.css' , __FILE__ ) );198 wp_enqueue_style( 'faq_admin' );199 }200 add_action('admin_init','faq_add_css');201 193 202 194 /***** faq functions *****/
Note: See TracChangeset
for help on using the changeset viewer.