Page MenuHomePhabricator

D11189.diff
No OneTemporary

D11189.diff

diff --git a/src/view/viewutils.php b/src/view/viewutils.php
--- a/src/view/viewutils.php
+++ b/src/view/viewutils.php
@@ -4,7 +4,7 @@
return phabricator_format_local_time(
$epoch,
$user,
- _phutil_date_format($epoch));
+ phutil_date_format($epoch));
}
function phabricator_on_relative_date($epoch, $user) {
@@ -46,7 +46,7 @@
$epoch,
$user,
pht('%s, %s',
- _phutil_date_format($epoch),
+ phutil_date_format($epoch),
phabricator_time_format($user)));
}

File Metadata

Mime Type
text/plain
Expires
May 12 2024, 6:02 AM (5 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6290458
Default Alt Text
D11189.diff (511 B)

Event Timeline