Changeset 1209 for trunk/bp-blogs/bp-blogs-cssjs.php
- Timestamp:
- 03/15/2009 07:43:18 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-blogs/bp-blogs-cssjs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-cssjs.php
r1052 r1209 3 3 function bp_blogs_add_structure_css() { 4 4 /* Enqueue the structure CSS file to give basic positional formatting for components */ 5 wp_enqueue_style( 'bp-blogs-structure', site_url( MUPLUGINDIR . '/bp-blogs/css/structure.css' ));5 wp_enqueue_style( 'bp-blogs-structure', WPMU_PLUGIN_URL . '/bp-blogs/css/structure.css' ); 6 6 } 7 7 add_action( 'bp_styles', 'bp_blogs_add_structure_css' );
Note: See TracChangeset
for help on using the changeset viewer.