Ticket #3206: 3206.0.diff
File 3206.0.diff, 1.1 KB (added by , 8 years ago) |
---|
-
wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
546 546 // Diff line. 547 547 $this->trac_ticket->diff_line = ''; 548 548 if ( ! empty( $this->theme_post->max_version ) ) { 549 $this->trac_ticket->diff_line = "\n" . sprintf( __( 'Diff with previous version: %s', 'wporg-themes' ), "https://themes.trac.wordpress.org/changeset?old_path={$this->theme_slug}/{$this->theme_post->max_version}&new_path={$this->theme_slug}/{$this->theme->display( 'Version' )}\n" );549 $this->trac_ticket->diff_line = "\n" . sprintf( 'Diff with previous version: %s', "https://themes.trac.wordpress.org/changeset?old_path={$this->theme_slug}/{$this->theme_post->max_version}&new_path={$this->theme_slug}/{$this->theme->display( 'Version' )}\n" ); 550 550 } 551 551 552 552 // Description