Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/29/2020 09:43:16 PM (6 years ago)
Author:
imath
Message:

Core: fix PHP code standards & typos in inline comments

Props passoniate

Fixes #8225
Fixes #8226
Fixes #8227
Fixes #8228
Fixes #8229

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/deprecated/2.5.php

    r11447 r12547  
    8080
    8181        $value          = array_shift( $original_value );
    82         $recipient_name = $value->get_name();     // Value - name
    83         $value          = $value->get_address();  // Key   - email
     82        $recipient_name = $value->get_name();     // Value - name.
     83        $value          = $value->get_address();  // Key   - email.
    8484    }
    8585
Note: See TracChangeset for help on using the changeset viewer.