Make WordPress Core

Ticket #43419: 43419.diff

File 43419.diff, 458 bytes (added by danieltj, 8 years ago)

Removed extra full stop

  • wp-includes/l10n.php

    diff --git wp-includes/l10n.php wp-includes/l10n.php
    index a273b0c..47e1b1f 100644
    function esc_attr__( $text, $domain = 'default' ) { 
    222222 * Retrieve the translation of $text and escapes it for safe use in HTML output.
    223223 *
    224224 * 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.
    226226 *
    227227 * @since 2.8.0
    228228 *