Changeset 37985 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 07/06/2016 12:39:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r37863 r37985 1048 1048 function check_admin_referer( $action = -1, $query_arg = '_wpnonce' ) { 1049 1049 if ( -1 == $action ) 1050 _doing_it_wrong( __FUNCTION__, __( 'You should specify a nonce action to be verified by using the first parameter.' ), '3.2 ' );1050 _doing_it_wrong( __FUNCTION__, __( 'You should specify a nonce action to be verified by using the first parameter.' ), '3.2.0' ); 1051 1051 1052 1052 $adminurl = strtolower(admin_url()); … … 1349 1349 function wp_notify_postauthor( $comment_id, $deprecated = null ) { 1350 1350 if ( null !== $deprecated ) { 1351 _deprecated_argument( __FUNCTION__, '3.8 ' );1351 _deprecated_argument( __FUNCTION__, '3.8.0' ); 1352 1352 } 1353 1353
Note: See TracChangeset
for help on using the changeset viewer.