Add deprecation messages to static methods in Article.php
authorwithoutaname <drevitchi@gmail.com>
Mon, 23 Jun 2014 23:13:32 +0000 (16:13 -0700)
committerwithoutaname <drevitchi@gmail.com>
Tue, 24 Jun 2014 19:47:58 +0000 (12:47 -0700)
commit34b98c7b2c4d79da02da70886da32d3a5a5344a6
tree4541d4cec4f81e22dcb9cdba0ff70d41f37bce30
parent2828ef9f34d9f47ef896523b132661c280768ea9
Add deprecation messages to static methods in Article.php

The referenced hooks simply call the corresponding hooks in WikiPage.php,
so it would be better to call them from WikiPage.php directly.

Change-Id: Ia0cf526c625d38cd941a1166876c13697be87a86
includes/page/Article.php
tests/phpunit/includes/ArticleTest.php