]> git.mxchange.org Git - friendica.git/commit
Rename escapeTags to escapeHtml
authorAdam Magness <adam.magness@gmail.com>
Fri, 9 Nov 2018 18:27:58 +0000 (13:27 -0500)
committerAdam Magness <adam.magness@gmail.com>
Fri, 9 Nov 2018 18:27:58 +0000 (13:27 -0500)
commit063f0e9cb06bb09d06c2630d4b6cecc5eb381fdc
tree548b91358a5ec738e7a4d1467853093da0b837ae
parentb5a97c1abe5246f45911e63e3412d60c90603578
Rename escapeTags to escapeHtml

rename function and update calls.
16 files changed:
mod/admin.php
mod/dirfind.php
mod/events.php
mod/fsuggest.php
mod/item.php
mod/message.php
mod/network.php
mod/profile.php
mod/profiles.php
mod/wallmessage.php
src/Model/Item.php
src/Module/Contact.php
src/Module/Hashtag.php
src/Util/Strings.php
src/Worker/OnePoll.php
tests/src/Util/StringsTest.php