Make WordPress Core


Ignore:
Timestamp:
05/25/2017 02:58:21 AM (8 years ago)
Author:
westonruter
Message:

Widgets: Supply missing descriptions for instance schema fields in media widgets.

Reuse translated strings from media templates.

Amends [40640].
See #32417.

File:
1 edited

Legend:

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

    r40812 r40835  
    6565                    'enum' => array( 'none', 'auto', 'metadata' ),
    6666                    'default' => 'none',
     67                    'description' => __( 'Preload' ),
    6768                ),
    6869                'loop' => array(
    6970                    'type' => 'boolean',
    7071                    'default' => false,
     72                    'description' => __( 'Loop' ),
    7173                ),
    7274            )
Note: See TracChangeset for help on using the changeset viewer.