Remove two deprecated functions and one depreciated variable in a function call withi...
authorMatthew Bowker <matthewrbowker@me.com>
Wed, 16 Aug 2017 08:28:59 +0000 (02:28 -0600)
committerMukunda Modell <mmodell@wikimedia.org>
Tue, 22 Aug 2017 23:14:14 +0000 (18:14 -0500)
commita2963315414d3044a9bb530d9cddd58210f89c39
tree343ad4de8a8ef6d0dfddd4ffd1410a7c2413c1c6
parent0becca63c3e090760044b3df9fc9c4e078a1cb39
Remove two deprecated functions and one depreciated variable in a function call within Parser.php

* Parser::getRandomString() (deprecated in 1.26) was removed.
* Parser::uniqPrefix() (deprecated in 1.26) was removed.
* Parser::extractTagsAndParams() now only accepts three arguments.  The fourth, $uniq_prefix was deprecated in 1.26 and has now been removed.

Bug: T61113
Change-Id: I7333fff4eb8b9a754b4596992f2a69bbdaac664d
RELEASE-NOTES-1.30
includes/parser/Parser.php