Changeset 38420 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 08/28/2016 05:14:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r38411 r38420 1081 1081 */ 1082 1082 function check_ajax_referer( $action = -1, $query_arg = false, $die = true ) { 1083 if ( -1 == $action ) { 1084 _doing_it_wrong( __FUNCTION__, __( 'You should specify a nonce action to be verified by using the first parameter.' ), '4.7' ); 1085 } 1086 1083 1087 $nonce = ''; 1084 1088
Note: See TracChangeset
for help on using the changeset viewer.