mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-01-30 21:47:31 +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:
parent
362624176c
commit
46f64928af
@ -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;
|
||||
|
||||
|
||||
@ -220,5 +220,3 @@ function wppf_results() {
|
||||
function wppf_print_summary() {
|
||||
$GLOBALS['wppf']->print_summary();
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -994,4 +994,3 @@ class Tests_Block_Supports_Typography extends WP_UnitTestCase {
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -765,4 +765,3 @@ class Tests_WP_Customize_Setting extends WP_UnitTestCase {
|
||||
$this->assertSame( $override_value, $setting->value() );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -36,4 +36,3 @@ class Tests_Formatting_Ent2ncr extends WP_UnitTestCase {
|
||||
return $data_provided;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -43,4 +43,3 @@ class Tests_Formatting_SeemsUtf8 extends WP_UnitTestCase {
|
||||
return $big5_strings;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -35,4 +35,3 @@ class Tests_Formatting_Utf8UriEncode extends WP_UnitTestCase {
|
||||
return $data_provided;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -36,4 +36,3 @@ class Tests_Formatting_wpReplaceInHtmlTags extends WP_UnitTestCase {
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -103,4 +103,3 @@ class Tests_Formatting_wpStripAllTags extends WP_UnitTestCase {
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -340,4 +340,3 @@ msgstr[2] "бабаяга"',
|
||||
|
||||
// TODO: Add tests for bad files.
|
||||
}
|
||||
|
||||
|
||||
@ -371,4 +371,3 @@ class Tests_Query_CommentCount extends WP_UnitTestCase {
|
||||
$this->assertSameSets( $expected, $found_post_ids );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -353,4 +353,3 @@ class Tests_Theme_WpGetBlockCssSelector extends WP_Theme_UnitTestCase {
|
||||
$this->assertEquals( '.found', $selector );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -58,4 +58,3 @@ class Tests_User_wpSetCurrentUser extends WP_UnitTestCase {
|
||||
$this->assertSame( self::$user_id2, get_current_user_id() );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -27,4 +27,3 @@ class Tests_XMLRPC_Client extends WP_XMLRPC_UnitTestCase {
|
||||
$this->assertSame( '/server.php?this-is-needed=true', $client->path );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -82,4 +82,3 @@ $to = 'To <wp.mail.testing+to@gmail.com>';
|
||||
$headers[] = "BCC: {$bcc}";
|
||||
wp_mail( '', $subject, $message, $headers );
|
||||
echo "Test emails sent!\n";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user