Changeset 55106
- Timestamp:
- 01/20/2023 02:15:42 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r54891 r55106 3145 3145 } else { 3146 3146 wp_update_post( $post ); 3147 3148 /** 3149 * Fires after an attachment has been updated and before 3150 * the JSON response is sent. 3151 * 3152 * @since 6.2.0 3153 * 3154 * @param array $post The attachment. 3155 * @param array $changes An array of changes. 3156 */ 3157 do_action( 'wp_ajax_save_attachment', $post, $changes ); 3147 3158 } 3148 3159
Note: See TracChangeset
for help on using the changeset viewer.