Changeset 10497 for trunk/src/bp-core/bp-core-attachments.php
- Timestamp:
- 02/03/2016 05:01:13 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-attachments.php
r10425 r10497 44 44 $upload_data = bp_upload_dir(); 45 45 46 // Return empty string, if Uploads data are not available 46 // Return empty string, if Uploads data are not available. 47 47 if ( ! $upload_data ) { 48 48 return $retval; … … 584 584 * Enqueues the script needed for the Uploader UI. 585 585 * 586 * @since 2.3.0 587 * 586 588 * @see BP_Attachment::script_data() && BP_Attachment_Avatar::script_data() for examples showing how 587 589 * to set specific script data. 588 *589 * @since 2.3.0590 590 * 591 591 * @param string $class Name of the class extending BP_Attachment (eg: BP_Attachment_Avatar). … … 1065 1065 * @since 2.4.0 1066 1066 * 1067 * @param array $args {1067 * @param array $args { 1068 1068 * @type string $file The absolute path to the image. Required. 1069 1069 * @type string $component The component for the object (eg: groups, xprofile). Required.
Note: See TracChangeset
for help on using the changeset viewer.