Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/10/2011 06:32:02 AM (14 years ago)
Author:
djpaul
Message:

Tidy up whitespace. Fixes #3466, props cnorris23

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-screens.php

    r4907 r4961  
    7979 * @uses bp_is_my_profile()
    8080 */
    81 function bp_activity_reset_my_new_mentions() { 
     81function bp_activity_reset_my_new_mentions() {
    8282    if ( bp_is_my_profile() )
    8383        bp_activity_clear_new_mentions( bp_loggedin_user_id() );
     
    9191    if ( !bp_is_activity_component() )
    9292        return false;
    93    
    94     if ( empty( $bp->current_action ) || !is_numeric( $bp->current_action ) ) 
    95         return false; 
    96    
     93
     94    if ( empty( $bp->current_action ) || !is_numeric( $bp->current_action ) )
     95        return false;
     96
    9797    // Get the activity details
    9898    $activity = bp_activity_get_specific( array( 'activity_ids' => bp_current_action(), 'show_hidden' => true ) );
Note: See TracChangeset for help on using the changeset viewer.