Index: trunk/phase3/includes/templates/Userlogin.php |
— | — | @@ -242,7 +242,7 @@ |
243 | 243 | if ( $inputItem['type'] == 'checkbox' && !empty( $inputItem['msg'] ) ) { |
244 | 244 | ?> |
245 | 245 | <label for="<?php echo htmlspecialchars( $inputItem['name'] ); ?>"><?php |
246 | | - $this->msg( $inputItem['msg'] ) ?></label><?php |
| 246 | + $this->msgHtml( $inputItem['msg'] ) ?></label><?php |
247 | 247 | } |
248 | 248 | ?> |
249 | 249 | </td> |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -34,6 +34,9 @@ |
35 | 35 | * (bug 17002) Add &minor= and &summary= as parameters in the url when editing, |
36 | 36 | to automatically add a summary or a minor edit. |
37 | 37 | * (bug 16852) padleft and padright now accept multiletter pad characters |
| 38 | +* When using 'UserCreateForm' hook to add new checkboxes into Special:UserLogin/signup, |
| 39 | + the messages can now contain HTML to allow hyperlinking to the site's Terms |
| 40 | + of Service page, for example |
38 | 41 | |
39 | 42 | === Bug fixes in 1.15 === |
40 | 43 | * (bug 16968) Special:Upload no longer throws useless warnings. |