Make WordPress Core

Changeset 11281


Ignore:
Timestamp:
05/11/2009 09:15:05 PM (15 years ago)
Author:
westi
Message:

phpdoc updates for l10n functions. Fixes #9767 props demetris.

File:
1 edited

Legend:

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

    r11204 r11281  
    6969
    7070/**
    71  * Translate $text like translate(), but assumes that the text
     71 * Translates $text like translate(), but assumes that the text
    7272 * contains a context after its last vertical bar.
    7373 *
     
    123123 * Displays the returned translated text from translate().
    124124 *
    125  * @see translate() Echos returned translate() string
     125 * @see translate() Echoes returned translate() string
    126126 * @since 1.2.0
    127127 *
     
    136136 * Displays translated text that has been escaped for safe use in an attribute.
    137137 *
    138  * @see translate() Echos returned translate() string
     138 * @see translate() Echoes returned translate() string
    139139 * @see esc_attr()
    140140 * @since 2.8.0
     
    187187 * Retrieve the plural or single form based on the amount.
    188188 *
    189  * If the domain is not set in the $l10n list, then a comparsion will be made
     189 * If the domain is not set in the $l10n list, then a comparison will be made
    190190 * and either $plural or $single parameters returned.
    191191 *
     
    277277 * readable, the inclusion will fail.
    278278 *
    279  * On success, the mofile will be placed in the $l10n global by $domain and will
    280  * be an gettext_reader object.
     279 * On success, the .mo file will be placed in the $l10n global by $domain
     280 * and will be an gettext_reader object.
    281281 *
    282282 * @since 1.5.0
Note: See TracChangeset for help on using the changeset viewer.