Add @since 1.20 to getDirMarkEntity

Change-Id: Ib74b68a85e470ef23685802af93c3ec66d50e1ed
This commit is contained in:
Amir E. Aharoni 2012-07-30 11:51:47 +03:00
parent 78d1812fc5
commit 8a4016f494

View 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() ? '‎' : '‏'; }