- Timestamp:
- 01/08/2015 09:19:24 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r31042 r31101 148 148 public function no_items() { 149 149 _e( 'No media attachments found.' ); 150 }151 152 /**153 * @param string $which154 */155 protected function pagination( $which ) {156 parent::pagination( $which );157 150 } 158 151
Note: See TracChangeset
for help on using the changeset viewer.