- 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-users-list-table.php
r29460 r29707 31 31 /** 32 32 * Constructor. 33 * 33 * 34 34 * @since 3.1.0 35 35 * @access public … … 38 38 * 39 39 * @param array $args An associative array of arguments. 40 */ 40 */ 41 41 public function __construct( $args = array() ) { 42 42 parent::__construct( array(
Note: See TracChangeset
for help on using the changeset viewer.