Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/03/2016 06:14:41 AM (9 years ago)
Author:
tw2113
Message:

More cleanup and new phpdocs for functions or methods in the XProfile component.

See #6406.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-screens.php

    r10417 r10434  
    303303function xprofile_screen_change_cover_image() {
    304304
    305     // Bail if not the correct screen
     305    // Bail if not the correct screen.
    306306    if ( ! bp_is_my_profile() && ! bp_current_user_can( 'bp_moderate' ) ) {
    307307        return false;
Note: See TracChangeset for help on using the changeset viewer.