Changeset 32605
- Timestamp:
- 05/26/2015 06:12:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r32510 r32605 21 21 * 22 22 * @since 1.5.0 23 * 24 * @global string $locale 25 * @global string $wp_local_package 23 26 * 24 27 * @return string The locale of the blog or from the 'locale' hook. … … 432 435 * @since 1.5.0 433 436 * 437 * @global array $l10n 438 * 434 439 * @param string $domain Text domain. Unique identifier for retrieving translated strings. 435 440 * @param string $mofile Path to the .mo file. … … 491 496 * 492 497 * @since 3.0.0 498 * 499 * @global array $l10n 493 500 * 494 501 * @param string $domain Text domain. Unique identifier for retrieving translated strings. … … 705 712 * @since 2.8.0 706 713 * 714 * @global array $l10n 715 * 707 716 * @param string $domain Text domain. Unique identifier for retrieving translated strings. 708 717 * @return NOOP_Translations A Translations instance. … … 720 729 * 721 730 * @since 3.0.0 731 * 732 * @global array $l10n 722 733 * 723 734 * @param string $domain Text domain. Unique identifier for retrieving translated strings.
Note: See TracChangeset
for help on using the changeset viewer.