Changeset 47055 for trunk/src/wp-includes/widgets/class-wp-widget-text.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-text.php
r45742 r47055 345 345 * 346 346 * @see WP_Widget_Media_Video::inject_video_max_width_style() 347 * 347 348 * @param array $matches Pattern matches from preg_replace_callback. 348 349 * @return string HTML Output. … … 442 443 * @since 4.8.0 Form only contains hidden inputs which are synced with JS template. 443 444 * @since 4.8.1 Restored original form to be displayed when in legacy mode. 445 * 444 446 * @see WP_Widget_Text::render_control_template_scripts() 445 447 * @see _WP_Editors::editor() 446 448 * 447 449 * @param array $instance Current settings. 448 * @return void449 450 */ 450 451 public function form( $instance ) {
Note: See TracChangeset
for help on using the changeset viewer.