Skip to content

Commit

Permalink
Removed note about settings page.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyfae committed Oct 25, 2016
1 parent 6d388fd commit f827c8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/class-naked-social-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ public function form( $instance ) {
);
$instance = wp_parse_args( (array) $instance, $defaults );
?>
<p><?php printf( __( 'Make sure you configure your settings on the <a href="%s">settings page</a>.', 'naked-social-widget' ), admin_url( 'options-general.php?page=naked-social-widget' ) ); ?></p>

<p><?php printf( __( 'You can get icon names from the <a href="%s">Font Awesome website</a>. Enter in the icon name without the fa fa- class prefix. Example: <mark>twitter-square</mark>', 'naked-social-widget' ), 'http://fortawesome.github.io/Font-Awesome/icons/' ); ?></p>

Expand Down

0 comments on commit f827c8e

Please sign in to comment.