Changeset 34482
- Timestamp:
- 09/24/2015 05:42:35 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r33734 r34482 153 153 154 154 /** 155 * Retrieve the translation of $text. If there is no translation, 156 * or the text domain isn't loaded, the original text is returned. 155 * Retrieve the translation of $text. 156 * 157 * If there is no translation, or the text domain isn't loaded, the original text is returned. 157 158 * 158 159 * @since 2.1.0 … … 160 161 * @param string $text Text to translate. 161 162 * @param string $domain Optional. Text domain. Unique identifier for retrieving translated strings. 163 * Default 'default'. 162 164 * @return string Translated text. 163 165 */
Note: See TracChangeset
for help on using the changeset viewer.