Skip to content

Commit a54ef93

Browse files
committed
Fix functions.php version numbers
1 parent 33209ab commit a54ef93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

functions.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Functions: list
44
*
5-
* @version 2020.10.1
5+
* @version 2020.11.1
66
* @package wp-theme-base
77
*/
88

@@ -34,7 +34,7 @@
3434
* ------
3535
* */
3636

37-
// Add theme suppor for post thumbnails
37+
// Add theme support for post thumbnails
3838
add_theme_support( 'post-thumbnails' );
3939

4040
// Define custom thumbnail sizes
@@ -105,7 +105,7 @@ class Site {
105105
public $show_welcome = true;
106106

107107
const id = __CLASS__;
108-
const theme_ver = '2020.10.1';
108+
const theme_ver = '2020.11.1';
109109
private function __construct() {
110110
$this->actions_manager();
111111

0 commit comments

Comments
 (0)