Changeset 25536 for trunk/src/wp-includes/l10n.php
- Timestamp:
- 09/21/2013 04:07:34 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/l10n.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r25520 r25536 628 628 629 629 /** 630 * Get installed language data.630 * Get installed translations. 631 631 * 632 632 * Looks in the wp-content/languages directory for translations of … … 638 638 * @return array Array of language data. 639 639 */ 640 function wp_get_installed_ language_data( $type ) {640 function wp_get_installed_translations( $type ) { 641 641 if ( $type !== 'themes' && $type !== 'plugins' ) 642 642 return array();
Note: See TracChangeset
for help on using the changeset viewer.