Skip to content

Commit

Permalink
Vendor is ignored so don't include it off the start.
Browse files Browse the repository at this point in the history
  • Loading branch information
adampatterson authored Sep 5, 2018
1 parent e6cc599 commit 43ff3a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// For composer dependencies
require 'vendor/autoload.php';
// require 'vendor/autoload.php';

require_once('lib/init.php');
require_once('lib/custom.php');
Expand Down Expand Up @@ -33,4 +33,4 @@ function reflush_rules() {
global $wp_rewrite;
$wp_rewrite->flush_rules();
}
*/
*/

0 comments on commit 43ff3a9

Please sign in to comment.