Make WordPress Core

Changeset 32605


Ignore:
Timestamp:
05/26/2015 06:12:15 PM (9 years ago)
Author:
wonderboymusic
Message:

Add missing doc blocks to l10n.php

See #32444.

File:
1 edited

Legend:

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

    r32510 r32605  
    2121 *
    2222 * @since 1.5.0
     23 *
     24 * @global string $locale
     25 * @global string $wp_local_package
    2326 *
    2427 * @return string The locale of the blog or from the 'locale' hook.
     
    432435 * @since 1.5.0
    433436 *
     437 * @global array $l10n
     438 *
    434439 * @param string $domain Text domain. Unique identifier for retrieving translated strings.
    435440 * @param string $mofile Path to the .mo file.
     
    491496 *
    492497 * @since 3.0.0
     498 *
     499 * @global array $l10n
    493500 *
    494501 * @param string $domain Text domain. Unique identifier for retrieving translated strings.
     
    705712 * @since 2.8.0
    706713 *
     714 * @global array $l10n
     715 *
    707716 * @param string $domain Text domain. Unique identifier for retrieving translated strings.
    708717 * @return NOOP_Translations A Translations instance.
     
    720729 *
    721730 * @since 3.0.0
     731 *
     732 * @global array $l10n
    722733 *
    723734 * @param string $domain Text domain. Unique identifier for retrieving translated strings.
Note: See TracChangeset for help on using the changeset viewer.