- Timestamp:
- 12/01/2014 12:32:19 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r30661 r30679 105 105 } 106 106 107 /** 108 * @param string $which 109 */ 107 110 protected function extra_tablenav( $which ) { 108 111 if ( 'bar' !== $which ) { … … 147 150 } 148 151 152 /** 153 * @param string $which 154 */ 149 155 protected function pagination( $which ) { 150 global $mode;151 152 156 parent::pagination( $which ); 153 157 } … … 494 498 } 495 499 500 /** 501 * @param WP_Post $post 502 * @param string $att_title 503 */ 496 504 private function _get_row_actions( $post, $att_title ) { 497 505 $actions = array();
Note: See TracChangeset
for help on using the changeset viewer.