Convert phutil_render_tag(X, Y) to phutil_tag

Summary:
Created with spatch:

  lang=diff
  - phutil_render_tag
  + phutil_tag
    (X, Y)

(and null manually)

Test Plan: Loaded homepage

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4500
This commit is contained in:
vrana
2013-01-17 18:39:02 -08:00
parent 8aea5cda26
commit f8dbfdd59d
35 changed files with 48 additions and 51 deletions

View File

@@ -141,7 +141,7 @@ final class PhabricatorFileInfoController extends PhabricatorFileController {
// TODO: Clean this up after Pholio (dark backgrounds, standardization,
// etc.)
$image = phutil_render_tag(
$image = phutil_tag(
'img',
array(
'src' => $file->getViewURI(),