Merge "Add expensive parser functions {{REVISION*:}}"
[lhc/web/wiklou.git] / includes / parser / Parser.php
index 6e9e06e..848a1a0 100644 (file)
@@ -5762,8 +5762,9 @@ class Parser {
         * Get the revision object for $this->mRevisionId
         *
         * @return Revision|null either a Revision object or null
+        * @since 1.23 (public since 1.23)
         */
-       protected function getRevisionObject() {
+       public function getRevisionObject() {
                if ( !is_null( $this->mRevisionObject ) ) {
                        return $this->mRevisionObject;
                }