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 faf54b2 commit 72c118eCopy full SHA for 72c118e
templates/post-preview.php
@@ -15,7 +15,7 @@
15
);
16
}
17
18
-\wp_register_style( 'activitypub-post-preview', plugins_url( 'build/css/post-preview.css', ACTIVITYPUB_PLUGIN_FILE ), array(), ACTIVITYPUB_PLUGIN_VERSION );
+\wp_register_style( 'activitypub-post-preview', plugins_url( 'build/wp-admin/post-preview.css', ACTIVITYPUB_PLUGIN_FILE ), array(), ACTIVITYPUB_PLUGIN_VERSION );
19
\wp_style_add_data( 'activitypub-post-preview', 'rtl', 'replace' );
20
21
$object = $transformer->to_object();
0 commit comments