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

This commit is contained in:
Allan Cole 2018-03-08 16:25:39 -05:00
parent d90ab9fa38
commit a71555c37d
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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' );

View file

@ -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.