Changeset 32654 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 05/29/2015 08:16:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r32650 r32654 251 251 * @param array $args An associative array with information about the pagination 252 252 * @access protected 253 * 254 * @param array|string $args 253 255 */ 254 256 protected function set_pagination_args( $args ) { … … 456 458 * @access public 457 459 * 458 * @return string| boolThe action name or False if no action was selected460 * @return string|false The action name or False if no action was selected 459 461 */ 460 462 public function current_action() { … … 977 979 978 980 $this->display_tablenav( 'top' ); 979 980 981 ?> 981 982 <table class="wp-list-table <?php echo implode( ' ', $this->get_table_classes() ); ?>"> … … 1093 1094 } 1094 1095 1096 /** 1097 * 1098 * @param object $item 1099 * @param string $column_name 1100 */ 1095 1101 protected function column_default( $item, $column_name ) {} 1096 1102 1103 /** 1104 * 1105 * @param object $item 1106 */ 1097 1107 protected function column_cb( $item ) {} 1098 1108
Note: See TracChangeset
for help on using the changeset viewer.