Homec4science

Convert phutil_render_tag(X, Y, phutil_escape_html(Z)) to phutil_tag

Authored by vrana <jakubv@fb.com> on Jan 18 2013, 03:43.

Description

Convert phutil_render_tag(X, Y, phutil_escape_html(Z)) to phutil_tag

Summary:
Created with spatch:

- phutil_render_tag
+ phutil_tag
  (X, Y,
- phutil_escape_html(
  Z
- )
  )

Test Plan: Loaded homepage

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4501

Details

Committed
vrana <jakubv@fb.com>Jan 25 2013, 04:08
Pushed
aubortJan 31 2017, 17:16
Parents
rPHf8dbfdd59d51: Convert phutil_render_tag(X, Y) to phutil_tag
Branches
Unknown
Tags
Unknown

Event Timeline

vrana <jakubv@fb.com> committed rPH48561a8b1f7b: Convert phutil_render_tag(X, Y, phutil_escape_html(Z)) to phutil_tag (authored by vrana <jakubv@fb.com>).Jan 25 2013, 04:08