Changeset 10593
- Timestamp:
- 01/19/2021 04:23:42 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
r10570 r10593 977 977 if ( preg_match( '/Committed revision (\d+)./i', implode( '', $output ), $m ) ) { 978 978 $this->trac_changeset = $m[1]; 979 } 980 981 return true; 979 return true; 980 } 981 982 return false; 982 983 } 983 984
Note: See TracChangeset
for help on using the changeset viewer.