Skip to content

Commit

Permalink
More backup page improvements
Browse files Browse the repository at this point in the history
Make text box that displays saved options shorter.
  • Loading branch information
Jonnyauk committed Sep 1, 2016
1 parent 962acb1 commit d2fdc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wf-includes/wf-admin-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1271,10 +1271,10 @@ function wf_backup_form() {
echo '<p>';
esc_html_e( 'Current saved settings for the Wonderflux theme framework:', 'wonderflux' );
echo '</p>';
echo '<p><textarea class="widefat code" rows="20" cols="100" onclick="this.select()">'. $opts . '</textarea></p>';
echo '<p><a href="?page=wonderflux_backup&action=download" class="button-secondary">';
esc_html_e( 'Download backup file', 'wonderflux' );
echo '</a></p>';
echo '<p><textarea class="widefat code" rows="10" cols="100" onclick="this.select()">'. $opts . '</textarea></p>';
echo '</td><td>';
echo '<h3>';
esc_html_e( 'Restore/Import', 'wonderflux' );
Expand Down

0 comments on commit d2fdc8f

Please sign in to comment.