Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update theme URIs #8599

Merged
merged 1 commit into from
Jan 20, 2025
Merged

Update theme URIs #8599

merged 1 commit into from
Jan 20, 2025

Conversation

mikachan
Copy link
Member

Changes proposed in this Pull Request:

This updates any older theme URI references with their up-to-date wordpress.com URLs.

Copy link
Contributor

Preview changes

I've detected changes to the following themes in this PR: Alves, Ames, Antonia, Appleton, Arbutus, Attar, Bain Marie, Balasana, Barnett, Barnsbury, Barnsbury23, Bennett, Blank Canvas, Blockbase, Brompton, Calvin, Coutoire, Dalston, Didone, Dorna, DOS, Exford, Farrow, Foam, Hari, Heiwa, Hever, Ibis, Impressionist, Jackson, Jaida, Kingsley, Leven, Marl, Mayland (Blocks), Mayland, Maywood, Meraki, Montagna, Morden, Mpho, Nested, Partygurl, Pendant, Pixl, Poema, Redhill, Remote, Rivington, Rockfield, Russell, Saison, Screenplay, Seedlet, Shawburn, Spearhead, Stow, Stratford, Sunderland, Texty, Varia, Vivre, Winkel.
You can preview these changes by following the links below:

I will update this comment with the latest preview links as you push more changes to this PR.

Note

The preview sites are created using WordPress Playground. You can add content, edit settings, and test the themes as you would on a real site, but please note that changes are not saved between sessions.
Child themes are dependent on their parent themes. You will have to install the parent theme as well for the preview to work correctly.

Copy link
Contributor

Theme-Check results

alves: There are required changes on the theme ❌.

❎ REQUIRED

  • Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
  • bump-version-numbers.sh rebuild-child-themes.sh Shell script file found. This file must not be in the production version of the theme.
  • Tested up to: is missing from your style.css header. Also, this should be numbers only, so 5.0 and not WP 5.0
  • Requires PHP: is missing from your style.css header.
  • No reference to add_theme_support( "title-tag" ) was found in the theme.
💡 RECOMMENDED (13)
  • No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
  • No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
  • Could not find the comment-reply script enqueued.
  • No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" ) in the functions.php file.
  • .wp-caption css class is recommended in your theme css.
  • .wp-caption-text css class is recommended in your theme css.
  • No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
  • No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "custom-logo", $args ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
  • No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.
⚠️ WARNING (14)
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Background Color'. Line 103: ), __( 'Background Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Link Color'. Line 186: ), __( 'Link Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Text Color'. Line 272: ), __( 'Text Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Secondary Color'. Line 367: ), __( 'Secondary Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Background Color'. Line 88: ), __( 'Background Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Link Color'. Line 144: ), __( 'Link Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Text Color'. Line 204: ), __( 'Text Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Secondary Color'. Line 220: ), __( 'Secondary Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Background Color'. Line 22: __( 'Background Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Foreground Color'. Line 38: __( 'Foreground Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Primary Color'. Line 54: __( 'Primary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Secondary Color'. Line 70: __( 'Secondary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Tertiary Color'. Line 86: __( 'Tertiary Color' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are alves, varia.

ames: There are required changes on the theme ❌.

❎ REQUIRED

  • This theme text domain does not match the theme's slug. The text domain used: blockbase, ) This theme's correct slug and text-domain is ames.
💡 RECOMMENDED (1)
  • Possible variable $header_pattern found in translation function in inc/block-patterns.php. Translation function calls must not contain PHP variables, use placeholders instead. See Internationalization Guidelines (Opens in a new window). Line 39: $header_patterns = array(Line 48: foreach ( $header_patterns as $header_pattern ) {Line 50: 'blockbase/header-' . $header_pattern,Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),Line 55: 'content' => file_get_contents (get_theme_file_path( '/parts/header-' . $header_pattern . '.html' )),
⚠️ WARNING (4)
  • screenshot.png is 555.6 KB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • Found a translation function that has an incorrect number of arguments in the file inc/block-patterns.php. Function __, with the arguments 'Blockbase Header (', ), 'blockbase'. Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),
  • Found a translation function that is missing a text-domain in the file inc/customizer/wp-customize-fonts.php. Function __, with the arguments 'https://wordpress.com/support/custom-fonts/'. Line 13: __( 'https://wordpress.com/support/custom-fonts/' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are blockbase, ).

antonia: There are required changes on the theme ❌.

❎ REQUIRED

  • Found a reference to unsplash.com. Assets from this website does not use a license that is compatible with GPL. View license (opens in a new window).
  • The tag full-site-editing is being used, please remove it from your style.css header. It is only allowed for Block Themes.
💡 RECOMMENDED (1)
  • Possible variable $header_pattern found in translation function in inc/block-patterns.php. Translation function calls must not contain PHP variables, use placeholders instead. See Internationalization Guidelines (Opens in a new window). Line 39: $header_patterns = array(Line 48: foreach ( $header_patterns as $header_pattern ) {Line 50: 'blockbase/header-' . $header_pattern,Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),Line 55: 'content' => file_get_contents (get_theme_file_path( '/parts/header-' . $header_pattern . '.html' )),
⚠️ WARNING (3)
  • Found a translation function that has an incorrect number of arguments in the file inc/block-patterns.php. Function __, with the arguments 'Blockbase Header (', ), 'blockbase'. Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),
  • Found a translation function that is missing a text-domain in the file inc/customizer/wp-customize-fonts.php. Function __, with the arguments 'https://wordpress.com/support/custom-fonts/'. Line 13: __( 'https://wordpress.com/support/custom-fonts/' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are antonia, blockbase, ).

appleton: There are required changes on the theme ❌.

❎ REQUIRED

  • The tag full-site-editing is being used, please remove it from your style.css header. It is only allowed for Block Themes.
💡 RECOMMENDED (1)
  • Possible variable $header_pattern found in translation function in inc/block-patterns.php. Translation function calls must not contain PHP variables, use placeholders instead. See Internationalization Guidelines (Opens in a new window). Line 39: $header_patterns = array(Line 48: foreach ( $header_patterns as $header_pattern ) {Line 50: 'blockbase/header-' . $header_pattern,Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),Line 55: 'content' => file_get_contents (get_theme_file_path( '/parts/header-' . $header_pattern . '.html' )),
⚠️ WARNING (3)
  • Found a translation function that has an incorrect number of arguments in the file inc/block-patterns.php. Function __, with the arguments 'Blockbase Header (', ), 'blockbase'. Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),
  • Found a translation function that is missing a text-domain in the file inc/customizer/wp-customize-fonts.php. Function __, with the arguments 'https://wordpress.com/support/custom-fonts/'. Line 13: __( 'https://wordpress.com/support/custom-fonts/' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are appleton, blockbase, ).

arbutus: There are required changes on the theme ❌.

❎ REQUIRED

  • Found a reference to unsplash.com. Assets from this website does not use a license that is compatible with GPL. View license (opens in a new window).
  • This theme text domain does not match the theme's slug. The text domain used: blockbase, ) This theme's correct slug and text-domain is arbutus.
💡 RECOMMENDED (1)
  • Possible variable $header_pattern found in translation function in inc/block-patterns.php. Translation function calls must not contain PHP variables, use placeholders instead. See Internationalization Guidelines (Opens in a new window). Line 39: $header_patterns = array(Line 48: foreach ( $header_patterns as $header_pattern ) {Line 50: 'blockbase/header-' . $header_pattern,Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),Line 55: 'content' => file_get_contents (get_theme_file_path( '/parts/header-' . $header_pattern . '.html' )),
⚠️ WARNING (4)
  • screenshot.png is 555.6 KB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • Found a translation function that has an incorrect number of arguments in the file inc/block-patterns.php. Function __, with the arguments 'Blockbase Header (', ), 'blockbase'. Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),
  • Found a translation function that is missing a text-domain in the file inc/customizer/wp-customize-fonts.php. Function __, with the arguments 'https://wordpress.com/support/custom-fonts/'. Line 13: __( 'https://wordpress.com/support/custom-fonts/' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are blockbase, ).

attar: There are required changes on the theme ❌.

