Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/10/2016 05:08:19 PM (9 years ago)
Author:
hnla
Message:

Commit cleans up some phpdoc tabs & spaces errors.
Props netweb

File:
1 edited

Legend:

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

    r11080 r11081  
    695695 */
    696696function bp_core_get_directory_page_default_titles() {
    697  return array(
    698     'activity' => _x( 'Activity', 'Page title for the Activity directory.',       'buddypress' ),
    699     'groups'   => _x( 'Groups',   'Page title for the Groups directory.',         'buddypress' ),
    700     'blogs'    => _x( 'Sites',    'Page title for the Sites directory.',          'buddypress' ),
    701     'members'  => _x( 'Members',  'Page title for the Members directory.',        'buddypress' ),
    702     'activate' => _x( 'Activate', 'Page title for the user activation screen.',   'buddypress' ),
    703     'register' => _x( 'Register', 'Page title for the user registration screen.', 'buddypress' ),
    704  );
     697    return array(
     698        'activity' => _x( 'Activity', 'Page title for the Activity directory.',       'buddypress' ),
     699        'groups'   => _x( 'Groups',   'Page title for the Groups directory.',         'buddypress' ),
     700        'blogs'    => _x( 'Sites',    'Page title for the Sites directory.',          'buddypress' ),
     701        'members'  => _x( 'Members',  'Page title for the Members directory.',        'buddypress' ),
     702        'activate' => _x( 'Activate', 'Page title for the user activation screen.',   'buddypress' ),
     703        'register' => _x( 'Register', 'Page title for the user registration screen.', 'buddypress' ),
     704    );
    705705}
    706706
Note: See TracChangeset for help on using the changeset viewer.