Skip to content

Commit

Permalink
13_04_end
Browse files Browse the repository at this point in the history
  • Loading branch information
mor10 committed Dec 16, 2016
1 parent 5b21892 commit 4acbf97
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
endwhile;

the_posts_pagination( array(
'prev_text' => humescores_get_svg( array( 'icon' => 'arrow-long-left' ) ) . __( 'Older', 'humescores' ),
'next_text' => __( 'Newer', 'humescores' ) . humescores_get_svg( array( 'icon' => 'arrow-long-right' ) ),
'prev_text' => humescores_get_svg( array( 'icon' => 'arrow-long-left', 'fallback' => true ) ) . __( 'Older', 'humescores' ),
'next_text' => __( 'Newer', 'humescores' ) . humescores_get_svg( array( 'icon' => 'arrow-long-right' , 'fallback' => true ) ),
'before_page_number' => '<span class="screen-reader-text">' . __( 'Page', 'humescores' ) . '</span>',
));

Expand Down
2 changes: 1 addition & 1 deletion sass/maps/style.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions sass/media/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ SVG Fallbacks
color: inherit;
background: inherit;
}
/*

.no-svg .svg-fallback.icon-arrow-long-left:before {
content: "";
}

.no-svg .svg-fallback.icon-arrow-long-right:before {
content: "";
}
*/


/* Social Menu fallbacks */

Expand Down
3 changes: 1 addition & 2 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4acbf97

Please sign in to comment.