Skip to content

Fixed Function in import-export.php#555

Merged
jonathanstegall merged 1 commit intoMinnPost:masterfrom
DAnn2012:patch-1
Oct 30, 2025
Merged

Fixed Function in import-export.php#555
jonathanstegall merged 1 commit intoMinnPost:masterfrom
DAnn2012:patch-1

Conversation

@DAnn2012
Copy link
Copy Markdown
Contributor

What does this Pull Request do?

This change wraps the esc_html__() function with echo to ensure the translated string is properly output to the page. Without echo, the function returns the string but does not display it, resulting in missing content in the rendered HTML.

@jonathanstegall jonathanstegall added bug fix Pull request that fixes a bug patch pull request that requires a patch release, ex v2.1.2. This is the default for new releases. labels Oct 30, 2025
@jonathanstegall jonathanstegall added this to the v2.2.13 milestone Oct 30, 2025
@jonathanstegall jonathanstegall merged commit 99e83aa into MinnPost:master Oct 30, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug fix Pull request that fixes a bug patch pull request that requires a patch release, ex v2.1.2. This is the default for new releases.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants