Revert [15830] for wp-activate.php. see #15064, fixes #15976.

git-svn-id: http://svn.automattic.com/wordpress/trunk@17145 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-12-25 21:12:48 +00:00
parent b1c557fa4b
commit c99f4a9929
1 changed files with 3 additions and 1 deletions

View File

@ -46,7 +46,9 @@ get_header();
<label for="key"><?php _e('Activation Key:') ?></label>
<br /><input type="text" name="key" id="key" value="" size="50" />
</p>
<?php submit_button( __('Activate'), 'submit' ); ?>
<p class="submit">
<input id="submit" type="submit" name="Submit" class="submit" value="<?php esc_attr_e('Activate') ?>" />
</p>
</form>
<?php } else {