Description
While reviewing PR #65958 , I noticed that the deprecated function wp_register_block_template does not return a result. This seems to have been overlooked.
@Aljullu, does this sound correct, or did I miss anything?
Step-by-step reproduction instructions
- Go to lib/compat/wordpress-6.7/block-templates.php:66
- The deprecated function
wp_register_block_template for legacy code does not return the result from the renamed function register_block_template.
Screenshots, screen recording, code snippet
No response
Environment info
- Wordpress Version 6.7, Gutenberg version 19.4.0
Please confirm that you have searched existing issues in the repo.
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Description
While reviewing PR #65958 , I noticed that the deprecated function
wp_register_block_templatedoes not return a result. This seems to have been overlooked.@Aljullu, does this sound correct, or did I miss anything?
Step-by-step reproduction instructions
wp_register_block_templatefor legacy code does not return the result from the renamed functionregister_block_template.Screenshots, screen recording, code snippet
No response
Environment info
Please confirm that you have searched existing issues in the repo.
Please confirm that you have tested with all plugins deactivated except Gutenberg.