Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #120 from roots/add-priority-to-action
Browse files Browse the repository at this point in the history
Add priority for loading modules
  • Loading branch information
retlehs committed Oct 13, 2015
2 parents 4e9ad45 + 82a3fb1 commit 1f099e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soil.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ function load_modules() {
}
}
}
add_action('after_setup_theme', __NAMESPACE__ . '\\load_modules');
add_action('after_setup_theme', __NAMESPACE__ . '\\load_modules', 100);

0 comments on commit 1f099e3

Please sign in to comment.