Browse Source

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

Blank Canvas: Update theme description
Daniel Dudzic 4 years ago
parent
commit
f0a44d30e3
3 changed files with 6 additions and 4 deletions
  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(
 				wp_kses(
 					/* 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(
 						'span' => array(
 							'class' => array(),

+ 4 - 2
blank-canvas/readme.txt

@@ -10,11 +10,13 @@ A blank starting point for building your site.
 
 == 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 ==
 
-= 1.0 =
+= 1.1 =
 * Initial release 
 
 == Copyright ==

+ 1 - 1
blank-canvas/style.css

@@ -3,7 +3,7 @@ Theme Name: Blank Canvas
 Theme URI: https://github.com/Automattic/themes/blank-canvas
 Author: Automattic
 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
 Tested up to: 5.6
 Requires PHP: 5.6.2