Add @since 1.20 to getDirMarkEntity
authorAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Mon, 30 Jul 2012 08:51:47 +0000 (11:51 +0300)
committerAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Mon, 30 Jul 2012 08:51:47 +0000 (11:51 +0300)
Change-Id: Ib74b68a85e470ef23685802af93c3ec66d50e1ed

languages/Language.php

index 616f1ea..320cdf2 100644 (file)
@@ -2706,6 +2706,7 @@ class Language {
         *
         * @param $opposite Boolean Get the direction mark opposite to your language
         * @return string
+        * @since 1.20
         */
        function getDirMarkEntity( $opposite = false ) {
                if ( $opposite ) { return $this->isRTL() ? '&lrm;' : '&rlm;'; }