We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561b2b3 commit 11d66d0Copy full SHA for 11d66d0
mu-plugins/blocks/search-results-context/index.php
@@ -72,7 +72,7 @@ function render( $attributes ) {
72
*/
73
function init() {
74
register_block_type(
75
- dirname( dirname( __DIR__ ) ) . '/build',
+ __DIR__ . '/build',
76
array(
77
'render_callback' => __NAMESPACE__ . '\render',
78
)
0 commit comments