Skip to content

Commit

Permalink
style(plugin): fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazz-Man committed Sep 30, 2022
1 parent 08276fe commit c45531f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions wp-nav-menu-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
* Requires at least: 5.2
* Requires PHP: 7.4
* License: MIT
* Update URI: https://github.com/Jazz-Man/wp-nav-menu-cache
* Update URI: https://github.com/Jazz-Man/wp-nav-menu-cache.
*/

use JazzMan\WpNavMenuCache\NavMenuCache;

if ( function_exists('app_autoload_classes') && class_exists(NavMenuCache::class)) {
app_autoload_classes([
NavMenuCache::class,
]);
}
if (function_exists('app_autoload_classes') && class_exists(NavMenuCache::class)) {
app_autoload_classes([
NavMenuCache::class,
]);
}

0 comments on commit c45531f

Please sign in to comment.