Changeset 26951 for branches/3.8
- Timestamp:
- 01/15/2014 08:16:26 AM (11 years ago)
- Location:
- branches/3.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8
-
branches/3.8/src/wp-includes/query.php
r26946 r26951 116 116 function wp_reset_postdata() { 117 117 global $wp_query; 118 $wp_query->reset_postdata(); 118 119 if ( isset( $wp_query ) ) { 120 $wp_query->reset_postdata(); 121 } 119 122 } 120 123
Note: See TracChangeset
for help on using the changeset viewer.