Changeset 10108 for trunk/src/bp-core/bp-core-attachments.php
- Timestamp:
- 09/13/2015 02:02:56 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-attachments.php
r10091 r10108 17 17 * match with our needs. 18 18 * 19 * @since BuddyPress (2.3.0)19 * @since 2.3.0 20 20 * 21 21 * @return bool True if WordPress is 3.9+, false otherwise. … … 28 28 * Get the BuddyPress Plupload settings. 29 29 * 30 * @since BuddyPress (2.3.0)30 * @since 2.3.0 31 31 * 32 32 * @return array list of BuddyPress Plupload settings. … … 86 86 * Builds localization strings for the BuddyPress Uploader scripts. 87 87 * 88 * @since BuddyPress (2.3.0)88 * @since 2.3.0 89 89 * 90 90 * @return array Plupload default localization strings. … … 125 125 * to set specific script data. 126 126 * 127 * @since BuddyPress (2.3.0)127 * @since 2.3.0 128 128 * 129 129 * @param string $class name of the class extending BP_Attachment (eg: BP_Attachment_Avatar). … … 244 244 * Use this filter to add a navigation to a custom tool to set the object's avatar. 245 245 * 246 * @since BuddyPress (2.3.0)246 * @since 2.3.0 247 247 * 248 248 * @param array $avatar_nav An associative array of available nav items where each item is an array organized this way: … … 300 300 * to avoid the scripts to be loaded more than once. 301 301 * 302 * @since BuddyPress (2.3.0)302 * @since 2.3.0 303 303 */ 304 304 do_action( 'bp_attachments_enqueue_scripts' ); … … 308 308 * Check the current user's capability to edit an avatar for a given object. 309 309 * 310 * @since BuddyPress (2.3.0)310 * @since 2.3.0 311 311 * 312 312 * @param string $capability The capability to check. … … 353 353 * Send a JSON response back to an Ajax upload request. 354 354 * 355 * @since BuddyPress (2.3.0)355 * @since 2.3.0 356 356 * 357 357 * @param bool $success True for a success, false otherwise. … … 385 385 * Get an Attachment template part. 386 386 * 387 * @since BuddyPress (2.3.0)387 * @since 2.3.0 388 388 * 389 389 * @param string $slug Template part slug. eg 'uploader' for 'uploader.php'.
Note: See TracChangeset
for help on using the changeset viewer.