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-core/deprecated/1.5.php

    r4907 r4961  
    218218 */
    219219function bp_page_title() {
    220     echo bp_get_page_title(); 
     220    echo bp_get_page_title();
    221221}
    222222    /**
     
    260260function groups_at_message_notification( $content, $poster_user_id, $group_id, $activity_id ) {
    261261    global $bp;
    262    
     262
    263263    _deprecated_function( __FUNCTION__, '1.5', 'bp_activity_at_message_notification()' );
    264264
     
    337337 * In BP 1.5, these functions were renamed for greater consistency
    338338 */
    339 function bp_forum_directory_permalink() { 
     339function bp_forum_directory_permalink() {
    340340    _deprecated_function( __FUNCTION__, '1.5', 'bp_forums_directory_permalink()' );
    341341    bp_forums_directory_permalink();
    342 } 
    343     function bp_get_forum_directory_permalink() { 
     342}
     343    function bp_get_forum_directory_permalink() {
    344344        _deprecated_function( __FUNCTION__, '1.5', 'bp_get_forums_directory_permalink()' );
    345345        return bp_get_forums_directory_permalink();
    346346    }
    347    
     347
    348348/** Theme *********************************************************************/
    349349
Note: See TracChangeset for help on using the changeset viewer.