MarkAHershberger has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/384788 )
Change subject: Replace FooBar with WhoIsWatching
......................................................................
Replace FooBar with WhoIsWatching
Missed these in I3b80e90fc3df42af6112673d0d68ca9bc888363d
Change-Id: Ie5321c89f7bb7bd88002cc321d4b3884f543aae9
---
M WhoIsWatching.php
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
MarkAHershberger: Verified; Looks good to me, approved
diff --git a/WhoIsWatching.php b/WhoIsWatching.php
index 770cf00..1eedc70 100644
--- a/WhoIsWatching.php
+++ b/WhoIsWatching.php
@@ -5,11 +5,11 @@
$wgMessagesDirs['WhoIsWatching'] = __DIR__ . '/i18n';
$wgExtensionMessagesFiles['WhoIsWatchingAlias'] = __DIR__ .
'/src/i18n/Alias.php';
wfWarn(
- 'Deprecated PHP entry point used for the FooBar extension. ' .
+ 'Deprecated PHP entry point used for the WhoIsWatching
extension. ' .
'Please use wfLoadExtension instead, ' .
'see https://www.mediawiki.org/wiki/Extension_registration for
more details.'
);
return;
} else {
- die( 'This version of the FooBar extension requires MediaWiki 1.25+' );
+ die( 'This version of the WhoIsWatching extension requires MediaWiki
1.25+' );
}
\ No newline at end of file
--
To view, visit https://gerrit.wikimedia.org/r/384788
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie5321c89f7bb7bd88002cc321d4b3884f543aae9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WhoIsWatching
Gerrit-Branch: master
Gerrit-Owner: MarkAHershberger <[email protected]>
Gerrit-Reviewer: MarkAHershberger <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits