X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fedit%2FPreparedEdit.php;h=910d221a7c28e388d73023fc386ef8d56c38ccb3;hb=1f73f874afa4bcf5e8e43e7720453234b8f19299;hp=62624f4d9180af0e79dfe2ba9d2436e269d4b119;hpb=1c6805c759da9bdc20029a888ee1f2d2e23fcbc3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/edit/PreparedEdit.php b/includes/edit/PreparedEdit.php index 62624f4d91..910d221a7c 100644 --- a/includes/edit/PreparedEdit.php +++ b/includes/edit/PreparedEdit.php @@ -87,27 +87,4 @@ class PreparedEdit { */ public $oldContent; - /** - * $newContent in text form - * - * @var string - * @deprecated since 1.21 - */ - public $newText; - - /** - * $oldContent in text from - * - * @var string - * @deprecated since 1.21 - */ - public $oldText; - - /** - * $pstContent in text form - * - * @var string - * @deprecated since 1.21 - */ - public $pst; }