Localisation updates for core and extension messages from translatewiki.net
[lhc/web/wiklou.git] / includes / ChangesList.php
index 87581c1..f75c5d5 100644 (file)
@@ -62,7 +62,7 @@ class ChangesList extends ContextSource {
         * Fetch an appropriate changes list class for the main context
         * This first argument used to be an User object.
         *
-        * @deprecated in 1.19; use newFromContext() instead
+        * @deprecated in 1.18; use newFromContext() instead
         * @param $unused Unused
         * @return ChangesList|EnhancedChangesList|OldChangesList derivative
         */
@@ -589,6 +589,8 @@ class OldChangesList extends ChangesList {
                $s .= $this->getLang()->getDirMark();
                # Log action text (if any)
                $this->insertAction( $s, $rc );
+               # LTR/RTL direction mark
+               $s .= $this->getLang()->getDirMark();
                # Edit or log comment
                $this->insertComment( $s, $rc );
                # Tags