1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 18:28:47 +02:00
phorge-phorge/src/applications/feed/story
vrana 48561a8b1f Convert phutil_render_tag(X, Y, phutil_escape_html(Z)) to phutil_tag
Summary:
Created with spatch:

  lang=diff
  - 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
2013-01-24 19:08:55 -08:00
..
PhabricatorFeedStory.php Convert phutil_render_tag(X, Y, phutil_escape_html(Z)) to phutil_tag 2013-01-24 19:08:55 -08:00
PhabricatorFeedStoryAggregate.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorFeedStoryAudit.php Add renderText to FeedStory for simple text repr of story 2013-01-10 11:11:18 -08:00
PhabricatorFeedStoryCommit.php Add renderText to FeedStory for simple text repr of story 2013-01-10 11:11:18 -08:00
PhabricatorFeedStoryDifferential.php Add renderText to FeedStory for simple text repr of story 2013-01-10 11:11:18 -08:00
PhabricatorFeedStoryDifferentialAggregate.php Improve style of notifications 2012-12-07 16:26:43 -08:00
PhabricatorFeedStoryManiphest.php Add renderText to FeedStory for simple text repr of story 2013-01-10 11:11:18 -08:00
PhabricatorFeedStoryManiphestAggregate.php Improve style of notifications 2012-12-07 16:26:43 -08:00
PhabricatorFeedStoryPhriction.php Missing verb in StoryPhriction renderText 2013-01-13 12:50:26 -08:00
PhabricatorFeedStoryProject.php Add renderText to FeedStory for simple text repr of story 2013-01-10 11:11:18 -08:00
PhabricatorFeedStoryStatus.php Add renderText to FeedStory for simple text repr of story 2013-01-10 11:11:18 -08:00