git-svn-id: https://develop.svn.wordpress.org/trunk@17145 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3816cc9b8a
commit
4c36fd6fb1
@ -46,7 +46,9 @@ get_header();
|
|||||||
<label for="key"><?php _e('Activation Key:') ?></label>
|
<label for="key"><?php _e('Activation Key:') ?></label>
|
||||||
<br /><input type="text" name="key" id="key" value="" size="50" />
|
<br /><input type="text" name="key" id="key" value="" size="50" />
|
||||||
</p>
|
</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>
|
</form>
|
||||||
|
|
||||||
<?php } else {
|
<?php } else {
|
||||||
|
Loading…
Reference in New Issue
Block a user