WordPress / theme-test-data

Theme Test Data
627 stars 18 forks source link

64 block test file: Remove duplicate <![CDATA[ from the login block post #88

Closed carolinan closed 6 months ago

carolinan commented 8 months ago

The post for the login block had a duplicate and miss placed <![CDATA[ tag which broke the post content in Twenty Sixteen.

This PR removes the <![CDATA[ and closes https://github.com/WordPress/theme-test-data/issues/86

Testing instructions

Confirm that the post content in the Login/out post and imports without errors and displays correctly in the block editor and on the front of the website.

kafleg commented 6 months ago

Looks good to me.