Updates: Remove a stray `"` from a tag.
Props afercia. See #39057. Built from https://develop.svn.wordpress.org/trunk@39656 git-svn-id: http://core.svn.wordpress.org/trunk@39596 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1a40f6b7ae
commit
6066654967
|
@ -1239,7 +1239,7 @@ if ( isset( $types['ssh'] ) ) {
|
|||
$hidden_class = ' class="hidden"';
|
||||
}
|
||||
?>
|
||||
<fieldset id="ssh-keys"<?php echo $hidden_class; ?>">
|
||||
<fieldset id="ssh-keys"<?php echo $hidden_class; ?>>
|
||||
<legend><?php _e( 'Authentication Keys' ); ?></legend>
|
||||
<label for="public_key">
|
||||
<span class="field-title"><?php _e('Public Key:') ?></span>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.8-alpha-39655';
|
||||
$wp_version = '4.8-alpha-39656';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue