1 Feb 2006 05:34
phase3/includes Linker.php,1.69,1.70
Tim Starling <timstarling <at> users.sourceforge.net>
2006-02-01 04:34:49 GMT
2006-02-01 04:34:49 GMT
Update of /cvsroot/wikipedia/phase3/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5818/includes Modified Files: Linker.php Log Message: documentation, code cleanup Index: Linker.php =================================================================== RCS file: /cvsroot/wikipedia/phase3/includes/Linker.php,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- Linker.php 19 Jan 2006 06:29:41 -0000 1.69 +++ Linker.php 1 Feb 2006 04:34:47 -0000 1.70 <at> <at> -77,8 +77,15 <at> <at> } /** - * Note: This function MUST call getArticleID() on the link, - * otherwise the cache won't get updated properly. See LINKCACHE.DOC. + * This function is a shortcut to makeLinkObj(Title::newFromText($title),...). Do not call + * it if you already have a title object handy. See makeLinkObj for further documentation. + * + * <at> param string $title The text of the title + * <at> param string $text Link text + * <at> param string $query Optional query part + * <at> param string $trail Optional trail. Alphabetic characters at the start of this string will + * be included in the link text. Other characters will be appended after(Continue reading)
RSS Feed