Skip to content

Commit

Permalink
few more file checked and found same issue
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakrohillas committed Jun 26, 2024
1 parent 4426cc8 commit b40d3f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/wp-admin/admin-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @package WordPress
* @subpackage Administration
*/

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

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

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

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

0 comments on commit b40d3f3

Please sign in to comment.