Skip to content

Commit

Permalink
Remove unneeded lines
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentIsai authored Oct 10, 2024
1 parent ba48003 commit b9a9049
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions UnknownWiki.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

if ( defined( 'MEDIAWIKI_JOB_RUNNER' ) {
// If job is ran through the UI then don't show a missing wiki error.
return;
}

if ( MW_ENTRY_POINT !== 'cli' ) {
require_once __DIR__ . '/getTranslations.php';

Expand Down

0 comments on commit b9a9049

Please sign in to comment.