View difference between Paste ID: swrJMLcw and Kj2nCEK7
SHOW: | | - or go back to the newest paste.
1
/* load style for DW Q&A plugin */
2
if( !function_exists('dwqa_sahifa_scripts') ){
3
 function dwqa_sahifa_scripts(){
4-
 wp_enqueue_style( 'dw-sahifa-qa', get_stylesheet_directory_uri() . '/dwqa-templates/style.css' );
4+
 wp_enqueue_style( 'dw-simplex-qa', get_stylesheet_directory_uri() . '/dwqa-templates/style.css' );
5
 }
6
 add_action( 'wp_enqueue_scripts', 'dwqa_sahifa_scripts' );
7
}