Skip to content

Instantly share code, notes, and snippets.

Created April 20, 2014 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/01392fe63fe53efa5f46 to your computer and use it in GitHub Desktop.
Save anonymous/01392fe63fe53efa5f46 to your computer and use it in GitHub Desktop.
Pojo Themes
diff --git a/core/widgets/class-pojo-widget-social-links.php b/core/widgets/class-pojo-widget-social-links.php
index b0b2b52..7bab832 100644
--- a/core/widgets/class-pojo-widget-social-links.php
+++ b/core/widgets/class-pojo-widget-social-links.php
@@ -61,7 +61,7 @@ class Pojo_Widget_Social_Links extends Pojo_Widget_Base {
'title' => $social,
'std' => '',
'placeholder' => 'http://',
- 'filter' => 'sanitize_text_field',
+ //'filter' => 'sanitize_text_field',
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment