Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/11/2012 05:38:50 PM (12 years ago)
Author:
boonebgorges
Message:

Pinking shears in Core component

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-functions.php

    r6015 r6022  
    7777        if ( !empty( $bp->db_version_raw ) )
    7878            $retval = $bp->db_version_raw;
    79        
     79
    8080        return $retval;
    8181    }
     
    481481    if ( !is_user_logged_in() )
    482482        return false;
    483        
     483
    484484    $user_id = bp_loggedin_user_id();
    485485
     
    950950 * A utility for parsing individual function arguments into an array.
    951951 *
    952  * The purpose of this function is to help with backward compatibility in cases where 
     952 * The purpose of this function is to help with backward compatibility in cases where
    953953 *
    954954 *   function foo( $bar = 1, $baz = false, $barry = array(), $blip = false ) { // ...
Note: See TracChangeset for help on using the changeset viewer.