Changeset 1765558
- Timestamp:
- 11/14/2017 02:04:34 AM (8 years ago)
- Location:
- trigger-happy
- Files:
-
- 4 edited
-
tags/1.0/src/api/FlowHooksController.php (modified) (1 diff)
-
tags/1.0/trigger-happy.php (modified) (1 diff)
-
trunk/src/api/FlowHooksController.php (modified) (1 diff)
-
trunk/trigger-happy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trigger-happy/tags/1.0/src/api/FlowHooksController.php
r1765556 r1765558 149 149 $data = array(); 150 150 foreach ( $items as $type => $nodeData ) { 151 die (sanitize_title( $nodeData['plugin'] ));152 if ( $byplugin && ( ! isset( $nodeData['plugin'] ) || sanitize_title( $nodeData['plugin'] ) != $byplugin ) ) {151 152 if ( $byplugin && ( ! isset( $nodeData['plugin'] ) || $nodeData['plugin'] == '' || sanitize_title( $nodeData['plugin'] ) != $byplugin ) ) { 153 153 continue; 154 154 } -
trigger-happy/tags/1.0/trigger-happy.php
r1765556 r1765558 4 4 Plugin URI: http://hotsource.io/ 5 5 Description: Connect your plugins and automate your workflow with Trigger Happy - a powerful flow-based visual scripting and automation tool 6 Version: 1.0.1. 26 Version: 1.0.1.3 7 7 Text Domain: trigger-happy 8 8 */ -
trigger-happy/trunk/src/api/FlowHooksController.php
r1765556 r1765558 149 149 $data = array(); 150 150 foreach ( $items as $type => $nodeData ) { 151 die (sanitize_title( $nodeData['plugin'] ));152 if ( $byplugin && ( ! isset( $nodeData['plugin'] ) || sanitize_title( $nodeData['plugin'] ) != $byplugin ) ) {151 152 if ( $byplugin && ( ! isset( $nodeData['plugin'] ) || $nodeData['plugin'] == '' || sanitize_title( $nodeData['plugin'] ) != $byplugin ) ) { 153 153 continue; 154 154 } -
trigger-happy/trunk/trigger-happy.php
r1765556 r1765558 4 4 Plugin URI: http://hotsource.io/ 5 5 Description: Connect your plugins and automate your workflow with Trigger Happy - a powerful flow-based visual scripting and automation tool 6 Version: 1.0.1. 26 Version: 1.0.1.3 7 7 Text Domain: trigger-happy 8 8 */
Note: See TracChangeset
for help on using the changeset viewer.