Add @since for get_translations_for_domain().

props DrewAPicture.
see #28690.

git-svn-id: https://develop.svn.wordpress.org/trunk@28938 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2014-07-01 15:28:55 +00:00
parent fd4ad167b2
commit ef5e962cfb

View File

@ -679,6 +679,8 @@ function load_child_theme_textdomain( $domain, $path = false ) {
*
* If there isn't one, returns empty Translations instance.
*
* @since 2.8.0
*
* @param string $domain Text domain. Unique identifier for retrieving translated strings.
* @return Translations A Translations instance.
*/
@ -694,6 +696,7 @@ function get_translations_for_domain( $domain ) {
* Whether there are translations for the text domain.
*
* @since 3.0.0
*
* @param string $domain Text domain. Unique identifier for retrieving translated strings.
* @return bool Whether there are translations.
*/