From: Erik Bernhardson Date: Fri, 20 Feb 2015 19:27:22 +0000 (-0800) Subject: Correct misleading documentation X-Git-Tag: 1.31.0-rc.0~12328 X-Git-Url: https://git.cyclocoop.org/admin/%7B%24admin_url%7Dmembres/%7B%7B%20url_for%28%27new_vote%27%29%20%7D%7D?a=commitdiff_plain;h=e73f17527ef063c7dc5d715e24beb66787d56ae0;p=lhc%2Fweb%2Fwiklou.git Correct misleading documentation Change-Id: Ib020467488616eeaa9b53672e5cc45c72f240a54 --- diff --git a/includes/parser/ParserOutput.php b/includes/parser/ParserOutput.php index e9e72beca8..191ee014df 100644 --- a/includes/parser/ParserOutput.php +++ b/includes/parser/ParserOutput.php @@ -684,7 +684,7 @@ class ParserOutput extends CacheTime { * * @note: custom DataUpdates do not survive serialization of the ParserOutput! * This is especially relevant when using a cached ParserOutput for updating - * the database, as WikiPage does if $wgAjaxStashEdit is enabled. For this + * the database, as WikiPage does if $wgAjaxEditStash is enabled. For this * reason, ApiStashEdit will skip any ParserOutput that has custom DataUpdates. * * @since 1.20