CRM_Utils_System_WordPress::url - Change code-branch for caes "isset($path)&&isset...
authorTim Otten <totten@civicrm.org>
Tue, 8 Apr 2014 23:46:10 +0000 (16:46 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 9 Apr 2014 03:12:04 +0000 (20:12 -0700)
commitc3be0a11d659db12432b26049cafa4fff182789f
tree487d25666ce37e43c4254d37daa52236ac28af94
parent38a0e912bea7b096654883c7e7605e506dc8eaef
CRM_Utils_System_WordPress::url - Change code-branch for caes "isset($path)&&isset($query)"

In the other usages of $script and $base, there's a decision to use $script XOR $base as the effective
base-URL.  However, in this branch, the values are concatenated to form the effective base-URL -- which
shouldn't produce a valid base-URL.  (Note: In this context, we're evaluating conditons of isset($path) and
isset($query) which should have no bearing on the validity of $script or $base as a base-URL.)
CRM/Utils/System/WordPress.php