Changeset 11233
- Timestamp:
- 09/14/2021 07:22:38 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/jobs/class-svn-import.php
r11232 r11233 24 24 */ 25 25 public static function watcher_trigger() { 26 $last_revision = (int) get_option( 'svn_import_last_revision', 0 ) - 4;26 $last_revision = (int) get_option( 'svn_import_last_revision', 0 ); 27 27 $current_revision = (int) trim( self::exec( 28 28 'svn info --show-item=revision https://themes.svn.wordpress.org/'
Note: See TracChangeset
for help on using the changeset viewer.