File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " wp-theme-base" ,
3- "version" : " 2020.3 .1" ,
3+ "version" : " 2020.11 .1" ,
44 "description" : " Base WordPress theme for Creative Commons websites" ,
55 "main" : " index.js" ,
66 "dependencies" : {},
Original file line number Diff line number Diff line change 22/**
33 * Functions: list
44 *
5- * @version 2020.04 .1
5+ * @version 2020.11 .1
66 * @package wp-theme-base
77 */
88
3434 * ------
3535 * */
3636
37- // Add theme suppor for post thumbnails
37+ // Add theme support for post thumbnails
3838add_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.04 .1 ' ;
108+ const theme_ver = '2020.11 .1 ' ;
109109 private function __construct () {
110110 $ this ->actions_manager ();
111111
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ Theme URI: https://creativecommons.org/
44Author: Creative Commons
55Author URI: https://creativecommons.org/
66Description: Creative Commons base theme. Instead of using this theme directly, please create a child theme and use this theme as the parent theme.
7- Version: 2020.4 .1
7+ Version: 2020.11 .1
88License: GPL2 or later
99License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
1111This theme, like WordPress, is licensed under the GPL.
12- */
12+ */
You can’t perform that action at this time.
0 commit comments