❎ REQUIRED

  • The tag full-site-editing is being used, please remove it from your style.css header. It is only allowed for Block Themes.
  • This theme text domain does not match the theme's slug. The text domain used: blockbase, ) This theme's correct slug and text-domain is attar.
💡 RECOMMENDED (1)
  • Possible variable $header_pattern found in translation function in inc/block-patterns.php. Translation function calls must not contain PHP variables, use placeholders instead. See Internationalization Guidelines (Opens in a new window). Line 39: $header_patterns = array(Line 48: foreach ( $header_patterns as $header_pattern ) {Line 50: 'blockbase/header-' . $header_pattern,Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),Line 55: 'content' => file_get_contents (get_theme_file_path( '/parts/header-' . $header_pattern . '.html' )),
⚠️ WARNING (4)
  • screenshot.png is 654.6 KB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • Found a translation function that has an incorrect number of arguments in the file inc/block-patterns.php. Function __, with the arguments 'Blockbase Header (', ), 'blockbase'. Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),
  • Found a translation function that is missing a text-domain in the file inc/customizer/wp-customize-fonts.php. Function __, with the arguments 'https://wordpress.com/support/custom-fonts/'. Line 13: __( 'https://wordpress.com/support/custom-fonts/' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are blockbase, ).

bain-marie: No changes required ✅.


balasana: There are required changes on the theme ❌.

❎ REQUIRED

  • Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
  • bump-version-numbers.sh rebuild-child-themes.sh Shell script file found. This file must not be in the production version of the theme.
  • Tested up to: is missing from your style.css header. Also, this should be numbers only, so 5.0 and not WP 5.0
  • Requires PHP: is missing from your style.css header.
  • No reference to add_theme_support( "title-tag" ) was found in the theme.
  • The theme appears to use dynamic_sidebars() but no register_sidebar() was found. See: register_sidebar
💡 RECOMMENDED (12)
  • No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
  • No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
  • Could not find the comment-reply script enqueued.
  • No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" ) in the functions.php file.
  • .wp-caption css class is recommended in your theme css.
  • .wp-caption-text css class is recommended in your theme css.
  • No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
  • No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
  • No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.
⚠️ WARNING (16)
  • screenshot.png is 917.0 KB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • Found PHP short tags in file inc/wpcom.php. Line 2: <?
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Background Color'. Line 135: ), __( 'Background Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Link Color'. Line 269: ), __( 'Link Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Text Color'. Line 391: ), __( 'Text Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Secondary Color'. Line 407: ), __( 'Secondary Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Background Color'. Line 68: ), __( 'Background Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Link Color'. Line 105: ), __( 'Link Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Text Color'. Line 155: ), __( 'Text Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Secondary Color'. Line 173: ), __( 'Secondary Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Background Color'. Line 22: __( 'Background Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Foreground Color'. Line 38: __( 'Foreground Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Primary Color'. Line 54: __( 'Primary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Secondary Color'. Line 70: __( 'Secondary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Tertiary Color'. Line 86: __( 'Tertiary Color' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are balasana, varia.

barnett: There are required changes on the theme ❌.

❎ REQUIRED

  • The tag full-site-editing is being used, please remove it from your style.css header. It is only allowed for Block Themes.
  • This theme text domain does not match the theme's slug. The text domain used: blockbase, ) This theme's correct slug and text-domain is barnett.
💡 RECOMMENDED (1)
  • Possible variable $header_pattern found in translation function in inc/block-patterns.php. Translation function calls must not contain PHP variables, use placeholders instead. See Internationalization Guidelines (Opens in a new window). Line 39: $header_patterns = array(Line 48: foreach ( $header_patterns as $header_pattern ) {Line 50: 'blockbase/header-' . $header_pattern,Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),Line 55: 'content' => file_get_contents (get_theme_file_path( '/parts/header-' . $header_pattern . '.html' )),
⚠️ WARNING (3)
  • Found a translation function that has an incorrect number of arguments in the file inc/block-patterns.php. Function __, with the arguments 'Blockbase Header (', ), 'blockbase'. Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),
  • Found a translation function that is missing a text-domain in the file inc/customizer/wp-customize-fonts.php. Function __, with the arguments 'https://wordpress.com/support/custom-fonts/'. Line 13: __( 'https://wordpress.com/support/custom-fonts/' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are blockbase, ).

barnsbury: There are required changes on the theme ❌.

❎ REQUIRED

  • Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
  • bump-version-numbers.sh rebuild-child-themes.sh Shell script file found. This file must not be in the production version of the theme.
  • Tested up to: is missing from your style.css header. Also, this should be numbers only, so 5.0 and not WP 5.0
  • Requires PHP: is missing from your style.css header.
  • No reference to add_theme_support( "title-tag" ) was found in the theme.
  • The theme appears to use dynamic_sidebars() but no register_sidebar() was found. See: register_sidebar
💡 RECOMMENDED (13)
  • No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
  • No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
  • Could not find the comment-reply script enqueued.
  • No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" ) in the functions.php file.
  • .wp-caption css class is recommended in your theme css.
  • .wp-caption-text css class is recommended in your theme css.
  • No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
  • No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "custom-logo", $args ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
  • No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.
⚠️ WARNING (15)
  • Found PHP short tags in file inc/wpcom.php. Line 2: <?
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Background Color'. Line 104: ), __( 'Background Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Link Color'. Line 224: ), __( 'Link Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Text Color'. Line 312: ), __( 'Text Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Secondary Color'. Line 340: ), __( 'Secondary Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Background Color'. Line 68: ), __( 'Background Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Link Color'. Line 116: ), __( 'Link Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Text Color'. Line 179: ), __( 'Text Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Secondary Color'. Line 197: ), __( 'Secondary Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Background Color'. Line 22: __( 'Background Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Foreground Color'. Line 38: __( 'Foreground Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Primary Color'. Line 54: __( 'Primary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Secondary Color'. Line 70: __( 'Secondary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Tertiary Color'. Line 86: __( 'Tertiary Color' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are barnsbury, balasana, varia.

barnsbury23: No changes required ✅.

⚠️ WARNING (1)
  • assets/images/barnsbury_the-farm.png is 689.7 KB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
💡 RECOMMENDED (1)
  • Tested up to is recommended to have major versions only (e.g. 5.8). Patch version is not needed (e.g. 5.8.1).

bennett: There are required changes on the theme ❌.

❎ REQUIRED

  • Found a reference to pixabay. Assets from this website does not use a license that is compatible with GPL. View license (opens in a new window).
  • The tag full-site-editing is being used, please remove it from your style.css header. It is only allowed for Block Themes.
  • This theme text domain does not match the theme's slug. The text domain used: blockbase, ) This theme's correct slug and text-domain is bennett.
💡 RECOMMENDED (1)
  • Possible variable $header_pattern found in translation function in inc/block-patterns.php. Translation function calls must not contain PHP variables, use placeholders instead. See Internationalization Guidelines (Opens in a new window). Line 39: $header_patterns = array(Line 48: foreach ( $header_patterns as $header_pattern ) {Line 50: 'blockbase/header-' . $header_pattern,Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),Line 55: 'content' => file_get_contents (get_theme_file_path( '/parts/header-' . $header_pattern . '.html' )),
⚠️ WARNING (3)
  • Found a translation function that has an incorrect number of arguments in the file inc/block-patterns.php. Function __, with the arguments 'Blockbase Header (', ), 'blockbase'. Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),
  • Found a translation function that is missing a text-domain in the file inc/customizer/wp-customize-fonts.php. Function __, with the arguments 'https://wordpress.com/support/custom-fonts/'. Line 13: __( 'https://wordpress.com/support/custom-fonts/' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are blockbase, ).

blank-canvas-blocks: No changes required ✅.

❎ REQUIRED

  • The tag full-site-editing is being used, please remove it from your style.css header. It is only allowed for Block Themes.
