Skip to content

Commit d88a5f9

Browse files
committed
Merge branch 'release/2.4.0'
2 parents 23554a4 + 45418c7 commit d88a5f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

inc/functions.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@
1414
require_once 'functions/globals.php';
1515
require_once 'functions/install.php';
1616
require_once 'functions/options.php';
17+
require_once 'functions/post-restrictions.php';
1718
require_once 'functions/protections.php';
1819
require_once 'functions/query.php';
1920
require_once 'functions/restrictions.php';
20-
require_once 'functions/rules.php';
2121
require_once 'functions/rule-callbacks.php';
22+
require_once 'functions/rules.php';
23+
require_once 'functions/term-restrictions.php';
2224
require_once 'functions/upgrades.php';
2325
require_once 'functions/utils.php';
2426
require_once 'functions/widgets.php';

0 commit comments

Comments
 (0)