Skip to:
Content

BuddyPress.org

Changeset 11081


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

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

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-blogs/classes/class-bp-blogs-component.php

    r11080 r11081  
    77 * information from those blogs to make querying blogs in bulk more performant.
    88 *
    9         * @package BuddyPress
     9 * @package BuddyPress
    1010 * @subpackage BlogsCore
    1111 * @since 1.5.0
     
    4545         * @since 1.5.0
    4646         *
    47                 * @see BP_Component::setup_globals() for description of parameters.
     47         * @see BP_Component::setup_globals() for description of parameters.
    4848         *
    4949         * @param array $args See {@link BP_Component::setup_globals()}.
     
    155155         * @param array $main_nav Optional. See BP_Component::setup_nav() for
    156156         *                        description.
    157                 * @param array $sub_nav  Optional. See BP_Component::setup_nav() for
     157         * @param array $sub_nav  Optional. See BP_Component::setup_nav() for
    158158         *                        description.
    159159         */
  • 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.