Changeset 30380
- Timestamp:
- 11/18/2014 06:46:11 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r30340 r30380 533 533 * @since 1.5.0 534 534 * 535 * @param string $locale Optional. Locale to load. Defaults to get_locale(). 535 * @param string $locale Optional. Locale to load. Default is the value of {@see get_locale()}. 536 * @return bool Whether the textdomain was loaded. 536 537 */ 537 538 function load_default_textdomain( $locale = null ) { … … 850 851 * @see wp_get_available_translations() 851 852 * 852 * @param string|array $ query{853 * Optional. Array o f arguments.853 * @param string|array $args { 854 * Optional. Array or string of arguments for outputting the language selector. 854 855 * 855 856 * @type string $id ID attribute of the select element. Default empty.
Note: See TracChangeset
for help on using the changeset viewer.