💡 RECOMMENDED (1)
  • Possible variable $header_pattern found in translation function in inc/block-patterns.php. Translation function calls must not contain PHP variables, use placeholders instead. See Internationalization Guidelines (Opens in a new window). Line 39: $header_patterns = array(Line 48: foreach ( $header_patterns as $header_pattern ) {Line 50: 'blockbase/header-' . $header_pattern,Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),Line 55: 'content' => file_get_contents (get_theme_file_path( '/parts/header-' . $header_pattern . '.html' )),
⚠️ WARNING (4)
  • Found a translation function that has an incorrect number of arguments in the file inc/block-patterns.php. Function __, with the arguments 'Blockbase Header (', ), 'blockbase'. Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),
  • Found a translation function that is missing a text-domain in the file inc/customizer/wp-customize-fonts.php. Function __, with the arguments 'https://wordpress.com/support/custom-fonts/'. Line 13: __( 'https://wordpress.com/support/custom-fonts/' )
  • Your theme appears to be in the wrong directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is blank-canvas. (If this is a child theme, you can ignore this error.)
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are blockbase, ).

blockbase: No changes required ✅.

💡 RECOMMENDED (1)
  • Possible variable $header_pattern found in translation function in inc/block-patterns.php. Translation function calls must not contain PHP variables, use placeholders instead. See Internationalization Guidelines (Opens in a new window). Line 39: $header_patterns = array(Line 48: foreach ( $header_patterns as $header_pattern ) {Line 50: 'blockbase/header-' . $header_pattern,Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),Line 55: 'content' => file_get_contents (get_theme_file_path( '/parts/header-' . $header_pattern . '.html' )),
⚠️ WARNING (4)
  • screenshot.png is 555.6 KB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • Found a translation function that has an incorrect number of arguments in the file inc/block-patterns.php. Function __, with the arguments 'Blockbase Header (', ), 'blockbase'. Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),
  • Found a translation function that is missing a text-domain in the file inc/customizer/wp-customize-fonts.php. Function __, with the arguments 'https://wordpress.com/support/custom-fonts/'. Line 13: __( 'https://wordpress.com/support/custom-fonts/' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are blockbase, ).

brompton: There are required changes on the theme ❌.

❎ REQUIRED

  • Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
  • bump-version-numbers.sh rebuild-child-themes.sh Shell script file found. This file must not be in the production version of the theme.
  • Tested up to: is missing from your style.css header. Also, this should be numbers only, so 5.0 and not WP 5.0
  • Requires PHP: is missing from your style.css header.
  • No reference to add_theme_support( "title-tag" ) was found in the theme.
  • The theme appears to use dynamic_sidebars() but no register_sidebar() was found. See: register_sidebar
💡 RECOMMENDED (13)
  • No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
  • No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
  • Could not find the comment-reply script enqueued.
  • No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" ) in the functions.php file.
  • .wp-caption css class is recommended in your theme css.
  • .wp-caption-text css class is recommended in your theme css.
  • No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
  • No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "custom-logo", $args ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
  • No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.
⚠️ WARNING (16)
  • screenshot.png is 1.0 MB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • Found PHP short tags in file inc/wpcom.php. Line 2: <?
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Background Color'. Line 201: __( 'Background Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Link Color'. Line 325: __( 'Link Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Text Color'. Line 496: __( 'Text Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Secondary Color'. Line 520: __( 'Secondary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Background Color'. Line 71: ), __( 'Background Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Link Color'. Line 112: ), __( 'Link Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Text Color'. Line 195: ), __( 'Text Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Secondary Color'. Line 213: ), __( 'Secondary Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Background Color'. Line 22: __( 'Background Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Foreground Color'. Line 38: __( 'Foreground Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Primary Color'. Line 54: __( 'Primary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Secondary Color'. Line 70: __( 'Secondary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Tertiary Color'. Line 86: __( 'Tertiary Color' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are brompton, barnsbury, varia.

calvin: There are required changes on the theme ❌.

❎ REQUIRED

  • The tag full-site-editing is being used, please remove it from your style.css header. It is only allowed for Block Themes.
  • This theme text domain does not match the theme's slug. The text domain used: blockbase, ) This theme's correct slug and text-domain is calvin.
💡 RECOMMENDED (1)
  • Possible variable $header_pattern found in translation function in inc/block-patterns.php. Translation function calls must not contain PHP variables, use placeholders instead. See Internationalization Guidelines (Opens in a new window). Line 39: $header_patterns = array(Line 48: foreach ( $header_patterns as $header_pattern ) {Line 50: 'blockbase/header-' . $header_pattern,Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),Line 55: 'content' => file_get_contents (get_theme_file_path( '/parts/header-' . $header_pattern . '.html' )),
⚠️ WARNING (4)
  • screenshot.png is 776.2 KB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • Found a translation function that has an incorrect number of arguments in the file inc/block-patterns.php. Function __, with the arguments 'Blockbase Header (', ), 'blockbase'. Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),
  • Found a translation function that is missing a text-domain in the file inc/customizer/wp-customize-fonts.php. Function __, with the arguments 'https://wordpress.com/support/custom-fonts/'. Line 13: __( 'https://wordpress.com/support/custom-fonts/' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are blockbase, ).

coutoire: There are required changes on the theme ❌.

❎ REQUIRED

  • Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
  • bump-version-numbers.sh rebuild-child-themes.sh Shell script file found. This file must not be in the production version of the theme.
  • Screenshot is wrong size! Detected: 1800x1350. Maximum allowed size is 1200x900px.
  • Tested up to: is missing from your style.css header. Also, this should be numbers only, so 5.0 and not WP 5.0
  • Requires PHP: is missing from your style.css header.
  • No reference to add_theme_support( "title-tag" ) was found in the theme.
  • The theme appears to use dynamic_sidebars() but no register_sidebar() was found. See: register_sidebar
💡 RECOMMENDED (14)
  • No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
  • No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
  • Could not find the comment-reply script enqueued.
  • No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" ) in the functions.php file.
  • Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.
  • .wp-caption css class is recommended in your theme css.
  • .wp-caption-text css class is recommended in your theme css.
  • No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
  • No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "custom-logo", $args ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
  • No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.
⚠️ WARNING (16)
  • screenshot.png is 1.4 MB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • Found PHP short tags in file inc/wpcom.php. Line 2: <?
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Background Color'. Line 123: ), __( 'Background Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Link Color'. Line 175: ), __( 'Link Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Text Color'. Line 253: ), __( 'Text Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Secondary Color'. Line 343: ), __( 'Secondary Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Background Color'. Line 83: ), __( 'Background Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Link Color'. Line 116: ), __( 'Link Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Text Color'. Line 177: ), __( 'Text Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Secondary Color'. Line 221: ), __( 'Secondary Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Background Color'. Line 22: __( 'Background Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Foreground Color'. Line 38: __( 'Foreground Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Primary Color'. Line 54: __( 'Primary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Secondary Color'. Line 70: __( 'Secondary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Tertiary Color'. Line 86: __( 'Tertiary Color' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are coutoire, varia.

dalston: There are required changes on the theme ❌.

❎ REQUIRED

  • Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
  • bump-version-numbers.sh rebuild-child-themes.sh Shell script file found. This file must not be in the production version of the theme.
  • Screenshot is wrong size! Detected: 1800x1350. Maximum allowed size is 1200x900px.
  • Tested up to: is missing from your style.css header. Also, this should be numbers only, so 5.0 and not WP 5.0
  • Requires PHP: is missing from your style.css header.
  • No reference to add_theme_support( "title-tag" ) was found in the theme.
  • The theme appears to use dynamic_sidebars() but no register_sidebar() was found. See: register_sidebar
💡 RECOMMENDED (13)
  • No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
  • No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
  • Could not find the comment-reply script enqueued.
  • No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" ) in the functions.php file.
  • Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.
  • .wp-caption css class is recommended in your theme css.
  • .wp-caption-text css class is recommended in your theme css.
  • No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
  • No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
  • No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.
⚠️ WARNING (15)
  • Found PHP short tags in file inc/wpcom.php. Line 2: <?
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Background Color'. Line 138: ), __( 'Background Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Link Color'. Line 270: ), __( 'Link Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Text Color'. Line 403: ), __( 'Text Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Secondary Color'. Line 423: ), __( 'Secondary Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Background Color'. Line 66: ), __( 'Background Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Link Color'. Line 100: ), __( 'Link Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Text Color'. Line 156: ), __( 'Text Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Secondary Color'. Line 173: ), __( 'Secondary Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Background Color'. Line 22: __( 'Background Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Foreground Color'. Line 38: __( 'Foreground Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Primary Color'. Line 54: __( 'Primary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Secondary Color'. Line 70: __( 'Secondary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Tertiary Color'. Line 86: __( 'Tertiary Color' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are dalston, varia.

