Skip to content

Commit

Permalink
fix file load location
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsherrard committed Jan 19, 2017
1 parent e6317c4 commit 1a820b2
Show file tree
Hide file tree
Showing 2 changed files with 8,484 additions and 8,318 deletions.
2 changes: 1 addition & 1 deletion acf-code-editor-v5.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public function input_admin_enqueue_scripts()
$last = array_pop($dir);
$next_last = array_pop($dir);
$folder = basename(dirname(__FILE__));
$base_url = get_bloginfo('wpurl');
$base_url = get_bloginfo('url');
$dir = "$base_url/$next_last/$last/$folder/";


Expand Down
Loading

0 comments on commit 1a820b2

Please sign in to comment.