Changeset 13890 for trunk/src/bp-core/bp-core-avatars.php
- Timestamp:
- 06/02/2024 01:06:10 AM (17 months 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
r13878 r13890 764 764 * corresponding to the $object. 765 765 * } 766 * @return bool True on success, false on failure.766 * @return bool 767 767 */ 768 768 function bp_core_delete_existing_avatar( $args = '' ) { … … 942 942 * @param array $file The appropriate entry the from $_FILES superglobal. 943 943 * @param string $upload_dir_filter A filter to be applied to 'upload_dir'. 944 * @return bool True on success, false on failure.944 * @return bool 945 945 */ 946 946 function bp_core_avatar_handle_upload( $file, $upload_dir_filter ) {
Note: See TracChangeset
for help on using the changeset viewer.