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:
Dion Hulse 2016-12-30 07:42:42 +00:00
parent 1a40f6b7ae
commit 6066654967
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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.