Remove double str_replace( ' ', '_', $ ) when using LinkBatch
authorumherirrender <umherirrender_de.wp@web.de>
Fri, 19 Jun 2015 20:04:25 +0000 (22:04 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Fri, 19 Jun 2015 20:04:25 +0000 (22:04 +0200)
commitb4068ae92232d30e1a1f5e568c521d2b2febf751
tree14ccf78aaca487fd6b60cd579eac16f2b261e295
parent352656b319bc9522a42930a7a7ad93806779c83b
Remove double str_replace( ' ', '_', $ ) when using LinkBatch

LinkBatch::add already handle the underscore/space part, that means it
is not need to do it on the caller side when adding user names to
LinkBatch

Change-Id: I09e80712903a539164141cc0a88d321203114677
includes/cache/UserCache.php
includes/specials/SpecialBlockList.php