Skip to content

Commit

Permalink
Merge pull request civicrm#5 from dlobo/CRM-12163
Browse files Browse the repository at this point in the history
CRM-12163
  • Loading branch information
dlobo committed Mar 20, 2013
2 parents 4512c9a + b444a3b commit 78db8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion civicrm.php
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ function civicrm_wp_frontend($shortcode = FALSE) {
return;
}

require_once ABSPATH . WPINC . 'wp-includes/pluggable.php';
require_once ABSPATH . WPINC . '/pluggable.php';

// if snippet is set, which means ajax call, we just
// output civicrm html and skip the header
Expand Down

0 comments on commit 78db8bb

Please sign in to comment.