Skip to content

Commit 5d92dae

Browse files
committed
Fix simple liniting issues
1 parent 798835b commit 5d92dae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

themes/osi/functions.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,11 @@ function osi_wpdc_comment_body( string $comment_body ) {
426426
}
427427
add_filter( 'wpdc_comment_body', 'osi_wpdc_comment_body', 10, 1 );
428428

429+
/**
430+
* Register the AI block template.
431+
*
432+
* @return void
433+
*/
429434
function osi_register_block_template() {
430435
$post_type = 'page'; // Assign the template to pages
431436
$template_slug = 'ai-template';

0 commit comments

Comments
 (0)