Changeset 37488 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 05/22/2016 06:00:23 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/ajax-actions.php (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r37431 r37488 33 33 34 34 /** 35 * Filter Heartbeat AJAX response in no-privilege environments.35 * Filters Heartbeat AJAX response in no-privilege environments. 36 36 * 37 37 * @since 3.6.0 … … 45 45 46 46 /** 47 * Filter Heartbeat AJAX response when no data is passed.47 * Filters Heartbeat AJAX response when no data is passed. 48 48 * 49 49 * @since 3.6.0 … … 133 133 134 134 /** 135 * Filter the minimum number of characters required to fire a tag search via AJAX.135 * Filters the minimum number of characters required to fire a tag search via AJAX. 136 136 * 137 137 * @since 4.0.0 … … 2277 2277 2278 2278 /** 2279 * Filter the post lock window duration.2279 * Filters the post lock window duration. 2280 2280 * 2281 2281 * @since 3.3.0 … … 2374 2374 2375 2375 /** 2376 * Filter the arguments passed to WP_Query during an AJAX2376 * Filters the arguments passed to WP_Query during an AJAX 2377 2377 * call for querying attachments. 2378 2378 * … … 2712 2712 if ( ! empty( $data ) ) { 2713 2713 /** 2714 * Filter the Heartbeat response received.2714 * Filters the Heartbeat response received. 2715 2715 * 2716 2716 * @since 3.6.0 … … 2724 2724 2725 2725 /** 2726 * Filter the Heartbeat response sent.2726 * Filters the Heartbeat response sent. 2727 2727 * 2728 2728 * @since 3.6.0 … … 3274 3274 3275 3275 /** 3276 * Filter the cropped image attachment metadata.3276 * Filters the cropped image attachment metadata. 3277 3277 * 3278 3278 * @since 4.3.0 … … 3286 3286 3287 3287 /** 3288 * Filter the attachment ID for a cropped image.3288 * Filters the attachment ID for a cropped image. 3289 3289 * 3290 3290 * @since 4.3.0
Note: See TracChangeset
for help on using the changeset viewer.