Changeset 48284
- Timestamp:
- 07/03/2020 04:26:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-privacy-requests-table.php
r47245 r48284 179 179 $current_link_attributes = $status === $current_status ? ' class="current" aria-current="page"' : ''; 180 180 $total_status_requests = absint( $counts->{$status} ); 181 182 if ( ! $total_status_requests ) { 183 continue; 184 } 181 185 182 186 $status_label = sprintf(
Note: See TracChangeset
for help on using the changeset viewer.