|
@@ -72,7 +72,6 @@ discard block |
|
|
block discarded – undo |
|
72
|
72
|
|
|
73
|
73
|
/** |
|
74
|
74
|
* Get a link to the given user's userpage, or to Special:Contribs if $username is an IP |
|
75
|
|
- * @param string $username Username |
|
76
|
75
|
* @param string $projectUrl Project domain and protocol such as https://en.wikipedia.org |
|
77
|
76
|
* @param string [$label] The link text, defaults to $username |
|
78
|
77
|
* @return string Markup |
|
@@ -176,7 +175,7 @@ discard block |
|
|
block discarded – undo |
|
176
|
175
|
/** |
|
177
|
176
|
* Get links to pageviews tools for the given page |
|
178
|
177
|
* @param string $title Title of page |
|
179
|
|
- * @param string $projectUrl Project domain such as en.wikipedia.org |
|
|
178
|
+ * @param string $project Project domain such as en.wikipedia.org |
|
180
|
179
|
* @return string Markup |
|
181
|
180
|
*/ |
|
182
|
181
|
public function pageviewsLinks($title, $project) |
Please login to merge, or discard this patch.