Ticket #24212: 24212.3.patch
| File 24212.3.patch, 918 bytes (added by , 13 years ago) |
|---|
-
wp-includes/l10n.php
206 206 } 207 207 208 208 /** 209 * Displays translated string with gettext context and escapes it for safe use in an attribute. 209 * Retrieves the translation of $text with gettext context and 210 * escapes it for safe use in an attribute. If there is no translation, 211 * or the domain isn't loaded, the original text is returned. 210 212 * 211 213 * @see esc_attr() 212 214 * @since 2.8.0 … … 221 223 } 222 224 223 225 /** 224 * Displays translated string with gettext context and escapes it for safe use in HTML output. 226 * Retrieves the translation of $text with gettext context and 227 * escapes it for safe use in HTML output. If there is no translation, 228 * or the domain isn't loaded, the original text is returned. 225 229 * 226 230 * @see esc_html() 227 231 * @since 2.9.0