Ticket #2665: 2665.patch
File 2665.patch, 1.1 KB (added by , 8 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-review-tools.php
45 45 } 46 46 47 47 ?> 48 <form id="contact-author" class="contact-author" method="POST" action="https://supportpress.wordpress.org/plugins/thread-new.php" >48 <form id="contact-author" class="contact-author" method="POST" action="https://supportpress.wordpress.org/plugins/thread-new.php" target="_blank"> 49 49 <input type="hidden" name="to_email" value="<?php echo esc_attr( $author->user_email ); ?>" /> 50 50 <input type="hidden" name="to_name" value="<?php echo esc_attr( $author->display_name ); ?>" /> 51 51 <input type="hidden" name="subject" value="<?php printf( esc_attr__( '[WordPress Plugin Directory] %s: %s', 'wporg-plugins' ), $type, $post->post_title ); ?>" />