|
@@ 157-160 (lines=4) @@
|
| 154 |
|
$log['plugins_failed'] = $this->failed['plugin']; |
| 155 |
|
} |
| 156 |
|
|
| 157 |
|
if ( ! empty( $this->success['theme'] ) ) { |
| 158 |
|
$instance->stat( 'autoupdates/theme-success', count( $this->success['theme'] ) ); |
| 159 |
|
$log['themes_success'] = $this->success['theme']; |
| 160 |
|
} |
| 161 |
|
|
| 162 |
|
if ( ! empty( $this->failed['theme'] ) ) { |
| 163 |
|
$instance->stat( 'autoupdates/theme-fail', count( $this->failed['theme'] ) ); |
|
@@ 162-165 (lines=4) @@
|
| 159 |
|
$log['themes_success'] = $this->success['theme']; |
| 160 |
|
} |
| 161 |
|
|
| 162 |
|
if ( ! empty( $this->failed['theme'] ) ) { |
| 163 |
|
$instance->stat( 'autoupdates/theme-fail', count( $this->failed['theme'] ) ); |
| 164 |
|
$log['themes_failed'] = $this->failed['theme']; |
| 165 |
|
} |
| 166 |
|
|
| 167 |
|
$instance->do_stats( 'server_side' ); |
| 168 |
|
|