File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,9 +128,9 @@ public static function handle_in_reply_to_get_param() {
128
128
* Register the blocks.
129
129
*/
130
130
public static function register_blocks () {
131
- \register_block_type_from_metadata ( ACTIVITYPUB_PLUGIN_DIR . '/build/follow-me ' );
132
- \register_block_type_from_metadata ( ACTIVITYPUB_PLUGIN_DIR . '/build/followers ' );
133
- \register_block_type_from_metadata ( ACTIVITYPUB_PLUGIN_DIR . '/build/reactions ' );
131
+ \register_block_type_from_metadata ( ACTIVITYPUB_PLUGIN_DIR . '/build/blocks/ follow-me ' );
132
+ \register_block_type_from_metadata ( ACTIVITYPUB_PLUGIN_DIR . '/build/blocks/ followers ' );
133
+ \register_block_type_from_metadata ( ACTIVITYPUB_PLUGIN_DIR . '/build/blocks/ reactions ' );
134
134
135
135
\register_block_type_from_metadata (
136
136
ACTIVITYPUB_PLUGIN_DIR . '/build/blocks/reply ' ,
You can’t perform that action at this time.
0 commit comments