Skip to:
Content

BuddyPress.org

Changeset 12354


Ignore:
Timestamp:
03/08/2019 03:28:49 PM (6 years ago)
Author:
boonebgorges
Message:

Fix bp_activity_custom_update documentation cross-references.

In [11885], the file containing the documented filter was changed, but the
cross-references were not updated accordingly.

Location:
trunk/src/bp-templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress-functions.php

    r12340 r12354  
    989989    } else {
    990990
    991         /** This filter is documented in bp-activity/bp-activity-actions.php */
     991        /** This filter is documented in bp-activity/actions/post.php */
    992992        $activity_id = apply_filters( 'bp_activity_custom_update', false, $object, $item_id, $_POST['content'] );
    993993    }
  • trunk/src/bp-templates/bp-nouveau/includes/activity/ajax.php

    r12348 r12354  
    528528
    529529    } else {
    530         /** This filter is documented in bp-activity/bp-activity-actions.php */
     530        /** This filter is documented in bp-activity/actions/post.php */
    531531        $activity_id = apply_filters( 'bp_activity_custom_update', false, $object, $item_id, $_POST['content'] );
    532532    }
Note: See TracChangeset for help on using the changeset viewer.