Changeset 7006 for trunk/src/includes/core/theme-compat.php
- Timestamp:
- 11/24/2019 01:38:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/theme-compat.php
r6884 r7006 56 56 * @param array $properties 57 57 */ 58 public function __construct( Array $properties = array() ) {58 public function __construct( array $properties = array() ) { 59 59 $this->_data = $properties; 60 60 }
Note: See TracChangeset
for help on using the changeset viewer.