- Timestamp:
- 05/29/2016 06:12:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-attachment-avatar.php
r10800 r10825 26 26 * 27 27 * @see BP_Attachment::__construct() for list of parameters 28 * @uses bp_core_avatar_original_max_filesize()29 * @uses BP_Attachment::__construct()30 28 */ 31 29 public function __construct() { … … 65 63 * @since 2.3.0 66 64 * 67 * @uses bp_core_avatar_upload_path()68 * @uses bp_core_avatar_url()69 * @uses bp_upload_dir()70 * @uses BP_Attachment::set_upload_dir()71 65 */ 72 66 public function set_upload_dir() { … … 88 82 * @since 2.3.0 89 83 * 90 * @uses bp_core_check_avatar_size()91 * @uses bp_core_check_avatar_type()92 84 * 93 85 * @param array $file the temporary file attributes (before it has been moved). … … 119 111 * @since 2.4.0 Add the $ui_available_width parameter, to inform about the Avatar UI width. 120 112 * 121 * @uses bp_core_avatar_original_max_width()122 113 * 123 114 * @param string $file The absolute path to the file. … … 185 176 * @since 2.3.0 186 177 * 187 * @uses bp_core_avatar_full_width()188 * @uses bp_core_avatar_full_height()189 178 * 190 179 * @param string $file the absolute path to the file. … … 209 198 * 210 199 * @see BP_Attachment::crop for the list of parameters 211 * @uses bp_core_fetch_avatar()212 * @uses bp_core_delete_existing_avatar()213 * @uses bp_core_avatar_full_width()214 * @uses bp_core_avatar_full_height()215 * @uses bp_core_avatar_dimension()216 * @uses BP_Attachment::crop217 200 * 218 201 * @param array $args Array of arguments for the cropping.
Note: See TracChangeset
for help on using the changeset viewer.