Select the types of activity you want to include in your feed.
@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.)
hq.recaptime.dev/wiki/Phorge
···2323 - @{class:AphrontView} subclasses act like tags when rendering.
2424 - @{function:pht} has some special rules.
2525 - There are some other things that you should be aware of.
2626- - Do not use @{function:phutil_render_tag}, it is deprecated and unsafe.
27262827See below for discussion.
2928···181180182181 // We have a lint rule disallowing this.
183182 hsprintf($evil);
184184-185185-= Deprecated Functions =
186186-187187-The function @{function@libphutil:phutil_render_tag} is unsafe version of
188188-@{function@libphutil:phutil_tag}, is deprecated, and will be removed in the
189189-future. You should avoid its use and convert code to use
190190-@{function@libphutil:phutil_tag}.