updated theme GeneratePress version 3.3.1

This commit is contained in:
2023-10-22 22:20:33 +00:00
committed by Gitium
parent 9507c3bb08
commit 60d1e2a750
5 changed files with 11 additions and 7 deletions

View File

@ -12,7 +12,7 @@ if ( ! defined( 'ABSPATH' ) ) {
}
// Set our theme version.
define( 'GENERATE_VERSION', '3.3.0' );
define( 'GENERATE_VERSION', '3.3.1' );
if ( ! function_exists( 'generate_setup' ) ) {
add_action( 'after_setup_theme', 'generate_setup' );