r23069 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23068‎ | r23069 | r23070 >
Date:15:20, 18 June 2007
Author:brion
Status:old
Tags:
Comment:
some minor fixlets, checking commit notifications
Modified paths:
  • /trunk/phase3/docs/title.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/docs/title.txt
@@ -10,12 +10,12 @@
1111 immutable "value" class, so there are no mutator functions.
1212
1313 To get a new instance, call one of the static factory
14 -methods WikiTitle::newFromURL(), WikiTitle::newFromDBKey(),
15 -or WikiTitle::newFromText(). Once instantiated, the
 14+methods Title::newFromURL(), Title::newFromDBKey(),
 15+or Title::newFromText(). Once instantiated, the
1616 other non-static accessor methods can be used, such as
1717 getText(), getDBKey(), getNamespace(), etc.
1818
19 -The prefix rules: a title consists of an optional Interwiki
 19+The prefix rules: a title consists of an optional interwiki
2020 prefix (such as "m:" for meta or "de:" for German), followed
2121 by an optional namespace, followed by the remainder of the
2222 title. Both Interwiki prefixes and namespace prefixes have

Follow-up revisions

RevisionCommit summaryAuthorDate
r23087Merged revisions 23050-23086 via svnmerge from...david03:14, 19 June 2007

Status & tagging log