Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/18/2012 06:03:00 PM (13 years ago)
Author:
r-a-y
Message:

EOF:

  • Fall in line with WordPress 3.4 coding practices by removing all EOF closing PHP tags.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs/bp-blogs-loader.php

    r6093 r6342  
    116116            'item_css_id'         => $this->id
    117117        );
    118        
     118
    119119        $parent_url = trailingslashit( bp_displayed_user_domain() . bp_get_blogs_slug() );
    120        
     120
    121121        $sub_nav[] = array(
    122122            'name'            => __( 'My Sites', 'buddypress' ),
     
    213213}
    214214add_action( 'bp_setup_components', 'bp_setup_blogs', 6 );
    215 
    216 ?>
Note: See TracChangeset for help on using the changeset viewer.