Changeset 25493
- Timestamp:
- 09/19/2013 04:40:37 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/l10n.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r25492 r25493 220 220 221 221 /** 222 * Display translatedstring with gettext context, and escapes it for safe use in an attribute.222 * Translate string with gettext context, and escapes it for safe use in an attribute. 223 223 * 224 224 * @since 2.8.0 … … 234 234 235 235 /** 236 * Display translatedstring with gettext context, and escapes it for safe use in HTML output.236 * Translate string with gettext context, and escapes it for safe use in HTML output. 237 237 * 238 238 * @since 2.9.0
Note: See TracChangeset
for help on using the changeset viewer.