From 0f6054efa29865e12c1832a1f39a8109d76bca7b Mon Sep 17 00:00:00 2001 From: leogermani Date: Wed, 27 Feb 2019 12:44:19 -0300 Subject: [PATCH] remove .git files and fix one translatable string --- build.sh | 4 ++++ src/functions/single-functions.php | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index fc92449..3102c27 100755 --- a/build.sh +++ b/build.sh @@ -33,4 +33,8 @@ cp $destination/assets/vendor/slick/scss/slick-theme.min.css $destination/assets mv $destination/assets/vendor/slick/ajax-loader.gif $destination/assets/vendor/slick/css/ajax-loader.gif mv $destination/assets/vendor/slick/fonts/ $destination/assets/vendor/slick/css/fonts/ +##clean +rm $destination/assets/vendor/ekko-lightbox/.gitignore +rm -rf $destination/assets/vendor/ekko-lightbox/.git + echo "Compilation Finish!!" diff --git a/src/functions/single-functions.php b/src/functions/single-functions.php index de85a1b..c34654e 100644 --- a/src/functions/single-functions.php +++ b/src/functions/single-functions.php @@ -70,7 +70,8 @@ if ( ! function_exists( 'tainacan_pagination' ) ) : $count_max = ( $to_paged - 1 ) * $cur_posts; ?>
- post_count, $wp_query->found_posts ); ?> + + post_count, $wp_query->found_posts ); ?>