- Timestamp:
- 09/04/2014 03:22:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-terms-list-table.php
r29460 r29707 14 14 /** 15 15 * Constructor. 16 * 16 * 17 17 * @since 3.1.0 18 18 * @access public … … 21 21 * 22 22 * @param array $args An associative array of arguments. 23 */ 23 */ 24 24 public function __construct( $args = array() ) { 25 25 global $post_type, $taxonomy, $action, $tax;
Note: See TracChangeset
for help on using the changeset viewer.