Changeset 51837 for trunk/src/wp-includes/l10n.php
- Timestamp:
- 09/21/2021 06:19:19 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/l10n.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r51599 r51837 192 192 * Filters text with its translation for a domain. 193 193 * 194 * The dynamic portion of the hook , `$domain`, refers to the text domain.194 * The dynamic portion of the hook name, `$domain`, refers to the text domain. 195 195 * 196 196 * @since 5.5.0 … … 260 260 * Filters text with its translation based on context information for a domain. 261 261 * 262 * The dynamic portion of the hook , `$domain`, refers to the text domain.262 * The dynamic portion of the hook name, `$domain`, refers to the text domain. 263 263 * 264 264 * @since 5.5.0 … … 483 483 * Filters the singular or plural form of a string for a domain. 484 484 * 485 * The dynamic portion of the hook , `$domain`, refers to the text domain.485 * The dynamic portion of the hook name, `$domain`, refers to the text domain. 486 486 * 487 487 * @since 5.5.0 … … 543 543 * Filters the singular or plural form of a string with gettext context for a domain. 544 544 * 545 * The dynamic portion of the hook , `$domain`, refers to the text domain.545 * The dynamic portion of the hook name, `$domain`, refers to the text domain. 546 546 * 547 547 * @since 5.5.0
Note: See TracChangeset
for help on using the changeset viewer.