Skip to content

Commit 035bedf

Browse files
committed
Typography fixes
1 parent ce2cf57 commit 035bedf

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
codekit-config.json
22
.DS_Store
3-
ReduxCore/inc/fields/typography/googlefonts.json
4-
ReduxCore/inc/fields/typography/googlefonts.html

ReduxCore/inc/fields/typography/field_typography.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ function render(){
148148
if( !file_exists( ReduxFramework::$_dir.'inc/fields/typography/googlefonts.html' ) ) {
149149
$this->getGoogleFonts($wp_filesystem);
150150
}
151-
echo "DOVYHERE";
151+
152152
if( file_exists( ReduxFramework::$_dir.'inc/fields/typography/googlefonts.html' )) {
153153
echo $wp_filesystem->get_contents( ReduxFramework::$_dir.'inc/fields/typography/googlefonts.html' );
154154
}

ReduxCore/inc/fields/typography/googlefonts.html

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

ReduxCore/inc/fields/typography/googlefonts.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)