Changeset 9308 for trunk/src/bp-core/bp-core-avatars.php
- Timestamp:
- 01/07/2015 10:03:19 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-avatars.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-avatars.php
r9190 r9308 698 698 * Default: 'avatars'. 699 699 * @type bool|int $item_id ID of the item that the avatar belongs to. 700 * @type bool|string $original_file Absolute pa pth to the original avatar700 * @type bool|string $original_file Absolute path to the original avatar 701 701 * file. 702 702 * @type int $crop_w Crop width. Default: the global 'full' avatar width, … … 1202 1202 * 1203 1203 * When cropping an avatar, a $_POST['w'] var is sent, setting the 'week' 1204 * param ater of the WordPress main query to this posted var. To avoid1204 * parameter of the WordPress main query to this posted var. To avoid 1205 1205 * notices, we need to make sure this 'week' query var is reset to 0 1206 1206 * 1207 1207 * @since BuddyPress (2.2.0) 1208 1208 * 1209 * @param WP_Quer t$posts_query the main query object1209 * @param WP_Query $posts_query the main query object 1210 1210 * @uses bp_is_group_create() 1211 1211 * @uses bp_is_group_admin_page()
Note: See TracChangeset
for help on using the changeset viewer.