]> git.mxchange.org Git - friendica.git/commit
Refactor bbcode() into BBCode::convert()
authorHypolite Petovan <mrpetovan@gmail.com>
Thu, 15 Feb 2018 02:33:55 +0000 (21:33 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Thu, 15 Feb 2018 02:33:55 +0000 (21:33 -0500)
commit0c52866693add20fc4476e26a5c7ae14f5d5272a
tree781bf3c6d72723ea52c80c4c2eeae744e3a76633
parent29f5270313b067e9cc1ce83ccfb79c4cb7b91d0c
Refactor bbcode() into BBCode::convert()
21 files changed:
include/api.php
include/bb2diaspora.php
include/enotify.php
include/event.php
include/text.php
mod/babel.php
mod/contacts.php
mod/display.php
mod/message.php
mod/notify.php
mod/photos.php
mod/ping.php
mod/poco.php
mod/register.php
mod/tagrm.php
src/Content/Text/BBCode.php
src/Core/NotificationsManager.php
src/Model/Profile.php
src/Protocol/DFRN.php
src/Protocol/Diaspora.php
src/Protocol/OStatus.php