Changeset 31841
- Timestamp:
- 03/20/2015 01:56:10 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r31828 r31841 554 554 555 555 if ( ! isset( $GLOBALS['post'] ) ) { 556 $GLOBALS['post'] = array_shift( $ids );556 $GLOBALS['post'] = reset( $ids ); 557 557 } 558 558
Note: See TracChangeset
for help on using the changeset viewer.