Changeset 47212 for trunk/src/wp-includes/functions.php
- Timestamp:
- 02/08/2020 05:29:54 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r47207 r47212 1271 1271 function wp( $query_vars = '' ) { 1272 1272 global $wp, $wp_query, $wp_the_query; 1273 1273 1274 $wp->main( $query_vars ); 1274 1275
Note: See TracChangeset
for help on using the changeset viewer.