File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
WordPressUtils/src/main/java/org/wordpress/android/util Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -100,10 +100,8 @@ public static String colorResToHtmlColor(Context context, int resId) {
100100 * Remove {@code <script>..</script>} blocks from the passed string - added to project after noticing
101101 * comments on posts that use the "Sociable" plugin ( http://wordpress.org/plugins/sociable/ )
102102 * may have a script block which contains {@code <!--//-->} followed by a CDATA section followed by {@code <!]]>,}
103- * all of which will show up if we don't strip it here (example: http://cl.ly/image/0J0N3z3h1i04 )
104- * first seen at http://houseofgeekery.com/2013/11/03/13-terrible-x-men-we-wont-see-in-the-movies/
103+ * all of which will show up if we don't strip it here.
105104 * @see <a href="http://wordpress.org/plugins/sociable/">Wordpress Sociable Plugin</a>
106- * @see <a href="http://houseofgeekery.com/2013/11/03/13-terrible-x-men-we-wont-see-in-the-movies/">First seen at</a>
107105 * @return String without {@code <script>..</script>}, {@code <!--//-->} blocks followed by a CDATA section followed by {@code <!]]>,}
108106 * @param text String containing script tags
109107 */
You can’t perform that action at this time.
0 commit comments