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
This commit is contained in:
@@ -493,7 +493,7 @@ class WP_Media_List_Table extends WP_List_Table {
|
||||
'<a href="%s">',
|
||||
get_edit_post_link( $post->ID ),
|
||||
);
|
||||
$link_end = '</a>';
|
||||
$link_end = '</a>';
|
||||
}
|
||||
|
||||
$class = $thumb ? ' class="has-media-icon"' : '';
|
||||
|
||||
@@ -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(
|
||||
'<a href="%1$s" rel="author">%2$s</a>',
|
||||
|
||||
@@ -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 );
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user