Skip to content

Commit

Permalink
Update settings-debug.tpl.php (#737)
Browse files Browse the repository at this point in the history
Corrected debug log directory path name
  • Loading branch information
AsFLY-902 committed Sep 5, 2024
1 parent 747199b commit 925a190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpl/toolbox/settings-debug.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<?php echo __('Outputs to WordPress debug log.', 'litespeed-cache'); ?>
<?php echo __('To prevent filling up the disk, this setting should be OFF when everything is working.', 'litespeed-cache'); ?>
<?php echo __('The Admin IP option will only output log messages on requests from admin IPs.', 'litespeed-cache'); ?>
<?php echo sprintf(__('The logs will be output to %s.', 'litespeed-cache'), '<code>wp-content/debug.log</code>'); ?>
<?php echo sprintf(__('The logs will be output to %s.', 'litespeed-cache'), '<code>wp-content/litespeed/debug/</code>'); ?>
</div>
</td>
</tr>
Expand Down

0 comments on commit 925a190

Please sign in to comment.