From e73f17527ef063c7dc5d715e24beb66787d56ae0 Mon Sep 17 00:00:00 2001 From: Erik Bernhardson Date: Fri, 20 Feb 2015 11:27:22 -0800 Subject: [PATCH] Correct misleading documentation Change-Id: Ib020467488616eeaa9b53672e5cc45c72f240a54 --- includes/parser/ParserOutput.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1