From ad38bd2e6c63caed799c096b88312cea1025045c Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 13 Jul 2015 21:41:18 +0000 Subject: [PATCH] Remove now-unnecessary inline `@see` tag from the DocBlock for `wp_dropdown_languages()`. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@33230 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/l10n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/l10n.php b/src/wp-includes/l10n.php index defe76c53c..7366e58afb 100644 --- a/src/wp-includes/l10n.php +++ b/src/wp-includes/l10n.php @@ -875,7 +875,7 @@ function wp_get_pomo_file_data( $po_file ) { * @type array $languages List of installed languages, contain only the locales. * Default empty array. * @type array $translations List of available translations. Default result of - * {@see wp_get_available_translations()}. + * wp_get_available_translations(). * @type string $selected Language which should be selected. Default empty. * @type bool|int $echo Whether to echo or return the generated markup. Accepts 0, 1, or their * bool equivalents. Default 1.