Skip to:
Content

BuddyPress.org

Changeset 3560 for trunk/bp-xprofile.php


Ignore:
Timestamp:
12/22/2010 01:48:36 PM (14 years ago)
Author:
boonebgorges
Message:

Adds rel=nofollow to xprofile data links. Fixes #2696. Fixes a handful of WP_DEBUG errors throughout xprofile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile.php

    r3514 r3560  
    840840    global $bp, $wpdb;
    841841
    842     if ( (int)$bp->site_options['bp-disable-profile-sync'] )
     842    if ( !empty( $bp->site_options['bp-disable-profile-sync'] ) && (int)$bp->site_options['bp-disable-profile-sync'] )
    843843        return true;
    844844
Note: See TracChangeset for help on using the changeset viewer.