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-core/bp-core-avatars.php

    r9190 r9308  
    698698 *           Default: 'avatars'.
    699699 *     @type bool|int $item_id ID of the item that the avatar belongs to.
    700  *     @type bool|string $original_file Absolute papth to the original avatar
     700 *     @type bool|string $original_file Absolute path to the original avatar
    701701 *           file.
    702702 *     @type int $crop_w Crop width. Default: the global 'full' avatar width,
     
    12021202 *
    12031203 * When cropping an avatar, a $_POST['w'] var is sent, setting the 'week'
    1204  * paramater of the WordPress main query to this posted var. To avoid
     1204 * parameter of the WordPress main query to this posted var. To avoid
    12051205 * notices, we need to make sure this 'week' query var is reset to 0
    12061206 *
    12071207 * @since  BuddyPress (2.2.0)
    12081208 *
    1209  * @param  WP_Quert $posts_query the main query object
     1209 * @param  WP_Query $posts_query the main query object
    12101210 * @uses   bp_is_group_create()
    12111211 * @uses   bp_is_group_admin_page()
Note: See TracChangeset for help on using the changeset viewer.