Changeset 47060 for trunk/src/wp-includes/l10n.php
- Timestamp:
- 01/11/2020 06:30:58 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r47049 r47060 928 928 * @param string $path Optional. The full file path to the directory containing translation files. 929 929 * 930 * @return false|stringFalse if the script textdomain could not be loaded, the translated strings930 * @return string|false False if the script textdomain could not be loaded, the translated strings 931 931 * in JSON encoding otherwise. 932 932 */ … … 1433 1433 * @type bool $show_option_en_us Whether to show an option for English (United States). Default true. 1434 1434 * } 1435 * @return string HTML content1435 * @return string HTML dropdown list of languages. 1436 1436 */ 1437 1437 function wp_dropdown_languages( $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.