1 Aug 2008 03:37
SVN: [38329] trunk/phase3/includes
<simetrical <at> svn.wikimedia.org>
2008-08-01 01:37:07 GMT
2008-08-01 01:37:07 GMT
Revision: 38329
Author: simetrical
Date: 2008-08-01 01:37:07 +0000 (Fri, 01 Aug 2008)
Log Message:
-----------
Use Linker::link() in a couple more places, since I want to break lots more bits of the site interface. Also
clean up Skin::nameAndLogin(), although it's seemingly only used in Standard.
Modified Paths:
--------------
trunk/phase3/includes/Linker.php
trunk/phase3/includes/Skin.php
Modified: trunk/phase3/includes/Linker.php
===================================================================
--- trunk/phase3/includes/Linker.php 2008-08-01 01:03:26 UTC (rev 38328)
+++ trunk/phase3/includes/Linker.php 2008-08-01 01:37:07 UTC (rev 38329)
<at> <at> -147,7 +147,8 <at> <at>
* change to support Images, literal URLs, etc.
* <at> param $text string The HTML contents of the <a> element, i.e.,
* the link text. This is raw HTML and will not be escaped. If null,
- * defaults to the page name of the Title.
+ * defaults to the prefixed text of the Title; or if the Title is just a
+ * fragment, the contents of the fragment.
* <at> param $query array The query string to append to the URL
* you're linking to, in key => value array form. Query keys and values
* will be URL-encoded.
Modified: trunk/phase3/includes/Skin.php
(Continue reading)
RSS Feed