- Timestamp:
- 07/27/2017 12:39:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-terms-list-table.php
r40957 r41161 26 26 * 27 27 * @since 3.1.0 28 * @access public29 28 * 30 29 * @see WP_List_Table::__construct() for more information on default arguments. … … 73 72 74 73 /** 75 * @access public76 74 */ 77 75 public function prepare_items() { … … 140 138 141 139 /** 142 * @access public143 140 */ 144 141 public function no_items() { … … 207 204 208 205 /** 209 * @access public210 206 */ 211 207 public function display_rows_or_placeholder() { … … 400 396 * 401 397 * @since 4.3.0 402 * @access protected403 398 * 404 399 * @return string Name of the default primary column, in this case, 'name'. … … 412 407 * 413 408 * @since 4.3.0 414 * @access protected415 409 * 416 410 * @param WP_Term $tag Tag being acted upon.
Note: See TracChangeset
for help on using the changeset viewer.