Changeset 42717
- Timestamp:
- 02/17/2018 04:41:58 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r42632 r42717 3026 3026 3027 3027 if ( 1 !== $nonce_state ) { 3028 /** 3029 * Filters the nonces to send to the editor. 3030 * 3031 * @since 4.3.0 3032 * 3033 * @param array|object $response The no-priv Heartbeat response object or array. 3034 * @param array $data An array of data passed via $_POST. 3035 * @param string $screen_id The screen id. 3036 */ 3028 3037 $response = apply_filters( 'wp_refresh_nonces', $response, $data, $screen_id ); 3029 3038
Note: See TracChangeset
for help on using the changeset viewer.