Changeset 47055 for trunk/src/wp-includes/widgets/class-wp-widget-media.php
- Timestamp:
- 01/10/2020 12:28:10 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-media.php
r46586 r47055 128 128 * @see WP_REST_Controller::get_additional_fields() 129 129 * @link https://core.trac.wordpress.org/ticket/35574 130 * 130 131 * @return array Schema for properties. 131 132 */ … … 321 322 * 322 323 * @see \WP_Widget_Media::render_control_template_scripts() Where the JS template is located. 324 * 323 325 * @param array $instance Current settings. 324 * @return void325 326 */ 326 327 final public function form( $instance ) {
Note: See TracChangeset
for help on using the changeset viewer.