Changeset 45742 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 08/04/2019 12:27:02 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r45739 r45742 3260 3260 * @since 1.5.0 3261 3261 * 3262 * @global WP_Post $post 3262 * @global WP_Post $post Global post object. 3263 3263 */ 3264 3264 public function the_post() { … … 4327 4327 * @since 3.7.0 4328 4328 * 4329 * @global WP_Post $post 4329 * @global WP_Post $post Global post object. 4330 4330 */ 4331 4331 public function reset_postdata() {
Note: See TracChangeset
for help on using the changeset viewer.