mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
f47e69c015
Summary: Add some more `pht`izations. Test Plan: Eyeball it. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: hach-que, Korvin, epriestley Differential Revision: https://secure.phabricator.com/D13200
8 lines
298 B
PHP
8 lines
298 B
PHP
<?php
|
|
|
|
// Previously, this migrated ReleephRequestEvents into ApplicationTransactions.
|
|
// Only Facebook ever generated meaningful ReleephRequestEvent data, and has
|
|
// already migrated, so this was cleaned up when ReleephRequestEvent was
|
|
// removed.
|
|
|
|
echo pht('(This migration is obsolete.)')."\n";
|