Changeset 36231 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 01/09/2016 01:36:45 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/ajax-actions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r35811 r36231 2707 2707 * @since 3.6.0 2708 2708 * 2709 * @param array |object $response The Heartbeat response object or array.2710 * @param array $data The $_POST data sent.2711 * @param string $screen_id The screen id.2709 * @param array $response The Heartbeat response. 2710 * @param array $data The $_POST data sent. 2711 * @param string $screen_id The screen id. 2712 2712 */ 2713 2713 $response = apply_filters( 'heartbeat_received', $response, $data, $screen_id ); … … 2719 2719 * @since 3.6.0 2720 2720 * 2721 * @param array |object $response The Heartbeat response object or array.2722 * @param string $screen_id The screen id.2721 * @param array $response The Heartbeat response. 2722 * @param string $screen_id The screen id. 2723 2723 */ 2724 2724 $response = apply_filters( 'heartbeat_send', $response, $screen_id ); … … 2731 2731 * @since 3.6.0 2732 2732 * 2733 * @param array |object $response The Heartbeat response object or array.2734 * @param string $screen_id The screen id.2733 * @param array $response The Heartbeat response. 2734 * @param string $screen_id The screen id. 2735 2735 */ 2736 2736 do_action( 'heartbeat_tick', $response, $screen_id );
Note: See TracChangeset
for help on using the changeset viewer.