Make WordPress Core

Changeset 3261


Ignore:
Timestamp:
12/02/2005 06:00:36 PM (18 years ago)
Author:
ryan
Message:

Remove extra paren. fixes #2018

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.
Note: See TracChangeset for help on using the changeset viewer.