Changeset 51007
- Timestamp:
- 05/25/2021 05:42:58 PM (2 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json.php
r50977 r51007 1019 1019 */ 1020 1020 public function merge( $incoming, $update_or_remove = 'remove' ) { 1021 $incoming_data 1021 $incoming_data = $incoming->get_raw_data(); 1022 1022 $existing_data = $this->theme_json; 1023 1023 -
trunk/src/wp-includes/kses.php
r50987 r51007 253 253 'value' => true, 254 254 ), 255 'main' 255 'main' => array( 256 256 'align' => true, 257 257 'dir' => true, -
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.