- Timestamp:
- 11/03/2021 01:47:14 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/slack/trac-bot.php
r11100 r11307 70 70 // We don't have an attachment when the Trac is private or if we experienced an error. 71 71 // Don't set redundancy times on errors. 72 if ( ! $t his->trac->is_public() ) {72 if ( ! $trac_obj->is_public() ) { 73 73 $parser->set_redundancy( 'slack', $trac, $type, $id ); 74 74 }
Note: See TracChangeset
for help on using the changeset viewer.