Ticket #43419: 43419.diff
| File 43419.diff, 458 bytes (added by , 8 years ago) |
|---|
-
wp-includes/l10n.php
diff --git wp-includes/l10n.php wp-includes/l10n.php index a273b0c..47e1b1f 100644
function esc_attr__( $text, $domain = 'default' ) { 222 222 * Retrieve the translation of $text and escapes it for safe use in HTML output. 223 223 * 224 224 * If there is no translation, or the text domain isn't loaded, the original text 225 * is escaped and returned. .225 * is escaped and returned. 226 226 * 227 227 * @since 2.8.0 228 228 *