Skip to content

Commit

Permalink
Fix block registration path
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Nov 19, 2024
1 parent 561b2b3 commit 11d66d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mu-plugins/blocks/search-results-context/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function render( $attributes ) {
*/
function init() {
register_block_type(
dirname( dirname( __DIR__ ) ) . '/build',
__DIR__ . '/build',
array(
'render_callback' => __NAMESPACE__ . '\render',
)
Expand Down

0 comments on commit 11d66d0

Please sign in to comment.