Making WordPress.org

Changes between Version 6 and Version 7 of Ticket #3626, comment 7


Ignore:
Timestamp:
06/04/2018 11:53:18 AM (7 years ago)
Author:
acosmin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3626, comment 7

    v6 v7  
    1111                        'rep-email'   => is_user_logged_in() ? $current_user->user_email : null,
    1212                        'rep-theme'   => 'https://wordpress.org/themes/' . $theme->slug . '/',
    13                         'rep-subject' => __( 'Reported Theme: ', 'wporg-themes' ) . esc_attr( $theme->name )
     13                        'rep-subject' => esc_attr( __( 'Reported Theme: ', 'wporg-themes' ) . $theme->name )
    1414                ),
    1515                '//make.wordpress.org/themes/report-theme/'