From: Brion Vibber Date: Mon, 18 Jun 2007 15:20:13 +0000 (+0000) Subject: some minor fixlets, checking commit notifications X-Git-Tag: 1.31.0-rc.0~52512 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=0f3682d093ff70a802bf6ecf060ff3eeece0fef8;p=lhc%2Fweb%2Fwiklou.git some minor fixlets, checking commit notifications --- diff --git a/docs/title.txt b/docs/title.txt index 5d9bd417ca..5959af932d 100644 --- a/docs/title.txt +++ b/docs/title.txt @@ -10,12 +10,12 @@ attributes of the title. This is intended to be an immutable "value" class, so there are no mutator functions. To get a new instance, call one of the static factory -methods WikiTitle::newFromURL(), WikiTitle::newFromDBKey(), -or WikiTitle::newFromText(). Once instantiated, the +methods Title::newFromURL(), Title::newFromDBKey(), +or Title::newFromText(). Once instantiated, the other non-static accessor methods can be used, such as getText(), getDBKey(), getNamespace(), etc. -The prefix rules: a title consists of an optional Interwiki +The prefix rules: a title consists of an optional interwiki prefix (such as "m:" for meta or "de:" for German), followed by an optional namespace, followed by the remainder of the title. Both Interwiki prefixes and namespace prefixes have