Followup r80192 which had an unclosed comment causing some php notices resulting...
authorDaniel Friesen <dantman@users.mediawiki.org>
Thu, 13 Jan 2011 22:20:04 +0000 (22:20 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Thu, 13 Jan 2011 22:20:04 +0000 (22:20 +0000)
includes/OutputPage.php

index 1413731..e565d8c 100644 (file)
@@ -61,6 +61,7 @@ class OutputPage {
         * Contains the article subtitle.
         *
         * Example: 'From Wikipedia, the free encyclopedia'
+        */
        var $mSubtitle = '';
 
        var $mRedirect = '';