Ticket #35658: 35658.20.3.diff
File 35658.20.3.diff, 434 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/meta.php
1030 1030 'show_in_rest' => false, 1031 1031 ); 1032 1032 1033 if ( ! is_array( $args ) ) { 1034 $args = array(); 1035 } 1036 1033 1037 $passed_args = array_slice( func_get_args(), 2 ); 1034 1038 1035 1039 // There used to be individual args for sanitize and auth callbacks