Ver código fonte

Add twentytwentythree to core theme lists (#6755)

Sarah Norris 2 anos atrás
pai
commit
8dce0e43f5
2 arquivos alterados com 2 adições e 1 exclusões
  1. 1 0
      .gitignore
  2. 1 1
      theme-utils.mjs

+ 1 - 0
.gitignore

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

+ 1 - 1
theme-utils.mjs

@@ -12,7 +12,7 @@ const sandboxPremiumThemesFolder = '/home/wpdev/public_html/wp-content/themes/pr
 const sandboxRootFolder = '/home/wpdev/public_html/';
 const isWin = process.platform === 'win32';
 const premiumThemes = ['videomaker', 'videomaker-white'];
-const coreThemes = ['twentyten', 'twentyeleven', 'twentytwelve', 'twentythirteen', 'twentyfourteen', 'twentyfifteen', 'twentysixteen', 'twentyseventeen', 'twentynineteen', 'twentytwenty', 'twentytwentyone', 'twentytwentytwo'];
+const coreThemes = ['twentyten', 'twentyeleven', 'twentytwelve', 'twentythirteen', 'twentyfourteen', 'twentyfifteen', 'twentysixteen', 'twentyseventeen', 'twentynineteen', 'twentytwenty', 'twentytwentyone', 'twentytwentytwo', 'twentytwentythree'];
 
 const commands = {
 	"push-button-deploy": {