@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.

Remove a TODO comment

Summary: Ref T6852. Apparently, this is not a TODO.

Test Plan: N/A

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: chad, Korvin, epriestley

Maniphest Tasks: T6852

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

-2
-2
src/view/form/control/AphrontFormControl.php
··· 241 241 $error, 242 242 $input, 243 243 $caption, 244 - 245 - // TODO: Remove this once the redesign finishes up. 246 244 phutil_tag('div', array('style' => 'clear: both;'), ''), 247 245 )); 248 246 }