Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/07/2015 10:03:19 PM (11 years ago)
Author:
r-a-y
Message:

Fix all the typos.

Props slaFFik.

See #6092.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/bp-members-template.php

    r9272 r9308  
    790790         * @since BuddyPress (1.2.5)
    791791         *
    792          * @param string $user_email Email addres for the current member.
     792         * @param string $user_email Email address for the current member.
    793793         */
    794794        return apply_filters( 'bp_get_member_user_email', $members_template->member->user_email );
     
    10011001        ) );
    10021002
    1003         // Backwards compatibilty for anyone forcing a 'true' active_format
     1003        // Backwards compatibility for anyone forcing a 'true' active_format
    10041004        if ( true === $r['active_format'] ) {
    10051005            $r['active_format'] = __( 'active %s', 'buddypress' );
     
    11081108     *
    11091109     * @param array $args {
    1110      *     Array of config paramaters.
     1110     *     Array of config parameters.
    11111111     *     @type string $field Name of the profile field.
    11121112     *     @type int $user_id ID of the user whose data is being fetched.
     
    11861186        global $members_template;
    11871187
    1188         $registered = esc_attr( bp_core_get_last_activity( $members_template->member->user_registered, _x( 'registered %s', 'Records the timestamp that the user registered into the activy stream', 'buddypress' ) ) );
     1188        $registered = esc_attr( bp_core_get_last_activity( $members_template->member->user_registered, _x( 'registered %s', 'Records the timestamp that the user registered into the activity stream', 'buddypress' ) ) );
    11891189
    11901190        /**
     
    18481848
    18491849/**
    1850  * Output the URL of the actvitation page.
     1850 * Output the URL of the activation page.
    18511851 */
    18521852function bp_activation_page() {
Note: See TracChangeset for help on using the changeset viewer.