Changeset 1470292
- Timestamp:
- 08/08/2016 08:05:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nf-conditional-actions/trunk/classes/notification-conditional-action-message.php
r1342652 r1470292 129 129 if(is_array($conditional_conditions)) { 130 130 foreach ($conditional_conditions as $i => $conditional_condition) { 131 if (eval('return (' . htmlspecialchars_decode( do_shortcode($conditional_condition)) . ');')) {131 if (eval('return (' . htmlspecialchars_decode(str_replace(array('.', ','), array('', '.'), do_shortcode($conditional_condition))) . ');')) { 132 132 $success_msg = unserialize($notification->get_setting('conditional_messages'))[$i]; 133 133 break;
Note: See TracChangeset
for help on using the changeset viewer.