Changeset 6680
- Timestamp:
- 02/17/2018 02:00:29 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/locale-detection/class-detector.php
r6675 r6680 52 52 */ 53 53 public function __construct() { 54 $this->active_locales = $this->get_active_locales();54 $this->active_locales = array_merge( $this->active_locales, $this->get_active_locales() ); 55 55 56 56 $this->set_locale();
Note: See TracChangeset
for help on using the changeset viewer.