Add @since 1.20 to getDirMarkEntity
Change-Id: Ib74b68a85e470ef23685802af93c3ec66d50e1ed
This commit is contained in:
parent
78d1812fc5
commit
8a4016f494
1 changed files with 1 additions and 0 deletions
|
|
@ -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() ? '‎' : '‏'; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue