소스 검색

AltoFocus: Code tidying

Allan Cole 7 년 전
부모
커밋
fea54e4ea4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      altofocus/assets/js/grid.js

+ 1 - 1
altofocus/assets/js/grid.js

@@ -99,7 +99,7 @@
 		var newPostIds = [];
 
 		// If new posts have been loaded from Infinite Scroll, attach them to the isotope wrapper and lay them out
-		// note: loadedPosts variable is set globally in altofocus_infinite_scroll_render(). See Jetpack.php
+		// note: loadedPosts variable is set globally in altofocus_infinite_scroll_render(). See jetpack.php
 		if ( typeof loadedPosts !== 'undefined' ) {
 
 			// Create post IDs from IS results and push into post ID array