didone: No changes required ✅.

💡 RECOMMENDED (1)
  • Tested up to is recommended to have major versions only (e.g. 5.8). Patch version is not needed (e.g. 5.8.1).

dorna: There are required changes on the theme ❌.

❎ REQUIRED

  • The tag full-site-editing is being used, please remove it from your style.css header. It is only allowed for Block Themes.
  • This theme text domain does not match the theme's slug. The text domain used: blockbase, ) This theme's correct slug and text-domain is dorna.
💡 RECOMMENDED (1)
  • Possible variable $header_pattern found in translation function in inc/block-patterns.php. Translation function calls must not contain PHP variables, use placeholders instead. See Internationalization Guidelines (Opens in a new window). Line 39: $header_patterns = array(Line 48: foreach ( $header_patterns as $header_pattern ) {Line 50: 'blockbase/header-' . $header_pattern,Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),Line 55: 'content' => file_get_contents (get_theme_file_path( '/parts/header-' . $header_pattern . '.html' )),
⚠️ WARNING (3)
  • Found a translation function that has an incorrect number of arguments in the file inc/block-patterns.php. Function __, with the arguments 'Blockbase Header (', ), 'blockbase'. Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),
  • Found a translation function that is missing a text-domain in the file inc/customizer/wp-customize-fonts.php. Function __, with the arguments 'https://wordpress.com/support/custom-fonts/'. Line 13: __( 'https://wordpress.com/support/custom-fonts/' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are blockbase, ).

dos: There are required changes on the theme ❌.

❎ REQUIRED

  • Screenshot is wrong size! Detected: 1440x1080. Maximum allowed size is 1200x900px.
💡 RECOMMENDED (1)
  • Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.

exford: There are required changes on the theme ❌.

❎ REQUIRED

  • Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
  • bump-version-numbers.sh rebuild-child-themes.sh Shell script file found. This file must not be in the production version of the theme.
  • Tested up to: is missing from your style.css header. Also, this should be numbers only, so 5.0 and not WP 5.0
  • Requires PHP: is missing from your style.css header.
  • No reference to add_theme_support( "title-tag" ) was found in the theme.
  • The theme appears to use dynamic_sidebars() but no register_sidebar() was found. See: register_sidebar
💡 RECOMMENDED (13)
  • No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
  • No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
  • Could not find the comment-reply script enqueued.
  • No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" ) in the functions.php file.
  • .wp-caption css class is recommended in your theme css.
  • .wp-caption-text css class is recommended in your theme css.
  • No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
  • No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "custom-logo", $args ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
  • No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.
⚠️ WARNING (16)
  • screenshot.png is 1.1 MB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • Found PHP short tags in file inc/wpcom.php. Line 2: <?
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Background Color'. Line 95: ), __( 'Background Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Link Color'. Line 160: ), __( 'Link Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Text Color'. Line 264: ), __( 'Text Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Secondary Color'. Line 347: ), __( 'Secondary Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Background Color'. Line 66: ), __( 'Background Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Link Color'. Line 110: ), __( 'Link Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Text Color'. Line 180: ), __( 'Text Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Secondary Color'. Line 195: ), __( 'Secondary Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Background Color'. Line 22: __( 'Background Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Foreground Color'. Line 38: __( 'Foreground Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Primary Color'. Line 54: __( 'Primary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Secondary Color'. Line 70: __( 'Secondary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Tertiary Color'. Line 86: __( 'Tertiary Color' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are exford, varia.

farrow: There are required changes on the theme ❌.

❎ REQUIRED

  • The tag full-site-editing is being used, please remove it from your style.css header. It is only allowed for Block Themes.
  • This theme text domain does not match the theme's slug. The text domain used: blockbase, ) This theme's correct slug and text-domain is farrow.
💡 RECOMMENDED (1)
  • Possible variable $header_pattern found in translation function in inc/block-patterns.php. Translation function calls must not contain PHP variables, use placeholders instead. See Internationalization Guidelines (Opens in a new window). Line 39: $header_patterns = array(Line 48: foreach ( $header_patterns as $header_pattern ) {Line 50: 'blockbase/header-' . $header_pattern,Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),Line 55: 'content' => file_get_contents (get_theme_file_path( '/parts/header-' . $header_pattern . '.html' )),
⚠️ WARNING (4)
  • screenshot.png is 988.0 KB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • Found a translation function that has an incorrect number of arguments in the file inc/block-patterns.php. Function __, with the arguments 'Blockbase Header (', ), 'blockbase'. Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),
  • Found a translation function that is missing a text-domain in the file inc/customizer/wp-customize-fonts.php. Function __, with the arguments 'https://wordpress.com/support/custom-fonts/'. Line 13: __( 'https://wordpress.com/support/custom-fonts/' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are blockbase, ).

foam: No changes required ✅.


hari: There are required changes on the theme ❌.

❎ REQUIRED

  • Found a reference to unsplash.com. Assets from this website does not use a license that is compatible with GPL. View license (opens in a new window).
  • The tag full-site-editing is being used, please remove it from your style.css header. It is only allowed for Block Themes.
  • This theme text domain does not match the theme's slug. The text domain used: blockbase, ) This theme's correct slug and text-domain is hari.
💡 RECOMMENDED (1)
  • Possible variable $header_pattern found in translation function in inc/block-patterns.php. Translation function calls must not contain PHP variables, use placeholders instead. See Internationalization Guidelines (Opens in a new window). Line 39: $header_patterns = array(Line 48: foreach ( $header_patterns as $header_pattern ) {Line 50: 'blockbase/header-' . $header_pattern,Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),Line 55: 'content' => file_get_contents (get_theme_file_path( '/parts/header-' . $header_pattern . '.html' )),
⚠️ WARNING (3)
  • Found a translation function that has an incorrect number of arguments in the file inc/block-patterns.php. Function __, with the arguments 'Blockbase Header (', ), 'blockbase'. Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),
  • Found a translation function that is missing a text-domain in the file inc/customizer/wp-customize-fonts.php. Function __, with the arguments 'https://wordpress.com/support/custom-fonts/'. Line 13: __( 'https://wordpress.com/support/custom-fonts/' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are blockbase, ).

heiwa: There are required changes on the theme ❌.

❎ REQUIRED

  • Found a reference to unsplash.com. Assets from this website does not use a license that is compatible with GPL. View license (opens in a new window).
  • The tag full-site-editing is being used, please remove it from your style.css header. It is only allowed for Block Themes.
💡 RECOMMENDED (1)
  • Possible variable $header_pattern found in translation function in inc/block-patterns.php. Translation function calls must not contain PHP variables, use placeholders instead. See Internationalization Guidelines (Opens in a new window). Line 39: $header_patterns = array(Line 48: foreach ( $header_patterns as $header_pattern ) {Line 50: 'blockbase/header-' . $header_pattern,Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),Line 55: 'content' => file_get_contents (get_theme_file_path( '/parts/header-' . $header_pattern . '.html' )),
⚠️ WARNING (3)
  • Found a translation function that has an incorrect number of arguments in the file inc/block-patterns.php. Function __, with the arguments 'Blockbase Header (', ), 'blockbase'. Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),
  • Found a translation function that is missing a text-domain in the file inc/customizer/wp-customize-fonts.php. Function __, with the arguments 'https://wordpress.com/support/custom-fonts/'. Line 13: __( 'https://wordpress.com/support/custom-fonts/' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are heiwa, blockbase, ).

hever: There are required changes on the theme ❌.

❎ REQUIRED

  • Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
  • bump-version-numbers.sh rebuild-child-themes.sh Shell script file found. This file must not be in the production version of the theme.
  • Tested up to: is missing from your style.css header. Also, this should be numbers only, so 5.0 and not WP 5.0
  • Requires PHP: is missing from your style.css header.
  • No reference to add_theme_support( "title-tag" ) was found in the theme.
  • The theme appears to use dynamic_sidebars() but no register_sidebar() was found. See: register_sidebar
