Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/07/2012 07:48:58 PM (12 years ago)
Author:
djpaul
Message:

Add 'history' meta box to admin edit activity screen. See #3660.

File:
1 edited

Legend:

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

    r5576 r5623  
    11011101     */
    11021102    function get_views() {
    1103         $redirect_to = remove_query_arg( array( 'activity_status', 'aid', 'deleted', 'spammed', 'unspammed', ), $_SERVER['REQUEST_URI'] );
     1103        $redirect_to = remove_query_arg( array( 'activity_status', 'aid', 'deleted', 'error', 'spammed', 'unspammed', 'updated', ), $_SERVER['REQUEST_URI'] );
    11041104    ?>
    11051105        <ul class="subsubsub">
Note: See TracChangeset for help on using the changeset viewer.