Make WordPress Core

Changeset 25493


Ignore:
Timestamp:
09/19/2013 04:40:37 AM (12 years ago)
Author:
DrewAPicture
Message:

Clarify phpdoc descriptions for esc_attr_x() and esc_html_x().

props ericlewis. Fixes #24212.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/l10n.php

    r25492 r25493  
    220220
    221221/**
    222  * Display translated string 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.
    223223 *
    224224 * @since 2.8.0
     
    234234
    235235/**
    236  * Display translated string 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.
    237237 *
    238238 * @since 2.9.0
Note: See TracChangeset for help on using the changeset viewer.