updated theme GeneratePress version 3.0.3

This commit is contained in:
2021-03-03 13:57:37 +00:00
committed by Gitium
parent a60ce58ddd
commit a366a73cba
6 changed files with 53 additions and 28 deletions

View File

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