Changeset 37214 for trunk/src/wp-includes/l10n.php
- Timestamp:
- 04/15/2016 05:18:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r36765 r37214 520 520 521 521 /** 522 * Filter text domain and/or MO file path for loading translations.522 * Filter whether to override the .mo file loading. 523 523 * 524 524 * @since 2.9.0 525 525 * 526 * @param bool $override Whether to override the text domain. Default false.526 * @param bool $override Whether to override the .mo file loading. Default false. 527 527 * @param string $domain Text domain. Unique identifier for retrieving translated strings. 528 528 * @param string $mofile Path to the MO file. … … 581 581 582 582 /** 583 * Filter the text domain for loading translation.583 * Filter whether to override the text domain unloading. 584 584 * 585 585 * @since 3.0.0 586 586 * 587 * @param bool $override Whether to override unloading the text domain. Default false.587 * @param bool $override Whether to override the text domain unloading. Default false. 588 588 * @param string $domain Text domain. Unique identifier for retrieving translated strings. 589 589 */
Note: See TracChangeset
for help on using the changeset viewer.