Changeset 51007 for trunk/src/wp-includes/widgets/class-wp-widget-rss.php
- Timestamp:
- 05/25/2021 05:42:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-rss.php
r50995 r51007 23 23 */ 24 24 public function __construct() { 25 $widget_ops 25 $widget_ops = array( 26 26 'description' => __( 'Entries from any RSS or Atom feed.' ), 27 27 'customize_selective_refresh' => true,
Note: See TracChangeset
for help on using the changeset viewer.