diff --git a/wp-admin/includes/class-wp-media-list-table.php b/wp-admin/includes/class-wp-media-list-table.php
index 4a257804ff..9476d23c49 100644
--- a/wp-admin/includes/class-wp-media-list-table.php
+++ b/wp-admin/includes/class-wp-media-list-table.php
@@ -493,7 +493,7 @@ class WP_Media_List_Table extends WP_List_Table {
'',
get_edit_post_link( $post->ID ),
);
- $link_end = '';
+ $link_end = '';
}
$class = $thumb ? ' class="has-media-icon"' : '';
diff --git a/wp-includes/author-template.php b/wp-includes/author-template.php
index 417bd2ab5c..45bdf47757 100644
--- a/wp-includes/author-template.php
+++ b/wp-includes/author-template.php
@@ -334,7 +334,7 @@ function get_the_author_posts_link() {
$author = get_the_author();
/* translators: %s: Author's display name. */
- $title = sprintf( __( 'Posts by %s' ), $author );
+ $title = sprintf( __( 'Posts by %s' ), $author );
$link = sprintf(
'%2$s',
diff --git a/wp-includes/rest-api/class-wp-rest-server.php b/wp-includes/rest-api/class-wp-rest-server.php
index 2953d50505..521b0f4a81 100644
--- a/wp-includes/rest-api/class-wp-rest-server.php
+++ b/wp-includes/rest-api/class-wp-rest-server.php
@@ -1391,9 +1391,9 @@ class WP_REST_Server {
/** This filter is documented in wp-includes/class-wp-image-editor-imagick.php */
$available['jpeg_interlaced'] = (bool) apply_filters( 'image_save_progressive', false, 'image/jpeg' );
/** This filter is documented in wp-includes/class-wp-image-editor-imagick.php */
- $available['png_interlaced'] = (bool) apply_filters( 'image_save_progressive', false, 'image/png' );
+ $available['png_interlaced'] = (bool) apply_filters( 'image_save_progressive', false, 'image/png' );
/** This filter is documented in wp-includes/class-wp-image-editor-imagick.php */
- $available['gif_interlaced'] = (bool) apply_filters( 'image_save_progressive', false, 'image/gif' );
+ $available['gif_interlaced'] = (bool) apply_filters( 'image_save_progressive', false, 'image/gif' );
}
$response = new WP_REST_Response( $available );
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 2b47ecf2cf..c06c581b6f 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.0-beta2-61789';
+$wp_version = '7.0-beta2-61790';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.