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-messages/js/general.php

    r1166 r1209  
    3434           
    3535            var rand = Math.floor(Math.random()*100001);
    36             jQuery("form#send-reply").before('<div style="display:none;" class="ajax_reply" id="' + rand + '"><img src="<?php echo site_url( MUPLUGINDIR . '/bp-messages/images/loading.gif' ) ?>" alt="Loading" /> &nbsp;Sending Message...</div>');
     36            jQuery("form#send-reply").before('<div style="display:none;" class="ajax_reply" id="' + rand + '"><img src="<?php echo WPMU_PLUGIN_URL . '/bp-messages/images/loading.gif' ?>" alt="Loading" /> &nbsp;Sending Message...</div>');
    3737            jQuery("div#" + rand).fadeIn();
    3838       
Note: See TracChangeset for help on using the changeset viewer.