Skip to content

Commit 72c118e

Browse files
committed
Update missing path
1 parent faf54b2 commit 72c118e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/post-preview.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
);
1616
}
1717

18-
\wp_register_style( 'activitypub-post-preview', plugins_url( 'build/css/post-preview.css', ACTIVITYPUB_PLUGIN_FILE ), array(), ACTIVITYPUB_PLUGIN_VERSION );
18+
\wp_register_style( 'activitypub-post-preview', plugins_url( 'build/wp-admin/post-preview.css', ACTIVITYPUB_PLUGIN_FILE ), array(), ACTIVITYPUB_PLUGIN_VERSION );
1919
\wp_style_add_data( 'activitypub-post-preview', 'rtl', 'replace' );
2020

2121
$object = $transformer->to_object();

0 commit comments

Comments
 (0)