Browse Source

Add TT4 to list of default themes (#7482)

Sarah Norris 1 year ago
parent
commit
2023556370
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .gitignore
  2. 1 1
      theme-utils.mjs

+ 1 - 0
.gitignore

@@ -349,6 +349,7 @@ twentytwentyone/
 twentytwentyone-blocks/
 twentytwentytwo/
 twentytwentythree/
+twentytwentyfour/
 typo/
 under-the-influence/
 unsleepable/

+ 1 - 1
theme-utils.mjs

@@ -12,7 +12,7 @@ const sandboxPublicThemesFolder = '/home/wpdev/public_html/wp-content/themes/pub
 const sandboxRootFolder = '/home/wpdev/public_html/';
 const glotPressScript = '~/public_html/bin/i18n/create-glotpress-project-for-theme.php';
 const isWin = process.platform === 'win32';
-const coreThemes = ['twentyten', 'twentyeleven', 'twentytwelve', 'twentythirteen', 'twentyfourteen', 'twentyfifteen', 'twentysixteen', 'twentyseventeen', 'twentynineteen', 'twentytwenty', 'twentytwentyone', 'twentytwentytwo', 'twentytwentythree'];
+const coreThemes = ['twentyten', 'twentyeleven', 'twentytwelve', 'twentythirteen', 'twentyfourteen', 'twentyfifteen', 'twentysixteen', 'twentyseventeen', 'twentynineteen', 'twentytwenty', 'twentytwentyone', 'twentytwentytwo', 'twentytwentythree', 'twentytwentyfour'];
 
 const commands = {
 	"push-button-deploy": {