Skip to content

Commit

Permalink
Update functions.php
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-mehta authored Sep 10, 2023
1 parent 0c3cf0a commit b860514
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -243,4 +245,4 @@ function bloggerwp_options_scripts() {
}
add_action( 'wp_enqueue_scripts', 'bloggerwp_options_scripts' );
} ?>
<?php
<?php

0 comments on commit b860514

Please sign in to comment.