Make WordPress Core


Ignore:
Timestamp:
04/28/2022 09:57:51 AM (2 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections and improvements for changes introduced in 6.0.

See #54729

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/widgets/class-wp-widget-media.php

    r53158 r53302  
    468468     * @since 6.0.0
    469469     *
    470      * @var string
     470     * @return string
    471471     */
    472472    protected static function get_default_description() {
     
    484484     * @since 6.0.0
    485485     *
    486      * @return string[]
     486     * @return (string|array)[]
    487487     */
    488488    protected static function get_l10n_defaults() {
Note: See TracChangeset for help on using the changeset viewer.