Skip to content

Commit 976ca47

Browse files
committed
Coding Standards: Apply changes from running composer format.
Developed in WordPress#11111 Follow-up to r61745, r61703, r33268. Props soean. See #64226. git-svn-id: https://develop.svn.wordpress.org/trunk@61790 602fd350-edb4-49c9-b593-d223f7449a82
1 parent f997e86 commit 976ca47

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/wp-admin/includes/class-wp-media-list-table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ public function column_title( $post ) {
493493
'<a href="%s">',
494494
get_edit_post_link( $post->ID ),
495495
);
496-
$link_end = '</a>';
496+
$link_end = '</a>';
497497
}
498498

499499
$class = $thumb ? ' class="has-media-icon"' : '';

src/wp-includes/author-template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ function get_the_author_posts_link() {
334334

335335
$author = get_the_author();
336336
/* translators: %s: Author's display name. */
337-
$title = sprintf( __( 'Posts by %s' ), $author );
337+
$title = sprintf( __( 'Posts by %s' ), $author );
338338

339339
$link = sprintf(
340340
'<a href="%1$s" rel="author">%2$s</a>',

src/wp-includes/rest-api/class-wp-rest-server.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,9 +1391,9 @@ public function get_index( $request ) {
13911391
/** This filter is documented in wp-includes/class-wp-image-editor-imagick.php */
13921392
$available['jpeg_interlaced'] = (bool) apply_filters( 'image_save_progressive', false, 'image/jpeg' );
13931393
/** This filter is documented in wp-includes/class-wp-image-editor-imagick.php */
1394-
$available['png_interlaced'] = (bool) apply_filters( 'image_save_progressive', false, 'image/png' );
1394+
$available['png_interlaced'] = (bool) apply_filters( 'image_save_progressive', false, 'image/png' );
13951395
/** This filter is documented in wp-includes/class-wp-image-editor-imagick.php */
1396-
$available['gif_interlaced'] = (bool) apply_filters( 'image_save_progressive', false, 'image/gif' );
1396+
$available['gif_interlaced'] = (bool) apply_filters( 'image_save_progressive', false, 'image/gif' );
13971397
}
13981398

13991399
$response = new WP_REST_Response( $available );

0 commit comments

Comments
 (0)