Remove now-unnecessary inline `@see` tag from the DocBlock for `wp_dropdown_languages()`.
See #32246. Built from https://develop.svn.wordpress.org/trunk@33230 git-svn-id: http://core.svn.wordpress.org/trunk@33202 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9619558b0b
commit
71a7b8c5a4
|
@ -875,7 +875,7 @@ function wp_get_pomo_file_data( $po_file ) {
|
||||||
* @type array $languages List of installed languages, contain only the locales.
|
* @type array $languages List of installed languages, contain only the locales.
|
||||||
* Default empty array.
|
* Default empty array.
|
||||||
* @type array $translations List of available translations. Default result of
|
* @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 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
|
* @type bool|int $echo Whether to echo or return the generated markup. Accepts 0, 1, or their
|
||||||
* bool equivalents. Default 1.
|
* bool equivalents. Default 1.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.3-beta2-33229';
|
$wp_version = '4.3-beta2-33230';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue