Last modified: 2006-04-24 23:25:37 UTC
Cosmetics: people request that categories be separated by • instead of '|'. --- Skin.php.org 2006-04-25 00:38:16.106294035 +0200 +++ Skin.php 2006-04-25 00:30:39.000000000 +0200 @@ -506,0 +507 @@ + $catseparator = wfMsgHtml( 'category-separator' ); @@ -510 +511 @@ - $t = $embed . implode ( "$pop | $embed" , $wgOut->mCategoryLinks ) . $pop; + $t = $embed . implode ( "$pop $catseparator $embed" , $wgOut->mCategoryLinks ) . $pop;
Added "catseparator" message in SVN trunk, r13854 and backported.