浏览代码

Merge pull request #3098 from Automattic/blank-canvas/update-description

Blank Canvas: Update theme description
Daniel Dudzic 4 年之前
父节点
当前提交
f0a44d30e3
共有 3 个文件被更改,包括 6 次插入4 次删除
  1. 1 1
      blank-canvas/functions.php
  2. 4 2
      blank-canvas/readme.txt
  3. 1 1
      blank-canvas/style.css

+ 1 - 1
blank-canvas/functions.php

@@ -140,7 +140,7 @@ if ( ! function_exists( 'seedlet_entry_meta_footer' ) ) :
 			sprintf(
 			sprintf(
 				wp_kses(
 				wp_kses(
 					/* translators: %s: Name of current post. Only visible to screen readers. */
 					/* translators: %s: Name of current post. Only visible to screen readers. */
-					__( 'Edit <span class="screen-reader-text">%s</span>', 'seedlet' ),
+					__( 'Edit <span class="screen-reader-text">%s</span>', 'blank-canvas' ),
 					array(
 					array(
 						'span' => array(
 						'span' => array(
 							'class' => array(),
 							'class' => array(),

+ 4 - 2
blank-canvas/readme.txt

@@ -10,11 +10,13 @@ A blank starting point for building your site.
 
 
 == Description ==
 == Description ==
 
 
-Blank Canvas is a blank starting point for building your site. 
+Blank Canvas is a minimalist theme, designed for single-page websites. Its single post and page layouts have no header, navigation menus, or widgets, so the page you design in the WordPress editor is the same page you’ll see on the front end.
+
+The theme’s default styles are conservative, relying on simple sans-serif fonts and a subtle blue highlight color. Blank Canvas is ready for your customizations.
 
 
 == Changelog ==
 == Changelog ==
 
 
-= 1.0 =
+= 1.1 =
 * Initial release 
 * Initial release 
 
 
 == Copyright ==
 == Copyright ==

+ 1 - 1
blank-canvas/style.css

@@ -3,7 +3,7 @@ Theme Name: Blank Canvas
 Theme URI: https://github.com/Automattic/themes/blank-canvas
 Theme URI: https://github.com/Automattic/themes/blank-canvas
 Author: Automattic
 Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
-Description: A blank starting point for building your site.
+Description: Blank Canvas is a minimalist theme, designed for single-page websites. Its single post and page layouts have no header, navigation menus, or widgets, so the page you design in the WordPress editor is the same page you’ll see on the front end. The theme’s default styles are conservative, relying on simple sans-serif fonts and a subtle blue highlight color. Blank Canvas is ready for your customizations.
 Requires at least: 4.9.6
 Requires at least: 4.9.6
 Tested up to: 5.6
 Tested up to: 5.6
 Requires PHP: 5.6.2
 Requires PHP: 5.6.2