Changeset 51221 for trunk/src/wp-includes/widgets/class-wp-widget-block.php
- Timestamp:
- 06/23/2021 07:04:51 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-block.php
r51063 r51221 99 99 * @since 5.8.0 100 100 * 101 * @param array$content The HTML content of the current block widget.101 * @param string $content The HTML content of the current block widget. 102 102 * 103 103 * @return string The classname to use in the block widget's container HTML. … … 192 192 * @since 5.8.0 193 193 * 194 * @see WP_Widget_Custom_HTML::render_control_template_scripts() 195 * 194 196 * @param array $instance Current instance. 195 *196 * @see WP_Widget_Custom_HTML::render_control_template_scripts()197 197 */ 198 198 public function form( $instance ) {
Note: See TracChangeset
for help on using the changeset viewer.