💡 RECOMMENDED (13)
  • No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
  • No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
  • Could not find the comment-reply script enqueued.
  • No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" ) in the functions.php file.
  • .wp-caption css class is recommended in your theme css.
  • .wp-caption-text css class is recommended in your theme css.
  • No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
  • No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "custom-logo", $args ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
  • No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.
⚠️ WARNING (11)
  • screenshot.png is 1.3 MB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Background Color'. Line 22: __( 'Background Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Foreground Color'. Line 38: __( 'Foreground Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Primary Color'. Line 54: __( 'Primary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Secondary Color'. Line 70: __( 'Secondary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Tertiary Color'. Line 86: __( 'Tertiary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Background Color'. Line 90: ), __( 'Background Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Link Color'. Line 214: ), __( 'Link Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Text Color'. Line 364: ), __( 'Text Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Secondary Color'. Line 380: ), __( 'Secondary Color' ) );
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are hever, varia.

ibis: There are required changes on the theme ❌.

❎ REQUIRED

  • Could not find the file theme.json in the theme.
⚠️ WARNING (2)
  • Screenshot.png is 519.5 KB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are ibis, seedlet.

impressionist: No changes required ✅.


jackson: There are required changes on the theme ❌.

❎ REQUIRED

  • This theme text domain does not match the theme's slug. The text domain used: blockbase, ) This theme's correct slug and text-domain is jackson.
💡 RECOMMENDED (1)
  • Possible variable $header_pattern found in translation function in inc/block-patterns.php. Translation function calls must not contain PHP variables, use placeholders instead. See Internationalization Guidelines (Opens in a new window). Line 39: $header_patterns = array(Line 48: foreach ( $header_patterns as $header_pattern ) {Line 50: 'blockbase/header-' . $header_pattern,Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),Line 55: 'content' => file_get_contents (get_theme_file_path( '/parts/header-' . $header_pattern . '.html' )),
⚠️ WARNING (4)
  • screenshot.png is 555.6 KB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • Found a translation function that has an incorrect number of arguments in the file inc/block-patterns.php. Function __, with the arguments 'Blockbase Header (', ), 'blockbase'. Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),
  • Found a translation function that is missing a text-domain in the file inc/customizer/wp-customize-fonts.php. Function __, with the arguments 'https://wordpress.com/support/custom-fonts/'. Line 13: __( 'https://wordpress.com/support/custom-fonts/' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are blockbase, ).

jaida: There are required changes on the theme ❌.

❎ REQUIRED

  • Zip file found. Plugins are not allowed in themes. The zip file found was playground.zip.

kingsley: There are required changes on the theme ❌.

❎ REQUIRED

  • This theme text domain does not match the theme's slug. The text domain used: blockbase, ) This theme's correct slug and text-domain is kingsley.
💡 RECOMMENDED (1)
  • Possible variable $header_pattern found in translation function in inc/block-patterns.php. Translation function calls must not contain PHP variables, use placeholders instead. See Internationalization Guidelines (Opens in a new window). Line 39: $header_patterns = array(Line 48: foreach ( $header_patterns as $header_pattern ) {Line 50: 'blockbase/header-' . $header_pattern,Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),Line 55: 'content' => file_get_contents (get_theme_file_path( '/parts/header-' . $header_pattern . '.html' )),
⚠️ WARNING (4)
  • screenshot.png is 555.6 KB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • Found a translation function that has an incorrect number of arguments in the file inc/block-patterns.php. Function __, with the arguments 'Blockbase Header (', ), 'blockbase'. Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),
  • Found a translation function that is missing a text-domain in the file inc/customizer/wp-customize-fonts.php. Function __, with the arguments 'https://wordpress.com/support/custom-fonts/'. Line 13: __( 'https://wordpress.com/support/custom-fonts/' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are blockbase, ).

leven: There are required changes on the theme ❌.

❎ REQUIRED

  • Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
  • bump-version-numbers.sh rebuild-child-themes.sh Shell script file found. This file must not be in the production version of the theme.
  • Tested up to: is missing from your style.css header. Also, this should be numbers only, so 5.0 and not WP 5.0
  • Requires PHP: is missing from your style.css header.
  • No reference to add_theme_support( "title-tag" ) was found in the theme.
  • The theme appears to use dynamic_sidebars() but no register_sidebar() was found. See: register_sidebar
💡 RECOMMENDED (13)
  • No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
  • No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
  • Could not find the comment-reply script enqueued.
  • No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" ) in the functions.php file.
  • .wp-caption css class is recommended in your theme css.
  • .wp-caption-text css class is recommended in your theme css.
  • No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
  • No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "custom-logo", $args ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
  • No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.
⚠️ WARNING (16)
  • screenshot.png is 548.0 KB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • Found PHP short tags in file inc/wpcom.php. Line 2: <?
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Background Color'. Line 107: ), __( 'Background Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Link Color'. Line 157: ), __( 'Link Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Text Color'. Line 243: ), __( 'Text Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Secondary Color'. Line 325: ), __( 'Secondary Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Background Color'. Line 83: ), __( 'Background Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Link Color'. Line 129: ), __( 'Link Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Text Color'. Line 203: ), __( 'Text Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Secondary Color'. Line 247: ), __( 'Secondary Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Background Color'. Line 22: __( 'Background Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Foreground Color'. Line 38: __( 'Foreground Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Primary Color'. Line 54: __( 'Primary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Secondary Color'. Line 70: __( 'Secondary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Tertiary Color'. Line 86: __( 'Tertiary Color' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are leven, varia.

marl: There are required changes on the theme ❌.

❎ REQUIRED

  • Found a reference to unsplash.com. Assets from this website does not use a license that is compatible with GPL. View license (opens in a new window).
  • The tag full-site-editing is being used, please remove it from your style.css header. It is only allowed for Block Themes.
  • This theme text domain does not match the theme's slug. The text domain used: blockbase, ) This theme's correct slug and text-domain is marl.
💡 RECOMMENDED (1)
  • Possible variable $header_pattern found in translation function in inc/block-patterns.php. Translation function calls must not contain PHP variables, use placeholders instead. See Internationalization Guidelines (Opens in a new window). Line 39: $header_patterns = array(Line 48: foreach ( $header_patterns as $header_pattern ) {Line 50: 'blockbase/header-' . $header_pattern,Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),Line 55: 'content' => file_get_contents (get_theme_file_path( '/parts/header-' . $header_pattern . '.html' )),
⚠️ WARNING (4)
  • screenshot.png is 645.9 KB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • Found a translation function that has an incorrect number of arguments in the file inc/block-patterns.php. Function __, with the arguments 'Blockbase Header (', ), 'blockbase'. Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),
  • Found a translation function that is missing a text-domain in the file inc/customizer/wp-customize-fonts.php. Function __, with the arguments 'https://wordpress.com/support/custom-fonts/'. Line 13: __( 'https://wordpress.com/support/custom-fonts/' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are blockbase, ).

mayland-blocks: There are required changes on the theme ❌.

❎ REQUIRED

  • Found a reference to unsplash.com. Assets from this website does not use a license that is compatible with GPL. View license (opens in a new window).
  • This theme text domain does not match the theme's slug. The text domain used: blockbase, ) This theme's correct slug and text-domain is mayland-blocks.
💡 RECOMMENDED (1)
  • Possible variable $header_pattern found in translation function in inc/block-patterns.php. Translation function calls must not contain PHP variables, use placeholders instead. See Internationalization Guidelines (Opens in a new window). Line 39: $header_patterns = array(Line 48: foreach ( $header_patterns as $header_pattern ) {Line 50: 'blockbase/header-' . $header_pattern,Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),Line 55: 'content' => file_get_contents (get_theme_file_path( '/parts/header-' . $header_pattern . '.html' )),
⚠️ WARNING (3)
  • Found a translation function that has an incorrect number of arguments in the file inc/block-patterns.php. Function __, with the arguments 'Blockbase Header (', ), 'blockbase'. Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),
  • Found a translation function that is missing a text-domain in the file inc/customizer/wp-customize-fonts.php. Function __, with the arguments 'https://wordpress.com/support/custom-fonts/'. Line 13: __( 'https://wordpress.com/support/custom-fonts/' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are blockbase, ).

