Merge branch 'production' into fix/9

# Conflicts:
#	themes/wporg-5ftf/single.php
This commit is contained in:
Kelly Dwan 2019-10-25 16:50:53 -04:00
commit 368d05e74d
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
23 changed files with 964 additions and 51 deletions

View file

@ -24,6 +24,7 @@ add_action( 'plugins_loaded', __NAMESPACE__ . '\load' );
*/
function load() {
require_once get_includes_path() . 'contributor.php';
require_once get_includes_path() . 'email.php';
require_once get_includes_path() . 'pledge.php';
require_once get_includes_path() . 'pledge-meta.php';
require_once get_includes_path() . 'pledge-form.php';