Changeset 32018
- Timestamp:
- 04/04/2015 09:34:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r31829 r32018 3028 3028 * @since 4.2.0 3029 3029 * 3030 * @global wpdb $wpdb 3031 * @param int $parent_id 3032 * @param string $action 3030 * @global wpdb $wpdb WordPress database abstraction object. 3031 * 3032 * @param int $parent_id Attachment parent ID. 3033 * @param string $action Optional. Attach/detach action. Accepts 'attach' or 'detach'. 3034 * Default 'attach'. 3033 3035 */ 3034 3036 function wp_media_attach_action( $parent_id, $action = 'attach' ) {
Note: See TracChangeset
for help on using the changeset viewer.