- Timestamp:
- 08/10/2014 02:17:14 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-terms-list-table.php
r29343 r29459 12 12 public $callback_args; 13 13 14 /** 15 * Constructor. 16 * 17 * @since 3.1.0 18 * 19 * @see WP_List_Table::__construct() for more information on default arguments. 20 * 21 * @param array $args An associative array of arguments. 22 */ 14 23 public function __construct( $args = array() ) { 15 24 global $post_type, $taxonomy, $action, $tax;
Note: See TracChangeset
for help on using the changeset viewer.