mayland: There are required changes on the theme ❌.

❎ REQUIRED

  • Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
  • bump-version-numbers.sh rebuild-child-themes.sh Shell script file found. This file must not be in the production version of the theme.
  • Tested up to: is missing from your style.css header. Also, this should be numbers only, so 5.0 and not WP 5.0
  • Requires PHP: is missing from your style.css header.
  • No reference to add_theme_support( "title-tag" ) was found in the theme.
  • The theme appears to use dynamic_sidebars() but no register_sidebar() was found. See: register_sidebar
💡 RECOMMENDED (13)
  • No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
  • No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
  • Could not find the comment-reply script enqueued.
  • No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" ) in the functions.php file.
  • .wp-caption css class is recommended in your theme css.
  • .wp-caption-text css class is recommended in your theme css.
  • No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
  • No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "custom-logo", $args ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
  • No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.
⚠️ WARNING (15)
  • Found PHP short tags in file inc/wpcom.php. Line 2: <?
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Background Color'. Line 111: ), __( 'Background Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Link Color'. Line 200: ), __( 'Link Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Text Color'. Line 365: ), __( 'Text Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Secondary Color'. Line 387: ), __( 'Secondary Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Background Color'. Line 72: ), __( 'Background Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Link Color'. Line 116: ), __( 'Link Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Text Color'. Line 217: ), __( 'Text Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Secondary Color'. Line 233: ), __( 'Secondary Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Background Color'. Line 22: __( 'Background Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Foreground Color'. Line 38: __( 'Foreground Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Primary Color'. Line 54: __( 'Primary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Secondary Color'. Line 70: __( 'Secondary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Tertiary Color'. Line 86: __( 'Tertiary Color' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are mayland, varia.

maywood: There are required changes on the theme ❌.

❎ REQUIRED

  • Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
  • bump-version-numbers.sh rebuild-child-themes.sh Shell script file found. This file must not be in the production version of the theme.
  • Tested up to: is missing from your style.css header. Also, this should be numbers only, so 5.0 and not WP 5.0
  • Requires PHP: is missing from your style.css header.
  • No reference to add_theme_support( "title-tag" ) was found in the theme.
  • The theme appears to use dynamic_sidebars() but no register_sidebar() was found. See: register_sidebar
💡 RECOMMENDED (13)
  • No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
  • No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
  • Could not find the comment-reply script enqueued.
  • No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" ) in the functions.php file.
  • .wp-caption css class is recommended in your theme css.
  • .wp-caption-text css class is recommended in your theme css.
  • No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
  • No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "custom-logo", $args ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
  • No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.
⚠️ WARNING (15)
  • Found PHP short tags in file inc/wpcom.php. Line 2: <?
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Background Color'. Line 98: ), __( 'Background Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Link Color'. Line 230: ), __( 'Link Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Text Color'. Line 325: ), __( 'Text Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Secondary Color'. Line 341: ), __( 'Secondary Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Background Color'. Line 105: __( 'Background Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Link Color'. Line 205: __( 'Link Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Text Color'. Line 305: __( 'Text Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Secondary Color'. Line 333: __( 'Secondary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Background Color'. Line 22: __( 'Background Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Foreground Color'. Line 38: __( 'Foreground Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Primary Color'. Line 54: __( 'Primary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Secondary Color'. Line 70: __( 'Secondary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Tertiary Color'. Line 86: __( 'Tertiary Color' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are maywood, varia.

meraki: There are required changes on the theme ❌.

⚠️ WARNING (5)
  • Found ="<?php echo esc_html__ in patterns/footer-default.php. Use esc_attr__() inside HTML attributes, and esc_url() for link attributes. A manual review is needed. Line 74:
    [jetpack_subscription_form show_subscribers_total='false' button_on_newline='true' custom_font_size='16px' custom_border_radius='50' custom_border_weight='1' custom_button_width='100%' custom_padding='15' custom_spacing='10' submit_button_classes='has-background-border-color has-text-color has-primary-color has-background has-background-background-color' email_field_classes='has-background-border-color' show_only_email_and_button='true' success_message='<?php echo esc_html__('Success! An email was just sent to confirm your su
  • screenshot.png is 743.8 KB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • Found a translation function that has an incorrect number of arguments in the file inc/block-patterns.php. Function __, with the arguments 'Blockbase Header (', ), 'blockbase'. Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),
  • Found a translation function that is missing a text-domain in the file inc/customizer/wp-customize-fonts.php. Function __, with the arguments 'https://wordpress.com/support/custom-fonts/'. Line 13: __( 'https://wordpress.com/support/custom-fonts/' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are meraki, blockbase, ).
