Skip to content

Commit 3c33d72

Browse files
committed
Remove one more stray wp-
1 parent 21bf7aa commit 3c33d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/wp-admin/class-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public static function enqueue_scripts( $hook_suffix ) {
209209
if ( false !== strpos( $hook_suffix, 'activitypub' ) ) {
210210
wp_enqueue_style(
211211
'activitypub-admin-styles',
212-
plugins_url( 'build/wp-wp-admin/style.scss', ACTIVITYPUB_PLUGIN_FILE ),
212+
plugins_url( 'build/wp-admin/style.scss', ACTIVITYPUB_PLUGIN_FILE ),
213213
array(),
214214
ACTIVITYPUB_PLUGIN_VERSION
215215
);

0 commit comments

Comments
 (0)