Changeset 39049
- Timestamp:
- 10/31/2016 05:49:25 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
r39047 r39049 845 845 global $wp; 846 846 847 /** 848 * Filters the publicly allowed query vars. 849 * 850 * Allows adjusting of the default query vars that are made public. 851 * 852 * @since 4.7.0 853 * 854 * @param array Array of allowed WP_Query query vars. 855 */ 847 /** This filter is documented in wp-includes/class-wp.php */ 856 848 $valid_vars = apply_filters( 'query_vars', $wp->public_query_vars ); 857 849
Note: See TracChangeset
for help on using the changeset viewer.