Simplepie is removed since we don't use it anymore

This commit is contained in:
Michael Vogel 2016-02-14 19:50:59 +01:00
commit b0548018d8
64 changed files with 41 additions and 19153 deletions

View file

@ -10,7 +10,7 @@ Internationalisation
extract.php - extracts translatable strings from our project files. It
currently doesn't pick up strings in other libraries we might be using such as
tinymce, simplepie, and the HTML parsers.
tinymce and the HTML parsers.
In order for extract to do its job, every use of the t() translation function
must be preceded by one space. The string also can not contain parentheses. If