Skip to content

Commit 7c21964

Browse files
committed
remove old reference to a non existing screenshot
1 parent 0ea8c37 commit 7c21964

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

WordPressUtils/src/main/java/org/wordpress/android/util/HtmlUtils.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)