mirror of
https://github.com/kennethreitz-archive/wordpress-skeleton.git
synced 2026-06-21 16:10:57 +00:00
13 lines
954 B
PHP
Executable File
13 lines
954 B
PHP
Executable File
<?php $title = __('Logging', 'wpomatic') ?>
|
|
<h2><?php _e('Logging', 'wpomatic') ?></h2>
|
|
|
|
<h3><?php _e('Basics', 'wpomatic') ?></h3>
|
|
<p><?php _e('Logging is an essential tool for testing and debugging WP-o-Matic. It enabled administrators to know precisely when feeds are being fetched, what errors might arise, to act on them.</p><p>If you think something might be wrong with one of your campaigns, it\'s generally a wise idea to enable logging for a while.', 'wpomatic') ?></p>
|
|
|
|
<h3><?php _e('How to enable it', 'wpomatic') ?></h3>
|
|
<a href="#" class="link_top">↑ <?php _e('top', 'wpomatic') ?></a>
|
|
<p><?php _e('Go to <strong>Options</strong> and check the option <strong>Enable logging</strong>', 'wpomatic') ?></p>
|
|
|
|
<h3><?php _e('Dashboard logging', 'wpomatic') ?></h3>
|
|
<a href="#" class="link_top">↑ <?php _e('top', 'wpomatic') ?></a>
|
|
<p><?php _e('The latest log entries are displayed in the dashboard, if it\'s enabled.', 'wpomatic') ?></p>
|