Browse Source

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

Allan Cole 7 years ago
parent
commit
a71555c37d
3 changed files with 4 additions and 4 deletions
  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>
-		// 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 ); ?>;
 	</script>
 <?php

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

@@ -65,7 +65,7 @@ add_color_rule( 'bg', '#ffffff', array(
 	array( '.comments-link .comment-icon .path,
 			.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 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.
-Version: 1.0.2-wpcom
+Version: 1.0.3-wpcom
 Author: Automattic, Inc
 Author URI: http://automattic.com
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 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.
 Use it to make something cool, have fun, and share what you've learned with others.