Changeset 51063
- Timestamp:
- 06/02/2021 10:56:17 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-block.php
r51058 r51063 52 52 * @since 5.8.0 53 53 * 54 * @param array $args Display arguments including 'before_title', 'after_title',54 * @param array $args Display arguments including 'before_title', 'after_title', 55 55 * 'before_widget', and 'after_widget'. 56 56 * @param array $instance Settings for the current Block widget instance. … … 72 72 * @since 5.8.0 73 73 * 74 * @param string $content The widget content.75 * @param array $instance Array of settings for the current widget.76 * @param WP_Widget_ Text$widget Current Block widget instance.74 * @param string $content The widget content. 75 * @param array $instance Array of settings for the current widget. 76 * @param WP_Widget_Block $widget Current Block widget instance. 77 77 */ 78 78 echo apply_filters(
Note: See TracChangeset
for help on using the changeset viewer.