Skip to content

Commit

Permalink
Merge pull request #2 from shortlist-digital/fix-loading
Browse files Browse the repository at this point in the history
Fix file load location and instantiator
  • Loading branch information
Jon Sherrard authored Jan 19, 2017
2 parents e6317c4 + 1a820b2 commit 312e3c9
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 312e3c9

Please sign in to comment.