Skip to content

Commit

Permalink
Improve sharing option texts
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-sg-pacheco committed Jun 17, 2021
1 parent 2f5c1dc commit 6f2b18a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/admin/class-alg-wc-wish-list-settings-social.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ function get_settings( $settings = array() ) {
array(
'title' => __( 'Twitter', 'wish-list-for-woocommerce' ),
'desc' => __( 'Share on Twitter', 'wish-list-for-woocommerce' ),
'desc_tip' => sprintf( __( 'In order to display a proper image on Tweets a meta with the %s name is required.', 'wish-list-for-woocommerce' ), '<strong>' . 'twitter:card' . '</strong>' ) . '<br />' .
sprintf( __( 'You can easily setup it with the <a href="%s">Yoast SEO</a> plugin for example.', 'wish-list-for-woocommerce' ), 'https://wordpress.org/plugins/wordpress-seo/' ),
'type' => 'checkbox',
'id' => self::OPTION_TWITTER,
'default' => 'yes',
Expand Down

0 comments on commit 6f2b18a

Please sign in to comment.