1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-22 05:20:56 +01:00

Remove warning about deprecated phutil_render_tag()

Test Plan: Read it.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D6568
This commit is contained in:
Jakub Vrana 2013-07-28 11:00:35 -07:00
parent 149efe68ab
commit 69daebc2da

View file

@ -23,7 +23,6 @@ from XSS and render correctly. Broadly:
- @{class:AphrontView} subclasses act like tags when rendering.
- @{function:pht} has some special rules.
- There are some other things that you should be aware of.
- Do not use @{function:phutil_render_tag}, it is deprecated and unsafe.
See below for discussion.
@ -181,10 +180,3 @@ following examples are dangerous:
// We have a lint rule disallowing this.
hsprintf($evil);
= Deprecated Functions =
The function @{function@libphutil:phutil_render_tag} is unsafe version of
@{function@libphutil:phutil_tag}, is deprecated, and will be removed in the
future. You should avoid its use and convert code to use
@{function@libphutil:phutil_tag}.