Plugin Directory

Changeset 505858


Ignore:
Timestamp:
02/16/2012 12:04:19 PM (14 years ago)
Author:
Evil Genius
Message:

remove custom css from the admin backend

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tf-faq/trunk/faq.php

    r505656 r505858  
    191191    require_once('tffaq-categories.php');
    192192}
    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');
    201193
    202194/*****  faq functions   *****/
Note: See TracChangeset for help on using the changeset viewer.