Skip to:
Content

BuddyPress.org

Changeset 9841


Ignore:
Timestamp:
05/06/2015 05:40:16 AM (9 years ago)
Author:
r-a-y
Message:

Activity Admin: Fix loading image when replying to an item in multisite.

Props lenasterg, pareshradadiya.

Fixes #6337.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-admin.php

    r9834 r9841  
    10051005                            <a href="#" class="save button-primary alignright"><?php _e( 'Reply', 'buddypress' ); ?></a>
    10061006
    1007                             <img class="waiting" style="display:none;" src="<?php echo esc_url( bp_get_admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />
     1007                            <img class="waiting" style="display:none;" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />
    10081008                            <span class="error" style="display:none;"></span>
    10091009                            <br class="clear" />
Note: See TracChangeset for help on using the changeset viewer.