X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FRevision.php;h=7ff73dddbf56fc4849c7c5e1d2450c453fece557;hp=d6ff384fff909d3b41e1f3f70dd4bd0fff63637a;hb=a075271157d32567e894c668aa2b76138c491b95;hpb=f506a05aaa035b96537b33244b0f18b093048e97 diff --git a/includes/Revision.php b/includes/Revision.php index d6ff384fff..7ff73dddbf 100644 --- a/includes/Revision.php +++ b/includes/Revision.php @@ -739,7 +739,7 @@ class Revision implements IDBAccessObject { /** * Set the title of the revision * - * @deprecated: since 1.31, this is now a noop. Pass the Title to the constructor instead. + * @deprecated since 1.31, this is now a noop. Pass the Title to the constructor instead. * * @param Title $title */ @@ -927,7 +927,7 @@ class Revision implements IDBAccessObject { * used to determine the content model to use. If no title is know, CONTENT_MODEL_WIKITEXT * is used as a last resort. * - * @todo: drop this, with MCR, there no longer is a single model associated with a revision. + * @todo drop this, with MCR, there no longer is a single model associated with a revision. * * @return string The content model id associated with this revision, * see the CONTENT_MODEL_XXX constants. @@ -942,7 +942,7 @@ class Revision implements IDBAccessObject { * If no content format was stored in the database, the default format for this * revision's content model is returned. * - * @todo: drop this, the format is irrelevant to the revision! + * @todo drop this, the format is irrelevant to the revision! * * @return string The content format id associated with this revision, * see the CONTENT_FORMAT_XXX constants.