Docs: Add note that you might want Title::getLinkURL
authorErik Bernhardson <ebernhardson@wikimedia.org>
Fri, 1 Aug 2014 20:58:51 +0000 (13:58 -0700)
committerErik Bernhardson <ebernhardson@wikimedia.org>
Fri, 1 Aug 2014 21:21:45 +0000 (14:21 -0700)
commit64c208a27de87a713d44639d210aac1c8d7419d5
treef939932df640599f423c10da2090f3d8490f1af3
parent7b6fded11ec97ffc4a2b1e42acad055db7ccfde2
Docs: Add note that you might want Title::getLinkURL

While there are valid use cases of Title::getLocalURL, it is safer
to use Title::getLinkURL in most instances.  Additionally developers
won't accidentally their fragments that way.

Change-Id: I1bf567ba9c38103d39a883e8ea3a60f9f2082181
includes/Title.php