Changeset 3261

Show
Ignore:
Timestamp:
12/02/05 18:00:36 (3 years ago)
Author:
ryan
Message:

Remove extra paren. fixes #2018

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-content/plugins/wp-db-backup.php

    r3258 r3261  
    781781        echo '<label style="display:block;"><input type="radio" checked="checked" name="deliver" value="http" /> ' . __('Download to your computer') . '</label>'; 
    782782        echo '<div><input type="radio" name="deliver" id="do_email" value="smtp" /> '; 
    783         echo '<label for="do_email">'.__('Email backup to:').'</label><input type="text" name="backup_recipient" size="20" value="' . get_settings('admin_email') . '" />')
     783        echo '<label for="do_email">'.__('Email backup to:').'</label><input type="text" name="backup_recipient" size="20" value="' . get_settings('admin_email') . '" />'
    784784         
    785785        // Check DB dize.