Skip to content

Commit

Permalink
Tweak clear PHP OPcache wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jessuppi authored Mar 29, 2019
1 parent 964cb4b commit 922952b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/views/opcache.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ protected function display($args) { extract($args); ?>
<td class="section"><label><h4>PHP OPcache</h4></label></td>
<?php if (!$loaded) : ?><td>The PHP OPcache extension is not installed.</td>
<?php elseif (!$enabled) : ?><td>The PHP OPcache extension is not enabled.</td>
<?php else : ?><td id="clrchs-action-opcache" class="clrchs-action"><input type="button" class="button button-primary clrchs-purge-button clrchs-purge-request" value="Purge Now!" /></td><?php endif; ?>
<?php else : ?><td id="clrchs-action-opcache" class="clrchs-action"><input type="button" class="button button-primary clrchs-purge-button clrchs-purge-request" value="Clear PHP OPcache" /></td><?php endif; ?>
</tr>

<?php }



}
}

0 comments on commit 922952b

Please sign in to comment.