From: Bogdan Stancescu Date: Sat, 16 Aug 2003 22:53:30 +0000 (+0000) Subject: Added label tags for wcMinoredit and wcWatchthispage checkbox labels X-Git-Tag: 1.1.0~331 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=722fc4d554b95c0e4c1ff4af4a2e823492743068;p=lhc%2Fweb%2Fwiklou.git Added label tags for wcMinoredit and wcWatchthispage checkbox labels --- diff --git a/includes/EditPage.php b/includes/EditPage.php index 367e068faf..f52905335f 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -252,8 +252,10 @@ class EditPage { if ( 0 != $wgUser->getID() ) { $checkboxhtml= - "{$minor}". - "{$watchthis}
"; + "". + "". + "". + "
"; } else { $checkboxhtml="";