From 575425ffbe11f5b8aff5e64162045d71c929d5a3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 1 Jul 2014 15:29:13 +0000 Subject: [PATCH] Add @since for get_translations_for_domain(). props DrewAPicture. see #28690. Built from https://develop.svn.wordpress.org/trunk@28938 git-svn-id: http://core.svn.wordpress.org/trunk@28736 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/l10n.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wp-includes/l10n.php b/wp-includes/l10n.php index 23642f02f9..4d239487ca 100644 --- a/wp-includes/l10n.php +++ b/wp-includes/l10n.php @@ -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. */