Changeset 11372 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-trac-watcher/trac-watch.php
- Timestamp:
- 12/15/2021 04:38:09 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-trac-watcher/trac-watch.php
r11371 r11372 90 90 91 91 foreach ( SVN\get_svns() as $prefix => $info ) { 92 $wpdb->query( sprintf( $trac_table, 'trac_' . $prefix ) ); 92 if ( ! empty( $info['trac_table'] ) ) { 93 $wpdb->query( sprintf( $trac_table, $info['trac_table'] ) ); 94 } 93 95 if ( ! empty( $info['rev_table'] ) ) { 94 96 $wpdb->query( sprintf( $revisions_table, $info['rev_table'] ) );
Note: See TracChangeset
for help on using the changeset viewer.