Jump to content

User:ImplSearchBot/Code: Difference between revisions

m
ImplSearchBot:0
m (ImplSearchBot:0)
m (ImplSearchBot:0)
Line 476:
my $remark = shift;
my $minoredit = shift;
 
 
# MediaWiki won't let us create blank, empty pages.
# But since we don't want to query (or cache) to see if
# the page already exists, we'll just add an HTML
# non-breaking-space entity if the page is truly empty.
$pagedata = " "
if(0 == length $pagedata);
 
++$pagesedited;
Cookies help us deliver our services. By using our services, you agree to our use of cookies.