@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
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use PhutilNumber instead of number_format()

Summary: Also convert to `phutil_tag()`.

Test Plan: Displayed revision with hidden comments.

Reviewers: epriestley

CC: aran, Korvin

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

vrana b7e10831 7f438268

+3 -2
+3 -2
src/applications/differential/view/DifferentialRevisionCommentListView.php
··· 171 171 ), 172 172 array( 173 173 pht( 174 - '%d older comments are hidden. ', 175 - number_format(count($hidden))), 174 + '%s older comments are hidden.', 175 + new PhutilNumber(count($hidden))), 176 + ' ', 176 177 javelin_tag( 177 178 'a', 178 179 array(