Make WordPress Core

Changeset 28938


Ignore:
Timestamp:
07/01/2014 03:28:55 PM (10 years ago)
Author:
SergeyBiryukov
Message:

Add @since for get_translations_for_domain().

props DrewAPicture.
see #28690.

File:
1 edited

Legend:

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

    r28924 r28938  
    680680 * If there isn't one, returns empty Translations instance.
    681681 *
     682 * @since 2.8.0
     683 *
    682684 * @param string $domain Text domain. Unique identifier for retrieving translated strings.
    683685 * @return Translations A Translations instance.
     
    695697 *
    696698 * @since 3.0.0
     699 *
    697700 * @param string $domain Text domain. Unique identifier for retrieving translated strings.
    698701 * @return bool Whether there are translations.
Note: See TracChangeset for help on using the changeset viewer.