mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-06 11:10:43 +08:00
Merge pull request #89 from mainwp/bogdan01-cf-autofix
Apply fixes from CodeFactor
This commit is contained in:
commit
103c6080cb
1 changed files with 14 additions and 15 deletions
|
@ -9,7 +9,6 @@
|
||||||
*
|
*
|
||||||
* The code is used for the MainWP Wordfence Extension
|
* The code is used for the MainWP Wordfence Extension
|
||||||
* Extension URL: https://mainwp.com/extension/wordfence/
|
* Extension URL: https://mainwp.com/extension/wordfence/
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class MainWP_Child_Wordfence {
|
class MainWP_Child_Wordfence {
|
||||||
|
@ -2403,7 +2402,7 @@ class MainWP_Child_Wordfence {
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<?php else : ?>
|
<?php else : ?>
|
||||||
<div class="wf-block <?php echo ( wfPersistenceController::shared()->isActive( $key ) ? ' wf-active' : '' ) . ( $hasFailingTest ? ' wf-diagnostic-fail' : '' ) ?>" data-persistence-key="<?php echo esc_attr( $key ); ?>">
|
<div class="wf-block <?php echo ( wfPersistenceController::shared()->isActive( $key ) ? ' wf-active' : '' ) . ( $hasFailingTest ? ' wf-diagnostic-fail' : '' ); ?>" data-persistence-key="<?php echo esc_attr( $key ); ?>">
|
||||||
<div class="wf-block-header">
|
<div class="wf-block-header">
|
||||||
<div class="wf-block-header-content">
|
<div class="wf-block-header-content">
|
||||||
<div class="wf-block-title">
|
<div class="wf-block-title">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue