From 892fcc25be3fcd505238dc38df2527de355d7664 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Tue, 3 Mar 2026 07:18:43 +0000 Subject: [PATCH] Coding Standards: Apply changes from running `composer format`. Developed in https://github.com/WordPress/wordpress-develop/pull/11111 Follow-up to r61745, r61703, r33268. Props soean. See #64226. Built from https://develop.svn.wordpress.org/trunk@61790 git-svn-id: http://core.svn.wordpress.org/trunk@61096 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-media-list-table.php | 2 +- wp-includes/author-template.php | 2 +- wp-includes/rest-api/class-wp-rest-server.php | 4 ++-- wp-includes/version.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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( '', 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.