Coding Standards: Remove superfluous blank lines at the end of various files.
Note: This is enforced by WPCS 3.0.0. Props jrf. See #59161, #58831. Built from https://develop.svn.wordpress.org/trunk@56536 git-svn-id: http://core.svn.wordpress.org/trunk@56048 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
337a910076
commit
2484b193b4
|
@ -116,4 +116,3 @@ if ( 'type' === $tab || 'type_url' === $tab || ! array_key_exists( $tab, media_u
|
|||
*/
|
||||
do_action( "media_upload_{$tab}" );
|
||||
}
|
||||
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
// There is nothing output here because block themes do not use php templates.
|
||||
// There is a core ticket discussing removing this requirement for block themes:
|
||||
// https://core.trac.wordpress.org/ticket/54272.
|
||||
|
||||
|
|
|
@ -654,4 +654,3 @@ abstract class WP_Image_Editor {
|
|||
return wp_get_default_extension_for_mime_type( $mime_type );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -359,4 +359,3 @@ if ( ! class_exists( 'POMO_CachedIntFileReader', false ) ) :
|
|||
}
|
||||
}
|
||||
endif;
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.4-alpha-56535';
|
||||
$wp_version = '6.4-alpha-56536';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue