Skip to content

Commit

Permalink
Updated small typo in compat.php file (#64535)
Browse files Browse the repository at this point in the history
Co-authored-by: shail-mehta <shailu25@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
  • Loading branch information
3 people authored Aug 15, 2024
1 parent 8fc3df8 commit 787895e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compat/wordpress-6.7/compat.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function ( $registered_template ) use ( $template_files ) {
* Hooks into `get_block_template` to add the `plugin` property when necessary.
*
* @param [WP_Block_Template|null] $block_template The found block template, or null if there isn’t one.
* @return [WP_Block_Template|null] The block template that was already found with the plugin property defined if it was reigstered by a plugin.
* @return [WP_Block_Template|null] The block template that was already found with the plugin property defined if it was registered by a plugin.
*/
function _gutenberg_add_block_template_plugin_attribute( $block_template ) {
if ( $block_template ) {
Expand Down

0 comments on commit 787895e

Please sign in to comment.