Changeset 54318 for trunk/src/wp-includes/class-wp-locale-switcher.php
- Timestamp:
- 09/26/2022 10:08:29 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-locale-switcher.php
r54133 r54318 35 35 * 36 36 * @since 4.7.0 37 * @var arrayAn array of language codes (file names without the .mo extension).37 * @var string[] An array of language codes (file names without the .mo extension). 38 38 */ 39 39 private $available_languages = array();
Note: See TracChangeset
for help on using the changeset viewer.