Changeset 4563 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/jobs/class-plugin-import.php
- Timestamp:
- 12/21/2016 07:37:30 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/jobs/class-plugin-import.php
r4522 r4563 32 32 public static function cron_trigger( $plugin_data ) { 33 33 $plugin_slug = $plugin_data['plugin']; 34 $changed_tags = $plugin_data['tags_touched'];34 $changed_tags = isset( $plugin_data['tags_touched'] ) ? $plugin_data['tags_touched'] : array( 'trunk' ); 35 35 36 36 try {
Note: See TracChangeset
for help on using the changeset viewer.