Skip to content

Commit 11c1d4e

Browse files
committed
Use a dash rather than an underscore
1 parent a836fc9 commit 11c1d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ public static function add_privacy_policy_content() {
464464
public static function enqueue_scripts() {
465465
$current_screen = get_current_screen();
466466
if ( isset( $current_screen->base ) && 'dashboard' === $current_screen->base ) {
467-
wp_enqueue_style( 'webmention_admin', plugins_url( '/assets/css/admin.css', __DIR__ ), array(), version() );
467+
wp_enqueue_style( 'webmention-admin', plugins_url( '/assets/css/admin.css', __DIR__ ), array(), version() );
468468
}
469469
}
470470
}

0 commit comments

Comments
 (0)