Changeset 3177
- Timestamp:
- 05/18/2016 10:53:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-review-tools.php
r3176 r3177 32 32 <input type="hidden" name="to_name" value="<?php echo esc_attr( $author->display_name ); ?>" /> 33 33 <input type="hidden" name="subject" value="<?php printf( esc_attr__( 'Feedback for %s' ), $post->post_title ); ?>" /> 34 <button class="button button- secondary" type="submit"><?php _e( 'Contact plugin author', 'wporg-plugins' ); ?></button>34 <button class="button button-primary" type="submit"><?php _e( 'Contact plugin author', 'wporg-plugins' ); ?></button> 35 35 </form> 36 36 <?php
Note: See TracChangeset
for help on using the changeset viewer.