Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/15/2009 07:43:18 AM (17 years ago)
Author:
apeatling
Message:

Removed all references to deprecated MUPLUGINDIR and replaced with WPMU_PLUGIN_DIR and WPMU_PLUGIN_URL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs/bp-blogs-cssjs.php

    r1052 r1209  
    33function bp_blogs_add_structure_css() {
    44    /* 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' ); 
    66}
    77add_action( 'bp_styles', 'bp_blogs_add_structure_css' );
Note: See TracChangeset for help on using the changeset viewer.