Skip to content

Commit

Permalink
Updated tested to 6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhogg committed Nov 8, 2024
1 parent 1801676 commit 68a0593
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lifterlms-labs.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* License: GPLv3
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Requires at least: 5.3
* Tested up to: 6.4
* Tested up to: 6.7
*/

defined( 'ABSPATH' ) || exit;
Expand Down Expand Up @@ -78,7 +78,6 @@ private function __construct() {
add_action( 'plugins_loaded', array( $this, 'localize' ) );

do_action( 'llms_labs_load_after' );

}

/**
Expand All @@ -101,7 +100,6 @@ private function define_constants() {
if ( ! defined( 'LLMS_LABS_PLUGIN_DIR' ) ) {
define( 'LLMS_LABS_PLUGIN_DIR', WP_PLUGIN_DIR . '/' . plugin_basename( __DIR__ ) . '/' );
}

}

/**
Expand All @@ -122,7 +120,6 @@ private function includes() {
foreach ( glob( LLMS_LABS_PLUGIN_DIR . 'inc/labs/class.llms.lab.*.php', GLOB_NOSORT ) as $lab ) {
require_once $lab;
}

}

/**
Expand All @@ -143,9 +140,7 @@ public function localize() {

// Load localization files.
load_plugin_textdomain( 'lifterlms', false, dirname( plugin_basename( __FILE__ ) ) . '/i18n' );

}

}

/**
Expand Down

0 comments on commit 68a0593

Please sign in to comment.