|
@@ 174-179 (lines=6) @@
|
| 171 |
|
echo ' |
| 172 |
|
<h3>', esc_html__( 'Custom Events', 'zt-debug-bar-cron' ), '</h3>'; |
| 173 |
|
|
| 174 |
|
if ( ! is_null( $this->_user_crons ) ) { |
| 175 |
|
$this->display_events( $this->_user_crons ); |
| 176 |
|
} else { |
| 177 |
|
echo ' |
| 178 |
|
<p>', esc_html__( 'No Custom Events scheduled.', 'zt-debug-bar-cron' ), '</p>'; |
| 179 |
|
} |
| 180 |
|
|
| 181 |
|
echo ' |
| 182 |
|
<h3>', esc_html__( 'Core Events', 'zt-debug-bar-cron' ), '</h3>'; |
|
@@ 184-189 (lines=6) @@
|
| 181 |
|
echo ' |
| 182 |
|
<h3>', esc_html__( 'Core Events', 'zt-debug-bar-cron' ), '</h3>'; |
| 183 |
|
|
| 184 |
|
if ( ! is_null( $this->_core_crons ) ) { |
| 185 |
|
$this->display_events( $this->_core_crons ); |
| 186 |
|
} else { |
| 187 |
|
echo ' |
| 188 |
|
<p>', esc_html__( 'No Core Events scheduled.', 'zt-debug-bar-cron' ), '</p>'; |
| 189 |
|
} |
| 190 |
|
|
| 191 |
|
echo ' |
| 192 |
|
</div>'; |