mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@56536 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user