Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/10/2023 06:22:42 AM (3 years ago)
Author:
imath
Message:

Core, Activity: remove more never used inited variables in functions

Props upadalavipul, kajalgohel, viralsampat

Fixes #8892
Closes https://github.com/buddypress/buddypress/pull/115

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/classes/class-bp-invitation-manager.php

    r13172 r13500  
    170170     */
    171171    public function send_invitation_by_id( $invitation_id = 0, $args = array() ) {
    172         $updated = false;
    173 
    174172        $invitation = new BP_Invitation( $invitation_id );
    175173
     
    328326     */
    329327    public function send_request_notification_by_id( $request_id = 0, $args = array() ) {
    330         $updated = false;
    331 
    332328        $request = new BP_Invitation( $request_id );
    333329
Note: See TracChangeset for help on using the changeset viewer.