Make WordPress Core


Ignore:
Timestamp:
07/13/2015 09:41:18 PM (9 years ago)
Author:
DrewAPicture
Message:

Remove now-unnecessary inline @see tag from the DocBlock for wp_dropdown_languages().

See #32246.

File:
1 edited

Legend:

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

    r33027 r33230  
    876876 *                                                  Default empty array.
    877877 *     @type array    $translations                 List of available translations. Default result of
    878  *                                                  {@see wp_get_available_translations()}.
     878 *                                                  wp_get_available_translations().
    879879 *     @type string   $selected                     Language which should be selected. Default empty.
    880880 *     @type bool|int $echo                         Whether to echo or return the generated markup. Accepts 0, 1, or their
Note: See TracChangeset for help on using the changeset viewer.