Changeset 45590 for trunk/src/wp-includes/class-wp-list-util.php
- Timestamp:
- 07/02/2019 11:41:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-list-util.php
r42527 r45590 49 49 */ 50 50 public function __construct( $input ) { 51 $this->output = $this->input = $input; 51 $this->output = $input; 52 $this->input = $input; 52 53 } 53 54
Note: See TracChangeset
for help on using the changeset viewer.