Changeset 420501
- Timestamp:
- 08/08/2011 07:25:04 AM (15 years ago)
- File:
-
- 1 edited
-
monitor-seo-essentials/trunk/main.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
monitor-seo-essentials/trunk/main.php
r420498 r420501 26 26 27 27 function dss_enqueue_style() { 28 $style_url = WP_PLUGIN_URL . '/ dashboard_social_stats/css/style.css';29 $style_file = WP_PLUGIN_DIR . '/ dashboard_social_stats/css/style.css';28 $style_url = WP_PLUGIN_URL . '/monitor-seo-essentials/css/style.css'; 29 $style_file = WP_PLUGIN_DIR . '/monitor-seo-essentials/css/style.css'; 30 30 if ( file_exists( $style_file ) ) { 31 31 wp_register_style( 'dss_style', $style_url );
Note: See TracChangeset
for help on using the changeset viewer.