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 bc0ced7 commit 6189645Copy full SHA for 6189645
app/admin/class-auth-assets.php
@@ -39,7 +39,7 @@ class Auth_Assets {
39
function __construct( $dir, $url, $version ) {
40
$this->installed_dir = $dir;
41
$this->installed_url = $url;
42
- $this->asset_url = $this->installed_url . 'app/assets/';
+ $this->asset_url = $this->installed_url . 'assets/';
43
$this->version = $version;
44
45
/**
0 commit comments