Index: trunk/phase3/skins/MonoBook.php |
— | — | @@ -100,7 +100,7 @@ |
101 | 101 | <?php if($this->data['sitenotice']) { ?><div id="siteNotice"><?php $this->html('sitenotice') ?></div><?php } ?> |
102 | 102 | <h1 class="firstHeading"><?php $this->data['displaytitle']!=""?$this->html('title'):$this->text('title') ?></h1> |
103 | 103 | <div id="bodyContent"> |
104 | | - <h3 id="siteSub"><?php $this->msg('tagline') ?></h3> |
| 104 | + <h3 id="siteSub"><?php $this->msgWiki('tagline') ?></h3> |
105 | 105 | <div id="contentSub"><?php $this->html('subtitle') ?></div> |
106 | 106 | <?php if($this->data['undelete']) { ?><div id="contentSub2"><?php $this->html('undelete') ?></div><?php } ?> |
107 | 107 | <?php if($this->data['newtalk'] ) { ?><div class="usermessage"><?php $this->html('newtalk') ?></div><?php } ?> |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -257,6 +257,7 @@ |
258 | 258 | * (bug 13949) Special:PrefixIndex/AllPages paging links contain invalid XML |
259 | 259 | * (bug 13770) Use Preprocessor_Hash by default to avoid missing DOM module errors |
260 | 260 | * (bug 13982) Disable ccmeonemails preference when user-to-user mails disabled |
| 261 | +* (bug 3208) Allow wikisyntax for the tag line content |
261 | 262 | |
262 | 263 | |
263 | 264 | === API changes in 1.13 === |