Skip to content

Commit

Permalink
mot clé "fa" enlevé de l'icone à ajouter
Browse files Browse the repository at this point in the history
  • Loading branch information
eoxia-amandine committed Nov 9, 2018
1 parent 0fd573a commit 48d776b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion module/star/asset/json/group_5a21798fbbdc9.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
"id": ""
},
"default_value": "",
"placeholder": "fa-long-arrow-right",
"placeholder": "long-arrow-right",
"prepend": "",
"append": "",
"maxlength": ""
Expand Down
2 changes: 1 addition & 1 deletion module/star/view/link.view.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<?php if ( ! empty( $wpst_link ) ) : ?>
<a class="wpst-link wpeo-button button-size-small button-radius-3 button-dark" href="<?php echo esc_url( $wpst_link ); ?>" target="<?php echo esc_html( $wpst_link_target ); ?>">
<?php if ( ! empty( $wpst_link_icon ) ) : ?>
<i class="fa-fw fas <?php echo esc_html( $wpst_link_icon ); ?>"></i>
<i class="fa-fw fas fa-<?php echo esc_html( $wpst_link_icon ); ?>"></i>
<?php endif; ?>
<span><?php echo ! empty( $wpst_link_label ) ? esc_html( $wpst_link_label ) : esc_html_e( 'View more', 'wp-star' ); ?></span>
</a>
Expand Down

0 comments on commit 48d776b

Please sign in to comment.