Changeset 5234 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-svn-watcher.php
- Timestamp:
- 04/04/2017 05:05:01 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-svn-watcher.php
r5233 r5234 92 92 93 93 foreach ( $logs['log'] as $log ) { 94 // Discard automated changes, these should not trigger plugin imports 95 if ( defined( 'PLUGIN_SVN_MANAGEMENT_USER' ) && PLUGIN_SVN_MANAGEMENT_USER == $log['author'] ) { 96 continue; 97 } 98 94 99 $plugin_slug = explode( '/', $log['paths'][0] )[1]; 95 100
Note: See TracChangeset
for help on using the changeset viewer.