Skip to content

Commit

Permalink
PHP CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakrohillas committed Jun 26, 2024
1 parent 7ba1016 commit 7acd8c6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/wp-includes/class-wp-customize-panel.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @subpackage Customize
* @since 4.0.0
*/

// Don't load directly.
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
Expand Down
2 changes: 1 addition & 1 deletion src/wp-includes/class-wp-customize-setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @subpackage Customize
* @since 3.4.0
*/

// Don't load directly.
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
Expand Down
2 changes: 1 addition & 1 deletion src/wp-includes/class-wp-text-diff-renderer-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @subpackage Diff
* @since 4.7.0
*/

// Don't load directly.
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
Expand Down
2 changes: 1 addition & 1 deletion src/wp-includes/feed-atom.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package WordPress
*/

// Don't load directly.
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
Expand Down
2 changes: 1 addition & 1 deletion src/wp-includes/media.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package WordPress
* @subpackage Media
*/

// Don't load directly.
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
Expand Down
2 changes: 1 addition & 1 deletion src/wp-includes/ms-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @subpackage Multisite
* @since 3.0.0
*/

// Don't load directly.
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
Expand Down

0 comments on commit 7acd8c6

Please sign in to comment.