Changeset 51693
- Timestamp:
- 08/30/2021 02:08:43 PM (4 years ago)
- Location:
- trunk/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php
r51618 r51693 224 224 'twitch.tv', 225 225 ), 226 'whatsapp' => array(226 'whatsapp' => array( 227 227 'wa.me', 228 228 'whatsapp.com', -
trunk/src/wp-includes/class-wp-theme-json-resolver.php
r51599 r51693 94 94 private static function translate( $theme_json, $domain = 'default' ) { 95 95 if ( null === self::$i18n_schema ) { 96 $i18n_schema = wp_json_file_decode( __DIR__ . '/theme-i18n.json' );96 $i18n_schema = wp_json_file_decode( __DIR__ . '/theme-i18n.json' ); 97 97 self::$i18n_schema = null === $i18n_schema ? array() : $i18n_schema; 98 98 } -
trunk/src/wp-includes/functions.php
r51653 r51693 2629 2629 2630 2630 // Other types of images whose names may conflict if their sub-sizes are regenerated. 2631 $alt_types = array_keys( array_intersect( $output_formats, array( $mime_type, $alt_mime_type ) ) );2631 $alt_types = array_keys( array_intersect( $output_formats, array( $mime_type, $alt_mime_type ) ) ); 2632 2632 $alt_types[] = $alt_mime_type; 2633 2633 } elseif ( ! empty( $output_formats ) ) { -
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php
r51501 r51693 525 525 'readonly' => true, 526 526 ), 527 'view_script' => array(527 'view_script' => array( 528 528 'description' => __( 'Public facing script handle.' ), 529 529 'type' => array( 'string', 'null' ),
Note: See TracChangeset
for help on using the changeset viewer.