Changeset 39244
- Timestamp:
- 11/15/2016 09:51:17 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r39235 r39244 949 949 * 950 950 * @since 3.0.0 951 * @since 4.7.0 The results are now filterable with the get_available_languagesfilter.951 * @since 4.7.0 The results are now filterable with the {@see 'get_available_languages'} filter. 952 952 * 953 953 * @param string $dir A directory to search for language files. … … 970 970 971 971 /** 972 * Filters the list of available language codes 972 * Filters the list of available language codes. 973 973 * 974 974 * @since 4.7.0 975 975 * 976 * @param array $languages An array of available language codes.977 * @param string $dir The directory where the language files were found.976 * @param array $languages An array of available language codes. 977 * @param string $dir The directory where the language files were found. 978 978 */ 979 979 return apply_filters( 'get_available_languages', $languages, $dir );
Note: See TracChangeset
for help on using the changeset viewer.