💡 RECOMMENDED (1)
  • Possible variable $header_pattern found in translation function in inc/block-patterns.php. Translation function calls must not contain PHP variables, use placeholders instead. See Internationalization Guidelines (Opens in a new window). Line 39: $header_patterns = array(Line 48: foreach ( $header_patterns as $header_pattern ) {Line 50: 'blockbase/header-' . $header_pattern,Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),Line 55: 'content' => file_get_contents (get_theme_file_path( '/parts/header-' . $header_pattern . '.html' )),

montagna: No changes required ✅.

⚠️ WARNING (10)
  • screenshot.png is 1.1 MB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • Found a translation function that is missing a text-domain in the file patterns/sidebar-alternative.php. Function esc_html_x, with the arguments 'updates in your inbox', 'montagna'. Line 12:

  • Found a translation function that is missing a text-domain in the file patterns/sidebar-alternative.php. Function esc_html_x, with the arguments 'Search', 'montagna'. Line 20:

  • Found a translation function that is missing a text-domain in the file patterns/sidebar-alternative.php. Function esc_html_x, with the arguments 'Latest Stories', 'montagna'. Line 28:

  • Found a translation function that is missing a text-domain in the file patterns/sidebar-alternative.php. Function esc_html_x, with the arguments 'Quote of the day', 'montagna'. Line 49:

  • Found a translation function that is missing a text-domain in the file patterns/sidebar-alternative.php. Function esc_html_x, with the arguments 'The world is a book and those who do not travel read only one page.', 'montagna'. Line 53:

    “<?php echo esc_html_x( 'The world is a book and those who do not travel read only one page.', 'mon

  • Found a translation function that is missing a text-domain in the file patterns/sidebar.php. Function esc_html_x, with the arguments 'Search', 'montagna'. Line 12:

  • Found a translation function that is missing a text-domain in the file patterns/sidebar.php. Function esc_html_x, with the arguments 'Latest Stories', 'montagna'. Line 20:

  • Found a translation function that is missing a text-domain in the file patterns/sidebar.php. Function esc_html_x, with the arguments 'Quote of the day', 'montagna'. Line 42:

  • Found a translation function that is missing a text-domain in the file patterns/sidebar.php. Function esc_html_x, with the arguments 'The world is a book and those who do not travel read only one page.', 'montagna'. Line 47:

    “<?php echo esc_html_x( 'The world is a book and those who do not travel read only one page.', 'mon


morden: There are required changes on the theme ❌.

❎ REQUIRED

  • Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
  • bump-version-numbers.sh rebuild-child-themes.sh Shell script file found. This file must not be in the production version of the theme.
  • Tested up to: is missing from your style.css header. Also, this should be numbers only, so 5.0 and not WP 5.0
  • Requires PHP: is missing from your style.css header.
  • No reference to add_theme_support( "title-tag" ) was found in the theme.
  • The theme appears to use dynamic_sidebars() but no register_sidebar() was found. See: register_sidebar
💡 RECOMMENDED (13)
  • No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
  • No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
  • Could not find the comment-reply script enqueued.
  • No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" ) in the functions.php file.
  • .wp-caption css class is recommended in your theme css.
  • .wp-caption-text css class is recommended in your theme css.
  • No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
  • No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "custom-logo", $args ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
  • No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.
⚠️ WARNING (11)
  • screenshot.png is 1,007.3 KB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Background Color'. Line 22: __( 'Background Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Foreground Color'. Line 38: __( 'Foreground Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Primary Color'. Line 54: __( 'Primary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Secondary Color'. Line 70: __( 'Secondary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Tertiary Color'. Line 86: __( 'Tertiary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Background Color'. Line 90: ), __( 'Background Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Link Color'. Line 214: ), __( 'Link Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Text Color'. Line 364: ), __( 'Text Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Secondary Color'. Line 380: ), __( 'Secondary Color' ) );
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are varia, morden.

mpho: No changes required ✅.

💡 RECOMMENDED (1)
  • Tested up to is recommended to have major versions only (e.g. 5.8). Patch version is not needed (e.g. 5.8.1).

nested: No changes required ✅.


partygurl: No changes required ✅.

⚠️ WARNING (1)
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are partygurl, adonay.

pendant: No changes required ✅.


pixl: No changes required ✅.


poema: No changes required ✅.


redhill: There are required changes on the theme ❌.

❎ REQUIRED

  • Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
  • bump-version-numbers.sh rebuild-child-themes.sh Shell script file found. This file must not be in the production version of the theme.
  • Tested up to: is missing from your style.css header. Also, this should be numbers only, so 5.0 and not WP 5.0
  • Requires PHP: is missing from your style.css header.
  • No reference to add_theme_support( "title-tag" ) was found in the theme.
  • The theme appears to use dynamic_sidebars() but no register_sidebar() was found. See: register_sidebar
💡 RECOMMENDED (12)
  • No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
  • No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
  • Could not find the comment-reply script enqueued.
  • No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" ) in the functions.php file.
  • .wp-caption css class is recommended in your theme css.
  • .wp-caption-text css class is recommended in your theme css.
  • No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
  • No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
  • No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.
⚠️ WARNING (15)
  • Found PHP short tags in file inc/wpcom.php. Line 2: <?
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Background Color'. Line 252: __( 'Background Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Link Color'. Line 366: __( 'Link Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Text Color'. Line 569: __( 'Text Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Secondary Color'. Line 597: __( 'Secondary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Background Color'. Line 106: __( 'Background Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Link Color'. Line 174: __( 'Link Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Text Color'. Line 311: __( 'Text Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Secondary Color'. Line 339: __( 'Secondary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Background Color'. Line 22: __( 'Background Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Foreground Color'. Line 38: __( 'Foreground Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Primary Color'. Line 54: __( 'Primary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Secondary Color'. Line 70: __( 'Secondary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Tertiary Color'. Line 86: __( 'Tertiary Color' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are redhill, varia.

remote: No changes required ✅.

⚠️ WARNING (1)
  • Found ="<?php echo esc_html__ in patterns/subscribe.php. Use esc_attr__() inside HTML attributes, and esc_url() for link attributes. A manual review is needed. Line 18:
    [jetpack_subscription_form show_subscribers_total='false' button_on_newline='false' custom_font_size='16px' custom_border_radius='6' custom_border_weight='1' custom_padding='15' custom_spacing='10' submit_button_classes='has-primary-border-color has-text-color has-background-color has-background has-primary-background-color' email_field_classes='has-primary-border-color' show_only_email_and_button='true' success_message='<?php echo esc_html__( 'Success! An email was just sent to confirm your s

rivington: There are required changes on the theme ❌.

❎ REQUIRED

  • Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
  • bump-version-numbers.sh rebuild-child-themes.sh Shell script file found. This file must not be in the production version of the theme.
  • Tested up to: is missing from your style.css header. Also, this should be numbers only, so 5.0 and not WP 5.0
  • Requires PHP: is missing from your style.css header.
  • No reference to add_theme_support( "title-tag" ) was found in the theme.
  • The theme appears to use dynamic_sidebars() but no register_sidebar() was found. See: register_sidebar
💡 RECOMMENDED (13)
  • No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
  • No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
  • Could not find the comment-reply script enqueued.
  • No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" ) in the functions.php file.
  • .wp-caption css class is recommended in your theme css.
  • .wp-caption-text css class is recommended in your theme css.
  • No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
  • No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "custom-logo", $args ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
  • No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.
⚠️ WARNING (15)
  • Found PHP short tags in file inc/wpcom.php. Line 2: <?
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Background Color'. Line 160: __( 'Background Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Link Color'. Line 255: __( 'Link Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Text Color'. Line 453: __( 'Text Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Secondary Color'. Line 481: __( 'Secondary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Background Color'. Line 81: __( 'Background Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Link Color'. Line 139: __( 'Link Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Text Color'. Line 223: __( 'Text Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Secondary Color'. Line 242: __( 'Secondary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Background Color'. Line 22: __( 'Background Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Foreground Color'. Line 38: __( 'Foreground Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Primary Color'. Line 54: __( 'Primary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Secondary Color'. Line 70: __( 'Secondary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Tertiary Color'. Line 86: __( 'Tertiary Color' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are rivington, varia.

rockfield: There are required changes on the theme ❌.

❎ REQUIRED

  • Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
  • bump-version-numbers.sh rebuild-child-themes.sh Shell script file found. This file must not be in the production version of the theme.
  • Tested up to: is missing from your style.css header. Also, this should be numbers only, so 5.0 and not WP 5.0
  • Requires PHP: is missing from your style.css header.
  • No reference to add_theme_support( "title-tag" ) was found in the theme.
  • The theme appears to use dynamic_sidebars() but no register_sidebar() was found. See: register_sidebar
💡 RECOMMENDED (13)
  • No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
  • No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
  • Could not find the comment-reply script enqueued.
  • No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" ) in the functions.php file.
  • .wp-caption css class is recommended in your theme css.
  • .wp-caption-text css class is recommended in your theme css.
  • No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
  • No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "custom-logo", $args ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
  • No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.
⚠️ WARNING (11)
  • screenshot.png is 1.1 MB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Background Color'. Line 22: __( 'Background Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Foreground Color'. Line 38: __( 'Foreground Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Primary Color'. Line 54: __( 'Primary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Secondary Color'. Line 70: __( 'Secondary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Tertiary Color'. Line 86: __( 'Tertiary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Background Color'. Line 90: ), __( 'Background Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Link Color'. Line 214: ), __( 'Link Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Text Color'. Line 364: ), __( 'Text Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Secondary Color'. Line 380: ), __( 'Secondary Color' ) );
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are rockfield, varia.

russell: There are required changes on the theme ❌.

❎ REQUIRED

  • Found a reference to unsplash.com. Assets from this website does not use a license that is compatible with GPL. View license (opens in a new window).
  • Screenshot is wrong size! Detected: 1200x906. Maximum allowed size is 1200x900px.
  • Screenshot dimensions are wrong! Ratio of width to height should be 4:3.
  • This theme text domain does not match the theme's slug. The text domain used: blockbase, ) This theme's correct slug and text-domain is russell.
💡 RECOMMENDED (2)
  • Possible variable $header_pattern found in translation function in inc/block-patterns.php. Translation function calls must not contain PHP variables, use placeholders instead. See Internationalization Guidelines (Opens in a new window). Line 39: $header_patterns = array(Line 48: foreach ( $header_patterns as $header_pattern ) {Line 50: 'blockbase/header-' . $header_pattern,Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),Line 55: 'content' => file_get_contents (get_theme_file_path( '/parts/header-' . $header_pattern . '.html' )),
  • Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.
⚠️ WARNING (4)
  • screenshot.png is 535.5 KB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • Found a translation function that has an incorrect number of arguments in the file inc/block-patterns.php. Function __, with the arguments 'Blockbase Header (', ), 'blockbase'. Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),
  • Found a translation function that is missing a text-domain in the file inc/customizer/wp-customize-fonts.php. Function __, with the arguments 'https://wordpress.com/support/custom-fonts/'. Line 13: __( 'https://wordpress.com/support/custom-fonts/' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are blockbase, ).

saison: No changes required ✅.


screenplay: No changes required ✅.


seedlet: There are required changes on the theme ❌.

❎ REQUIRED

  • Found a Customizer setting called 'color_a11y_warning' ) in inc/wpcom.php that did not have a sanitization callback function. Every call to the add_setting() method needs to have a sanitization callback function passed. Line 158: $wp_customize->add_setting( 'color_a11y_warning' );
💡 RECOMMENDED (3)
  • No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
  • No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
  • Requires PHP is recommended to have major and minor versions only (e.g. 7.4). Patch version is not needed (e.g. 7.4.1).

shawburn: There are required changes on the theme ❌.

❎ REQUIRED

  • Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
  • bump-version-numbers.sh rebuild-child-themes.sh Shell script file found. This file must not be in the production version of the theme.
  • Tested up to: is missing from your style.css header. Also, this should be numbers only, so 5.0 and not WP 5.0
  • Requires PHP: is missing from your style.css header.
  • No reference to add_theme_support( "title-tag" ) was found in the theme.
  • The theme appears to use dynamic_sidebars() but no register_sidebar() was found. See: register_sidebar
💡 RECOMMENDED (13)
  • No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
  • No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
  • Could not find the comment-reply script enqueued.
  • No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" ) in the functions.php file.
  • .wp-caption css class is recommended in your theme css.
  • .wp-caption-text css class is recommended in your theme css.
  • No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
  • No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "custom-logo", $args ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
  • No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.
⚠️ WARNING (11)
  • screenshot.png is 818.2 KB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Background Color'. Line 22: __( 'Background Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Foreground Color'. Line 38: __( 'Foreground Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Primary Color'. Line 54: __( 'Primary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Secondary Color'. Line 70: __( 'Secondary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Tertiary Color'. Line 86: __( 'Tertiary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Background Color'. Line 90: ), __( 'Background Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Link Color'. Line 214: ), __( 'Link Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Text Color'. Line 364: ), __( 'Text Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Secondary Color'. Line 380: ), __( 'Secondary Color' ) );
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are shawburn, varia.

spearhead-blocks: No changes required ✅.

⚠️ WARNING (1)
  • Your theme appears to be in the wrong directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is spearhead. (If this is a child theme, you can ignore this error.)

stow: There are required changes on the theme ❌.

❎ REQUIRED

  • Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
  • bump-version-numbers.sh rebuild-child-themes.sh Shell script file found. This file must not be in the production version of the theme.
  • Screenshot is wrong size! Detected: 2400x1800. Maximum allowed size is 1200x900px.
  • Tested up to: is missing from your style.css header. Also, this should be numbers only, so 5.0 and not WP 5.0
  • Requires PHP: is missing from your style.css header.
  • No reference to add_theme_support( "title-tag" ) was found in the theme.
  • The theme appears to use dynamic_sidebars() but no register_sidebar() was found. See: register_sidebar
💡 RECOMMENDED (14)
  • No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
  • No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
  • Could not find the comment-reply script enqueued.
  • No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" ) in the functions.php file.
  • Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.
  • .wp-caption css class is recommended in your theme css.
  • .wp-caption-text css class is recommended in your theme css.
  • No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
  • No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "custom-logo", $args ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
  • No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.
⚠️ WARNING (10)
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Background Color'. Line 22: __( 'Background Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Foreground Color'. Line 38: __( 'Foreground Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Primary Color'. Line 54: __( 'Primary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Secondary Color'. Line 70: __( 'Secondary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Tertiary Color'. Line 86: __( 'Tertiary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Background Color'. Line 90: ), __( 'Background Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Link Color'. Line 214: ), __( 'Link Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Text Color'. Line 364: ), __( 'Text Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Secondary Color'. Line 380: ), __( 'Secondary Color' ) );
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are stow, varia.

stratford: There are required changes on the theme ❌.

❎ REQUIRED

  • Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
  • bump-version-numbers.sh rebuild-child-themes.sh Shell script file found. This file must not be in the production version of the theme.
  • Tested up to: is missing from your style.css header. Also, this should be numbers only, so 5.0 and not WP 5.0
  • Requires PHP: is missing from your style.css header.
  • No reference to add_theme_support( "title-tag" ) was found in the theme.
  • The theme appears to use dynamic_sidebars() but no register_sidebar() was found. See: register_sidebar
💡 RECOMMENDED (13)
  • No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
  • No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
  • Could not find the comment-reply script enqueued.
  • No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" ) in the functions.php file.
  • .wp-caption css class is recommended in your theme css.
  • .wp-caption-text css class is recommended in your theme css.
  • No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
  • No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "custom-logo", $args ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
  • No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
  • No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.
⚠️ WARNING (11)
  • screenshot.png is 843.0 KB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Background Color'. Line 22: __( 'Background Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Foreground Color'. Line 38: __( 'Foreground Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Primary Color'. Line 54: __( 'Primary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Secondary Color'. Line 70: __( 'Secondary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Tertiary Color'. Line 86: __( 'Tertiary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Background Color'. Line 90: ), __( 'Background Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Link Color'. Line 214: ), __( 'Link Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Text Color'. Line 364: ), __( 'Text Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Secondary Color'. Line 380: ), __( 'Secondary Color' ) );
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are stratford, varia.

sunderland: No changes required ✅.


texty: No changes required ✅.


varia: There are required changes on the theme ❌.

❎ REQUIRED

  • Found a Customizer setting called 'color_a11y_warning' ) in inc/wpcom.php that did not have a sanitization callback function. Every call to the add_setting() method needs to have a sanitization callback function passed. Line 66: $wp_customize->add_setting( 'color_a11y_warning' );
  • bump-version-numbers.sh rebuild-child-themes.sh Shell script file found. This file must not be in the production version of the theme.
  • Tested up to: is missing from your style.css header. Also, this should be numbers only, so 5.0 and not WP 5.0
  • Requires PHP: is missing from your style.css header.
💡 RECOMMENDED (6)
  • No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
  • No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
  • .wp-caption css class is recommended in your theme css.
  • .wp-caption-text css class is recommended in your theme css.
  • No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
  • No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
⚠️ WARNING (13)
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Background Color'. Line 22: __( 'Background Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Foreground Color'. Line 38: __( 'Foreground Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Primary Color'. Line 54: __( 'Primary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Secondary Color'. Line 70: __( 'Secondary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors-css-variables.php. Function __, with the arguments 'Tertiary Color'. Line 86: __( 'Tertiary Color' )
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Background Color'. Line 90: ), __( 'Background Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Link Color'. Line 214: ), __( 'Link Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Text Color'. Line 364: ), __( 'Text Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Secondary Color'. Line 380: ), __( 'Secondary Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Background Color'. Line 72: ), __( 'Background Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Link Color'. Line 150: ), __( 'Link Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Text Color'. Line 227: ), __( 'Text Color' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-editor-colors.php. Function __, with the arguments 'Secondary Color'. Line 243: ), __( 'Secondary Color' ) );

vivre: No changes required ✅.


winkel: There are required changes on the theme ❌.

❎ REQUIRED

  • The tag full-site-editing is being used, please remove it from your style.css header. It is only allowed for Block Themes.
  • This theme text domain does not match the theme's slug. The text domain used: blockbase, ) This theme's correct slug and text-domain is winkel.
💡 RECOMMENDED (1)
  • Possible variable $header_pattern found in translation function in inc/block-patterns.php. Translation function calls must not contain PHP variables, use placeholders instead. See Internationalization Guidelines (Opens in a new window). Line 39: $header_patterns = array(Line 48: foreach ( $header_patterns as $header_pattern ) {Line 50: 'blockbase/header-' . $header_pattern,Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),Line 55: 'content' => file_get_contents (get_theme_file_path( '/parts/header-' . $header_pattern . '.html' )),
⚠️ WARNING (3)
  • Found a translation function that has an incorrect number of arguments in the file inc/block-patterns.php. Function __, with the arguments 'Blockbase Header (', ), 'blockbase'. Line 52: 'title' => __( 'Blockbase Header (' . $header_pattern . ')', 'blockbase' ),
  • Found a translation function that is missing a text-domain in the file inc/customizer/wp-customize-fonts.php. Function __, with the arguments 'https://wordpress.com/support/custom-fonts/'. Line 13: __( 'https://wordpress.com/support/custom-fonts/' )
  • More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are blockbase, ).

Copy link
Contributor

@MaggieCabrera MaggieCabrera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@mikachan mikachan merged commit 453aed0 into trunk Jan 20, 2025
2 of 4 checks passed
@mikachan mikachan deleted the update/repo-urls branch January 20, 2025 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants