浏览代码

AltoFocus: Removing depracated style.css tags, code cleanup and fixes a missing translation string

Allan Cole 7 年之前
父节点
当前提交
a71555c37d
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      altofocus/inc/jetpack.php
  2. 1 1
      altofocus/inc/wpcom-colors.php
  3. 2 2
      altofocus/style.css

+ 1 - 1
altofocus/inc/jetpack.php

@@ -171,7 +171,7 @@ function altofocus_infinite_scroll_render() {
 		}
 		}
 	} ?>
 	} ?>
 	<script>
 	<script>
-		// Put returned posts IDs in to an array
+		// Put returned posts' IDs in to an array
 		var loadedPosts = <?php echo json_encode( $loaded_post_IDs ); ?>;
 		var loadedPosts = <?php echo json_encode( $loaded_post_IDs ); ?>;
 	</script>
 	</script>
 <?php
 <?php

+ 1 - 1
altofocus/inc/wpcom-colors.php

@@ -65,7 +65,7 @@ add_color_rule( 'bg', '#ffffff', array(
 	array( '.comments-link .comment-icon .path,
 	array( '.comments-link .comment-icon .path,
 			.post-navigation-fixed .nav-links a .meta-nav .arrow-icon .circle', 'fill' ),
 			.post-navigation-fixed .nav-links a .meta-nav .arrow-icon .circle', 'fill' ),
 
 
-), __( 'Background Color' ) );
+), __( 'Background Color', 'altofocus' );
 
 
 
 
 
 

+ 2 - 2
altofocus/style.css

@@ -2,13 +2,13 @@
 Theme Name: AltoFocus
 Theme Name: AltoFocus
 Theme URI: https://wordpress.com/themes/altofocus/
 Theme URI: https://wordpress.com/themes/altofocus/
 Description: AltoFocus is a theme for photographers, artists, and other creative types in search of a simple and easy way to display their work.
 Description: AltoFocus is a theme for photographers, artists, and other creative types in search of a simple and easy way to display their work.
-Version: 1.0.2-wpcom
+Version: 1.0.3-wpcom
 Author: Automattic, Inc
 Author: Automattic, Inc
 Author URI: http://automattic.com
 Author URI: http://automattic.com
 License: GNU General Public License v2 or later
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: altofocus
 Text Domain: altofocus
-Tags: art, artwork, clean, featured-images, full-width-template, grid-layout, infinite-scroll, minimal, one-column, photoblogging, photography, portfolio, responsive-layout, rtl-language-support, site-logo, theme-options, translation-ready
+Tags: featured-images, full-width-template, grid-layout, one-column, portfolio, rtl-language-support, theme-options, translation-ready
 
 
 This theme, like WordPress, is licensed under the GPL.
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 Use it to make something cool, have fun, and share what you've learned with others.