From b8605148527c48642e5dcae820b166450799b673 Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sun, 10 Sep 2023 10:24:39 +0530 Subject: [PATCH] Update functions.php --- functions.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 6e4e0da..de256a7 100644 --- a/functions.php +++ b/functions.php @@ -8,8 +8,10 @@ */ if ( ! defined( 'bloggerwp_version' ) ) { + // Replace the version number of the theme on each release. define( 'bloggerwp_version', '1.0.6' ); + } /* Theme Constants */ @@ -243,4 +245,4 @@ function bloggerwp_options_scripts() { } add_action( 'wp_enqueue_scripts', 'bloggerwp_options_scripts' ); } ?> -