Changeset 46374
- Timestamp:
- 10/02/2019 11:21:17 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-privacy-requests-table.php
r45932 r46374 268 268 */ 269 269 public function prepare_items() { 270 global $wpdb;271 272 270 $this->items = array(); 273 271 $posts_per_page = $this->get_items_per_page( $this->request_type . '_requests_per_page' );
Note: See TracChangeset
for help on using the changeset viewer.