- Timestamp:
- 05/25/2021 08:26:21 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-recent-posts.php
r50994 r50995 27 27 'description' => __( 'Your site’s most recent Posts.' ), 28 28 'customize_selective_refresh' => true, 29 'show_instance_in_rest' => true, 29 30 ); 30 31 parent::__construct( 'recent-posts', __( 'Recent Posts' ), $widget_ops );
Note: See TracChangeset
for help on using the changeset viewer.