CRM-15629, comment clarification
authorkurund <kurund@civicrm.org>
Fri, 17 Apr 2015 05:59:18 +0000 (22:59 -0700)
committerkurund <kurund@civicrm.org>
Fri, 17 Apr 2015 05:59:18 +0000 (22:59 -0700)
----------------------------------------
* CRM-15629: Paypal IPN not working on Wordpress the first time
  https://issues.civicrm.org/jira/browse/CRM-15629

CRM/Core/Permission/WordPress.php

index 509a5897af82012aa22260994e2fd8c87ecf659d..3f881137a3a82223cad0e6896c3edd5d29304d69 100644 (file)
@@ -59,8 +59,8 @@ class CRM_Core_Permission_WordPress extends CRM_Core_Permission_Base {
     }
 
     // During some extern/* calls we don't bootstrap CMS hence
-    // below constants are not set, so those cases, we don't need to
-    // check permission, hence return TRUE
+    // below constants are not set. In such cases, we don't need to
+    // check permission, hence directly return TRUE
     if (!defined('ABSPATH') || !defined('WPINC')) {
       return TRUE;
     }