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

Independent Publisher 2: Add fixed styles to buttons in the block editor #8567

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

sixhours
Copy link
Contributor

@sixhours sixhours commented Jan 9, 2025

Changes proposed in this Pull Request:

Before

Screenshot 2025-01-09 at 10 45 33 AM

After

Screenshot 2025-01-09 at 10 38 25 AM

Related issue(s):

#8511

@sixhours sixhours added the [Type] Bug Something isn't working label Jan 9, 2025
@sixhours sixhours requested a review from alaczek January 9, 2025 15:13
@sixhours sixhours self-assigned this Jan 9, 2025
Copy link
Contributor

github-actions bot commented Jan 9, 2025

Preview changes

I've detected changes to the following themes in this PR: Independent Publisher 2.
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.

Copy link
Contributor

github-actions bot commented Jan 9, 2025

Theme-Check results

independent-publisher-2: There are required changes on the theme ❌.

❎ REQUIRED

  • Could not find wp_body_open action or function call at the very top of the body just after the opening body tag. See: wp_body_open
  • 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 (3)
  • 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.
  • No reference to add_editor_style() was found in the theme. It is recommended that the theme implement editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
⚠️ WARNING (6)
  • Found a translation function that is missing a text-domain in the file inc/customizer.php. Function esc_html_x, with the arguments 'Enter the email address associated with your %1$s, or Globally Recognized Avatar, to be displayed in the header.', 'independent-publisher-2'. Line 30: 'description' => sprintf( esc_html_x( 'Enter the email address associated with your %1$s, or Globally Recognized
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Headings'. Line 34: ), __( 'Headings' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Links'. Line 79: __( 'Links' ) );
  • Found a translation function that is missing a text-domain in the file inc/wpcom-colors.php. Function __, with the arguments 'Buttons'. Line 98: __( 'Buttons' ) );
  • Found a translation function that has an incorrect number of arguments in the file template-parts/content-single.php. Function esc_html_e, with the arguments 'Published', post published, 'independent-publisher-2'. Line 46:
  • 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 independent-publisher-2, post published.

@alaczek alaczek merged commit 24c0fb7 into trunk Jan 10, 2025
2 of 4 checks passed
@alaczek alaczek deleted the fix/ip2-editor-button-overlap branch January 10, 2025 04:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants