Skip to content

Commit

Permalink
Namespace dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevalk committed Feb 22, 2024
1 parent b43a4d8 commit 5a23db2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions eco-friendly-robots-txt.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
* @package Emilia\EcoFriendlyRobotsTxt
*/

namespace Emilia\EcoFriendlyRobotsTxt;

if ( ! defined( 'ABSPATH' ) ) {
die( 'Direct script access disallowed.' );
}
Expand All @@ -25,7 +23,7 @@
* @return void
*/
function ecofriendly_robotstxt_init() {
$eco_friendly_robots = new Plugin();
$eco_friendly_robots = new Emilia\EcoFriendlyRobotsTxt\Plugin();
$eco_friendly_robots->init();
}

Expand Down

0 comments on commit 5a23db2

Please sign in to comment.