Merge pull request #3109 from Hypolite/issue/scrap-tinymce
Scrap TinyMCE
This commit is contained in:
commit
d61a4a67db
349 changed files with 538 additions and 49475 deletions
|
@ -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 and the HTML parsers.
|
||||
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
|
||||
|
|
|
@ -24,9 +24,6 @@ JSFILES=(
|
|||
JSFILES2=(
|
||||
"library/colorbox/jquery.colorbox.js"
|
||||
)
|
||||
JSFILES3=(
|
||||
"library/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin_src.js"
|
||||
)
|
||||
|
||||
for i in ${JSFILES[@]}
|
||||
do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue