dsifford/academic-bloggers-toolkit

View on GitHub

Showing 1,811 of 1,811 total issues

Spaces must be used to indent lines; tabs are not allowed
Open

    if ( ! current_user_can( 'manage_options' ) ) {
Severity: Minor
Found in src/php/options.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

            esc_html__(
Severity: Minor
Found in src/php/options.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

                'academic-bloggers-toolkit'
Severity: Minor
Found in src/php/options.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    }
Severity: Minor
Found in src/php/options.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    }
Severity: Minor
Found in src/php/frontend.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        __( "Academic Blogger's Toolkit Options", 'academic-bloggers-toolkit' ),
Severity: Minor
Found in src/php/options.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        'manage_options',
Severity: Minor
Found in src/php/options.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        'abt-options',
Severity: Minor
Found in src/php/options.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        return;
Severity: Minor
Found in src/php/options.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    $options = get_option( ABT_OPTIONS_KEY );
Severity: Minor
Found in src/php/options.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    if (
Severity: Minor
Found in src/php/options.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

            },
Severity: Minor
Found in src/php/frontend.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    }
Severity: Minor
Found in src/php/frontend.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    $authors = get_users(
Severity: Minor
Found in src/php/frontend.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        ]
Severity: Minor
Found in src/php/frontend.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

            $parsed = $author->first_name . '|' . $author->last_name;
Severity: Minor
Found in src/php/frontend.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        __( "Academic Blogger's Toolkit", 'academic-bloggers-toolkit' ),
Severity: Minor
Found in src/php/options.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    wp_enqueue_style( 'abt-options-page' );
Severity: Minor
Found in src/php/options.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        return;
Severity: Minor
Found in src/php/frontend.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    if ( ! $post || ! is_singular() ) {
Severity: Minor
Found in src/php/frontend.php by phpcodesniffer
Severity
Category
Status
Source
Language