dsifford/academic-bloggers-toolkit

View on GitHub
src/php/views/options-page.php

Summary

Maintainability
A
0 mins
Test Coverage

Expected 0 spaces before closing bracket; 1 found
Open

                                    <?php if ( extension_loaded( 'dom' ) ) : ?>

Expected 0 spaces before closing bracket; 1 found
Open

                                    <?php if ( version_compare( PHP_VERSION, '7.2', '<' ) ) : ?>

Expected 0 spaces before closing bracket; 1 found
Open

                                    <?php if ( ! extension_loaded( 'dom' ) ) : ?>

Expected 0 spaces before closing bracket; 1 found
Open

                                    <?php if ( ! extension_loaded( 'libxml' ) ) : ?>

Expected 0 spaces before closing bracket; 1 found
Open

                                    <?php if ( extension_loaded( 'libxml' ) ) : ?>

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

                        <h2><?php esc_html_e( 'Please send your feedback!', 'academic-bloggers-toolkit' ); ?></h2>

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

                                    'https://github.com/dsifford/academic-bloggers-toolkit'

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

                    <?php /* Plugin Requirements {{{ */ ?>

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

                                            <?php

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

                                            ?>

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

        <span><?php esc_html_e( "Academic Blogger's Toolkit Options", 'academic-bloggers-toolkit' ); ?></span>

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

                            <table class="widefat">

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

                                    </th>

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

                                    <?php else : ?>

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

                                                    'code' => [],

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

                                        ?>

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

                                            <a href="http://php.net/manual/en/intro.dom.php"><?php esc_html_e( 'Click here for installation instructions', 'academic-bloggers-toolkit' ); ?></a>

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

            target="_blank"

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

            rel="noopener noreferrer"

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

                            echo wp_kses(

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

        <a

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

                                    __( 'If you experience a bug or would like to request a new feature, please visit the <a href="%s">GitHub Repository</a> and submit an issue.', 'academic-bloggers-toolkit' ),

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

                    <?php /* Feedback Box {{{ */ ?>

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

                                                    __( 'PHP version should be at least %s', 'academic-bloggers-toolkit' ),

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

                            )

Line exceeds 120 characters; contains 123 characters
Open

                                        <strong><?php esc_html_e( 'PHP Version', 'academic-bloggers-toolkit' ); ?></strong>

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

                                    <?php if ( version_compare( PHP_VERSION, '7.2', '<' ) ) : ?>

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

                                                    __( 'PHP %s Extension', 'academic-bloggers-toolkit' ),

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

                                    <?php if ( ! extension_loaded( 'dom' ) ) : ?>

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

                                                    /* translators: %s: dom */

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

                                                    '<code>dom</code>'

Line exceeds 120 characters; contains 192 characters
Open

                                            <a href="http://php.net/manual/en/intro.dom.php"><?php esc_html_e( 'Click here for installation instructions', 'academic-bloggers-toolkit' ); ?></a>

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

                    <div class="postbox">

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

                                    <?php endif; ?>

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

                        <?php

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

                                                    '7.2'

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

                                            ?>

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

            href="https://donorbox.org/academic-bloggers-toolkit"

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

    <div id="poststuff">

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

            <div id="post-body-content">

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

                        <div class="inside">

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

                                                sprintf(

Line exceeds 120 characters; contains 128 characters
Open

                                                esc_html_e( 'PHP version should be at least 7.2', 'academic-bloggers-toolkit' );

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

                                <tr class="alternate">

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

                                                    /* translators: %s: dom */

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

                                            echo wp_kses(

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

            class="button-primary"

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

                                        'href' => [],

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

                            ?>

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

                                    </th>

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

                                    <td>

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

                                                ]

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

                <div class="meta-box-sortables ui-sortable">

Line exceeds 120 characters; contains 210 characters
Open

                                    __( 'If you experience a bug or would like to request a new feature, please visit the <a href="%s">GitHub Repository</a> and submit an issue.', 'academic-bloggers-toolkit' ),

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

                        <div class="inside">

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

                                        <?php echo esc_html( PHP_VERSION ); ?>

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

                                    </td>

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

                                            echo wp_kses(

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

                                                sprintf(

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

                                    </td>

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

                                        <?php

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

                                                ),

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

                                        </p>

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

                                        <p>

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

                                                );

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

                                </tr>

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

                                    <?php endif; ?>

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

                                        <p>

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

                                                sprintf(

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

                                                ]

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

                    <div class="postbox"> <h2><?php esc_html_e( 'Plugin Requirements Check', 'academic-bloggers-toolkit' ); ?></h2>

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

                                    <td>

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

                                                    /* translators: %s: version number */

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

                                                esc_html_e( 'PHP version should be at least 7.2', 'academic-bloggers-toolkit' );

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

    <h1 class="options-page__title">

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

        >&hearts; Donate</a>

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

                                [

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

                                    'a' => [

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

                                ]

Line exceeds 120 characters; contains 148 characters
Open

                                                    __( 'The %s PHP extension is required for some plugin features.', 'academic-bloggers-toolkit' ),

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

                                </tr>

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

                                    /* translators: %s: github url */

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

                                ),

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

                    </div>

Line exceeds 120 characters; contains 131 characters
Open

                    <div class="postbox"> <h2><?php esc_html_e( 'Plugin Requirements Check', 'academic-bloggers-toolkit' ); ?></h2>

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

                                    <th>

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

                                        <strong style="color: red;">

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

                                        <strong>

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

                                        </strong>

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

                                <tr>

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

        <div id="post-body" class="metabox-holder">

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

                                    <?php endif; ?>

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

                                                    '<code>dom</code>'

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

                                                [

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

                                                    __( 'The %s PHP extension is required for some plugin features.', 'academic-bloggers-toolkit' ),

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

                                            );

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

                                        </p>

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

                                        <strong>

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

    </h1>

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

                                    ],

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

                    <?php /* }}} */ ?>

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

                        </div>

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

                                <tr>

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

                                        <strong><?php esc_html_e( 'PHP Version', 'academic-bloggers-toolkit' ); ?></strong>

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

                                    </td>

Line exceeds 120 characters; contains 123 characters
Open

                                                    __( 'PHP version should be at least %s', 'academic-bloggers-toolkit' ),

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

                                            );

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

                                        <?php

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

                                        <strong style="color: red;"><?php esc_html_e( 'Disabled', 'academic-bloggers-toolkit' ); ?></strong>

Line exceeds 120 characters; contains 140 characters
Open

                                        <strong style="color: red;"><?php esc_html_e( 'Disabled', 'academic-bloggers-toolkit' ); ?></strong>

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

                                    <td>

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

                                                [

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

                                sprintf(

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

                                        </strong>

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

                                    <th>

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

                                                ),

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

                                                    'code' => [],

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

                                    <td>

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

                                    <?php if ( extension_loaded( 'dom' ) ) : ?>

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

                                        <?php esc_html_e( 'Enabled', 'academic-bloggers-toolkit' ); ?>

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

                                    </td>

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

                                    <th>

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

                                        <?php

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

                                                    'code' => [],

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

                                    </th>

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

                                        <strong style="color: red;"><?php esc_html_e( 'Disabled', 'academic-bloggers-toolkit' ); ?></strong>

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

                                    <td>

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

                                </tr>

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

                                    );

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

                        </div>

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

                    <?php /* }}} */ ?>

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

                    <?php /* }}} */ ?>

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

                                        data-pen-title="Tooltips"

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

                                        </strong>

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

                                                    '<code>libxml</code>'

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

                                    <?php endif; ?>

Line exceeds 120 characters; contains 132 characters
Open

                                        <strong><?php esc_html_e( 'Recommended Browsers', 'academic-bloggers-toolkit' ); ?></strong>

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

                                            '<code>LimitRequestBody</code>',

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

                        </div>

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

                                                    /* translators: %s: libxml */

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

                                                    __( 'PHP %s Extension', 'academic-bloggers-toolkit' ),

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

                                                [

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

                                        </p>

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

                                            <a href="http://php.net/manual/en/intro.libxml.php"><?php esc_html_e( 'Click here for installation instructions', 'academic-bloggers-toolkit' ); ?></a>

Line exceeds 120 characters; contains 140 characters
Open

                                        <strong style="color: red;"><?php esc_html_e( 'Disabled', 'academic-bloggers-toolkit' ); ?></strong>

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

                                    <?php if ( ! extension_loaded( 'libxml' ) ) : ?>

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

                            <div class="how-to__container">

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

                                    </th>

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

                                            __( 'Note: Be sure that your server does not have %1$s or %2$s configured in your php.ini file or .htaccess file. Both can cause issues.', 'academic-bloggers-toolkit' ),

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

                        <h2><?php esc_html_e( 'How do I', 'academic-bloggers-toolkit' ); ?>...</h2>

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

                                                sprintf(

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

                                    <?php endif; ?>

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

                                    </td>

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

                                        ]

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

                        <div class="postbox">

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

                                        <?php

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

                            <div id="style-form-root" class="inside"></div>

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

                                        data-height="300"

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

                                        data-theme-id="dark"

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

                                        data-embed-version="2"

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

                    <?php /* Default Citation Style {{{ */ ?>

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

                    <form method="post">

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

                        <?php wp_nonce_field( ABT_ACTIONS['SET_CITATION_STYLE'], ABT_NONCE ); ?>

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

                        <div class="abt-submit-row">

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

                            <input

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

                                                [

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

                                        </p>

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

                                        <strong><?php esc_html_e( 'Recommended Browsers', 'academic-bloggers-toolkit' ); ?></strong>

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

                                type="submit"

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

                        <div class="inside">

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

                                <div class="how-to__item">

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

                                    <td>

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

                                        [

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

                                    ?>

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

                                aria-label="Update citation options"

Line exceeds 120 characters; contains 135 characters
Open

                                    <h3><?php esc_html_e( 'Make my tooltips a different color?', 'academic-bloggers-toolkit' ); ?></h3>

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

                                        data-preview="true"

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

                                        class="codepen"

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

                                    ></p>

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

                                        <?php esc_html_e( 'Enabled', 'academic-bloggers-toolkit' ); ?>

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

                                                sprintf(

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

                                                    '<code>libxml</code>'

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

                                    <th>

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

                                            );

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

                            <p>

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

                                    <?php if ( extension_loaded( 'libxml' ) ) : ?>

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

                                            'code' => [],

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

                                                    /* translators: %s: libxml */

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

                    </div>

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

                                                    __( 'The %s PHP extension is required for some plugin features.', 'academic-bloggers-toolkit' ),

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

                    <?php /* How to... {{{ */ ?>

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

                                                    'code' => [],

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

                                        data-default-tab="css,result"

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

                                            );

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

                                        ?>

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

                                class="button-primary"

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

                    <div class="postbox">

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

                                <div class="how-to__item">

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

                                            echo wp_kses(

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

                                                ]

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

                                        <p>

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

                                <tr class="alternate">

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

                                        <?php esc_html_e( 'Google Chrome, Mozilla Firefox, Apple Safari, or Microsoft Edge.', 'academic-bloggers-toolkit' ); ?>

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

                                value="<?php esc_attr_e( 'Update', 'academic-bloggers-toolkit' ); ?>"

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

                    </form>

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

                                        data-user="dsifford"

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

                                </div>

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

                                            ?>

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

                                    </td>

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

                                    echo wp_kses(

Line exceeds 120 characters; contains 213 characters
Open

                                            __( 'Note: Be sure that your server does not have %1$s or %2$s configured in your php.ini file or .htaccess file. Both can cause issues.', 'academic-bloggers-toolkit' ),

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

                            </p>

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

                            />

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

                                    <h3><?php esc_html_e( 'Make my tooltips a different color?', 'academic-bloggers-toolkit' ); ?></h3>

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

                                            echo wp_kses(

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

                                                ]

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

                            </table>

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

                                        sprintf(

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

                            <h2><?php esc_html_e( 'Default Citation Style', 'academic-bloggers-toolkit' ); ?></h2>

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

                                    <p

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

                                        data-slug-hash="pboYoZ"

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

                                        <p>

Line exceeds 120 characters; contains 148 characters
Open

                                                    __( 'The %s PHP extension is required for some plugin features.', 'academic-bloggers-toolkit' ),

Line exceeds 120 characters; contains 159 characters
Open

                                        <?php esc_html_e( 'Google Chrome, Mozilla Firefox, Apple Safari, or Microsoft Edge.', 'academic-bloggers-toolkit' ); ?>

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

                        </div>

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

                                    <?php else : ?>

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

                                                ),

Line exceeds 120 characters; contains 195 characters
Open

                                            <a href="http://php.net/manual/en/intro.libxml.php"><?php esc_html_e( 'Click here for installation instructions', 'academic-bloggers-toolkit' ); ?></a>

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

                                                ),

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

                                </tr>

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

                                <?php

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

                                    <td colspan="2">

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

                                        ),

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

                                    </td>

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

                                            /* translators: 1: LimitRequestBody, 2: SubstituteMaxLineLength */

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

                                            '<code>SubstituteMaxLineLength</code>'

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

                                    <h3><?php esc_html_e( 'Apply style to the bibliography list?', 'academic-bloggers-toolkit' ); ?></h3>

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

                                    <p

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

                                        data-slug-hash="JKjzGj"

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

                                        data-slug-hash="xErGdq"

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

                                        data-pen-title="Inline Citations"

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

                    <?php /* }}} */ ?>

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

                                        class="codepen"

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

                                        data-height="300"

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

                                </div>

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

                    </div>

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

        </div>

Line exceeds 120 characters; contains 137 characters
Open

                                    <h3><?php esc_html_e( 'Apply style to the bibliography list?', 'academic-bloggers-toolkit' ); ?></h3>

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

                                    ></p>

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

                                </div>

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

                                    <p

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

            </div>

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

    </div>

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

                                        data-embed-version="2"

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

                                        data-default-tab="css,result"

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

                                    ></p>

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

                                <div class="how-to__item">

Line exceeds 120 characters; contains 135 characters
Open

                                    <h3><?php esc_html_e( 'Apply style to the inline citations', 'academic-bloggers-toolkit' ); ?></h3>

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

                                        data-pen-title="Bibliography"

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

                                        data-user="dsifford"

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

                                        data-preview="true"

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

                </div>

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

                                        data-theme-id="dark"

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

                                        class="codepen"

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

                                        data-default-tab="css,result"

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

                                        data-user="dsifford"

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

                                    <h3><?php esc_html_e( 'Apply style to the inline citations', 'academic-bloggers-toolkit' ); ?></h3>

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

                                        data-height="300"

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

                                        data-theme-id="dark"

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

                            </div>

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

                                        data-embed-version="2"

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

                                        data-preview="true"

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

                        </div>

Expected 0 spaces before closing bracket; 1 found
Open

                                        <strong style="color: red;"><?php esc_html_e( 'Disabled', 'academic-bloggers-toolkit' ); ?></strong>

Space after opening parenthesis of function call prohibited
Open

                                    <?php if ( extension_loaded( 'dom' ) ) : ?>

Space after opening parenthesis of function call prohibited
Open

                                    __( 'If you experience a bug or would like to request a new feature, please visit the <a href="%s">GitHub Repository</a> and submit an issue.', 'academic-bloggers-toolkit' ),

Space after opening parenthesis of function call prohibited
Open

                                        <strong style="color: red;"><?php esc_html_e( 'Disabled', 'academic-bloggers-toolkit' ); ?></strong>

Expected 0 spaces before closing bracket; 1 found
Open

                                    <?php if ( extension_loaded( 'dom' ) ) : ?>

Expected 0 spaces after opening bracket; 1 found
Open

                                    <?php if ( version_compare( PHP_VERSION, '7.2', '<' ) ) : ?>

Space after opening parenthesis of function call prohibited
Open

                                                    __( 'PHP %s Extension', 'academic-bloggers-toolkit' ),

Expected 0 spaces before closing bracket; 1 found
Open

defined( 'ABSPATH' ) || exit;

Expected 0 spaces before closing bracket; 1 found
Open

                        <h2><?php esc_html_e( 'Please send your feedback!', 'academic-bloggers-toolkit' ); ?></h2>

Space after opening parenthesis of function call prohibited
Open

                    <div class="postbox"> <h2><?php esc_html_e( 'Plugin Requirements Check', 'academic-bloggers-toolkit' ); ?></h2>

Space after opening parenthesis of function call prohibited
Open

                                                esc_html_e( 'PHP version should be at least 7.2', 'academic-bloggers-toolkit' );

Expected 0 spaces before closing bracket; 1 found
Open

                    <div class="postbox"> <h2><?php esc_html_e( 'Plugin Requirements Check', 'academic-bloggers-toolkit' ); ?></h2>

Expected 0 spaces before closing bracket; 1 found
Open

                                    <?php if ( version_compare( PHP_VERSION, '7.2', '<' ) ) : ?>

Space after opening parenthesis of function call prohibited
Open

                                            <a href="http://php.net/manual/en/intro.dom.php"><?php esc_html_e( 'Click here for installation instructions', 'academic-bloggers-toolkit' ); ?></a>

Space after opening parenthesis of function call prohibited
Open

                                        <strong><?php esc_html_e( 'PHP Version', 'academic-bloggers-toolkit' ); ?></strong>

Expected 0 spaces before closing bracket; 1 found
Open

                                        <strong><?php esc_html_e( 'PHP Version', 'academic-bloggers-toolkit' ); ?></strong>

Expected 0 spaces after opening bracket; 1 found
Open

                                    <?php if ( extension_loaded( 'dom' ) ) : ?>

Space after opening parenthesis of function call prohibited
Open

                                    <?php if ( ! extension_loaded( 'dom' ) ) : ?>

Expected 0 spaces before closing bracket; 1 found
Open

                                            <a href="http://php.net/manual/en/intro.dom.php"><?php esc_html_e( 'Click here for installation instructions', 'academic-bloggers-toolkit' ); ?></a>

Expected 0 spaces before closing bracket; 1 found
Open

                                    <?php if ( ! extension_loaded( 'dom' ) ) : ?>

Space after opening parenthesis of function call prohibited
Open

                        <h2><?php esc_html_e( 'Please send your feedback!', 'academic-bloggers-toolkit' ); ?></h2>

Expected 0 spaces after opening bracket; 1 found
Open

                                    <?php if ( ! extension_loaded( 'dom' ) ) : ?>

Expected 0 spaces before closing bracket; 1 found
Open

                                                    __( 'PHP %s Extension', 'academic-bloggers-toolkit' ),

Space after opening parenthesis of function call prohibited
Open

                                                    __( 'The %s PHP extension is required for some plugin features.', 'academic-bloggers-toolkit' ),

Expected 0 spaces before closing bracket; 1 found
Open

                                                    __( 'The %s PHP extension is required for some plugin features.', 'academic-bloggers-toolkit' ),

Expected 0 spaces before closing bracket; 1 found
Open

        <span><?php esc_html_e( "Academic Blogger's Toolkit Options", 'academic-bloggers-toolkit' ); ?></span>

Space after opening parenthesis of function call prohibited
Open

                                                    __( 'PHP version should be at least %s', 'academic-bloggers-toolkit' ),

Space after opening parenthesis of function call prohibited
Open

                                        <?php esc_html_e( 'Enabled', 'academic-bloggers-toolkit' ); ?>

Space after opening parenthesis of function call prohibited
Open

defined( 'ABSPATH' ) || exit;

Space after opening parenthesis of function call prohibited
Open

        <span><?php esc_html_e( "Academic Blogger's Toolkit Options", 'academic-bloggers-toolkit' ); ?></span>

Expected 0 spaces before closing bracket; 1 found
Open

                                        <?php echo esc_html( PHP_VERSION ); ?>

Space after opening parenthesis of function call prohibited
Open

                                        <?php echo esc_html( PHP_VERSION ); ?>

Expected 0 spaces before closing bracket; 1 found
Open

                                                    __( 'PHP version should be at least %s', 'academic-bloggers-toolkit' ),

Expected 0 spaces before closing bracket; 1 found
Open

                                    __( 'If you experience a bug or would like to request a new feature, please visit the <a href="%s">GitHub Repository</a> and submit an issue.', 'academic-bloggers-toolkit' ),

Space after opening parenthesis of function call prohibited
Open

                                    <?php if ( version_compare( PHP_VERSION, '7.2', '<' ) ) : ?>

Expected 0 spaces before closing bracket; 1 found
Open

                                                esc_html_e( 'PHP version should be at least 7.2', 'academic-bloggers-toolkit' );

Expected 0 spaces before closing bracket; 1 found
Open

                                        <?php esc_html_e( 'Enabled', 'academic-bloggers-toolkit' ); ?>

Expected 0 spaces before closing bracket; 1 found
Open

                        <h2><?php esc_html_e( 'How do I', 'academic-bloggers-toolkit' ); ?>...</h2>

Expected 0 spaces before closing bracket; 1 found
Open

                                    <h3><?php esc_html_e( 'Apply style to the bibliography list?', 'academic-bloggers-toolkit' ); ?></h3>

Expected 0 spaces before closing bracket; 1 found
Open

                                                    __( 'PHP %s Extension', 'academic-bloggers-toolkit' ),

Space after opening parenthesis of function call prohibited
Open

                                    <?php if ( ! extension_loaded( 'libxml' ) ) : ?>

Space after opening parenthesis of function call prohibited
Open

                        <?php wp_nonce_field( ABT_ACTIONS['SET_CITATION_STYLE'], ABT_NONCE ); ?>

Expected 0 spaces before closing bracket; 1 found
Open

                                value="<?php esc_attr_e( 'Update', 'academic-bloggers-toolkit' ); ?>"

Expected 0 spaces before closing bracket; 1 found
Open

                                        <strong style="color: red;"><?php esc_html_e( 'Disabled', 'academic-bloggers-toolkit' ); ?></strong>

Space after opening parenthesis of function call prohibited
Open

                                    <?php if ( extension_loaded( 'libxml' ) ) : ?>

Expected 0 spaces before closing bracket; 1 found
Open

                                    <?php if ( ! extension_loaded( 'libxml' ) ) : ?>

Expected 0 spaces before closing bracket; 1 found
Open

                                            <a href="http://php.net/manual/en/intro.libxml.php"><?php esc_html_e( 'Click here for installation instructions', 'academic-bloggers-toolkit' ); ?></a>

Expected 0 spaces before closing bracket; 1 found
Open

                                        <?php esc_html_e( 'Google Chrome, Mozilla Firefox, Apple Safari, or Microsoft Edge.', 'academic-bloggers-toolkit' ); ?>

Expected 0 spaces before closing bracket; 1 found
Open

                                        <?php esc_html_e( 'Enabled', 'academic-bloggers-toolkit' ); ?>

Space after opening parenthesis of function call prohibited
Open

                                                    __( 'The %s PHP extension is required for some plugin features.', 'academic-bloggers-toolkit' ),

Space after opening parenthesis of function call prohibited
Open

                                        <?php esc_html_e( 'Google Chrome, Mozilla Firefox, Apple Safari, or Microsoft Edge.', 'academic-bloggers-toolkit' ); ?>

Expected 0 spaces before closing bracket; 1 found
Open

                                    <?php if ( extension_loaded( 'libxml' ) ) : ?>

Space after opening parenthesis of function call prohibited
Open

                                        <strong style="color: red;"><?php esc_html_e( 'Disabled', 'academic-bloggers-toolkit' ); ?></strong>

Expected 0 spaces before closing bracket; 1 found
Open

                                            __( 'Note: Be sure that your server does not have %1$s or %2$s configured in your php.ini file or .htaccess file. Both can cause issues.', 'academic-bloggers-toolkit' ),

Space after opening parenthesis of function call prohibited
Open

                                                    __( 'PHP %s Extension', 'academic-bloggers-toolkit' ),

Space after opening parenthesis of function call prohibited
Open

                                            <a href="http://php.net/manual/en/intro.libxml.php"><?php esc_html_e( 'Click here for installation instructions', 'academic-bloggers-toolkit' ); ?></a>

Space after opening parenthesis of function call prohibited
Open

                                    <h3><?php esc_html_e( 'Apply style to the bibliography list?', 'academic-bloggers-toolkit' ); ?></h3>

Space after opening parenthesis of function call prohibited
Open

                        <h2><?php esc_html_e( 'How do I', 'academic-bloggers-toolkit' ); ?>...</h2>

Expected 0 spaces before closing bracket; 1 found
Open

                                                    __( 'The %s PHP extension is required for some plugin features.', 'academic-bloggers-toolkit' ),

Expected 0 spaces before closing bracket; 1 found
Open

                            <h2><?php esc_html_e( 'Default Citation Style', 'academic-bloggers-toolkit' ); ?></h2>

Space after opening parenthesis of function call prohibited
Open

                                            __( 'Note: Be sure that your server does not have %1$s or %2$s configured in your php.ini file or .htaccess file. Both can cause issues.', 'academic-bloggers-toolkit' ),

Space after opening parenthesis of function call prohibited
Open

                                    <h3><?php esc_html_e( 'Make my tooltips a different color?', 'academic-bloggers-toolkit' ); ?></h3>

Expected 0 spaces after opening bracket; 1 found
Open

                                    <?php if ( extension_loaded( 'libxml' ) ) : ?>

Expected 0 spaces before closing bracket; 1 found
Open

                                        <strong><?php esc_html_e( 'Recommended Browsers', 'academic-bloggers-toolkit' ); ?></strong>

Space after opening parenthesis of function call prohibited
Open

                            <h2><?php esc_html_e( 'Default Citation Style', 'academic-bloggers-toolkit' ); ?></h2>

Expected 0 spaces after opening bracket; 1 found
Open

                                    <?php if ( ! extension_loaded( 'libxml' ) ) : ?>

Expected 0 spaces before closing bracket; 1 found
Open

                        <?php wp_nonce_field( ABT_ACTIONS['SET_CITATION_STYLE'], ABT_NONCE ); ?>

Space after opening parenthesis of function call prohibited
Open

                                        <?php esc_html_e( 'Enabled', 'academic-bloggers-toolkit' ); ?>

Space after opening parenthesis of function call prohibited
Open

                                        <strong><?php esc_html_e( 'Recommended Browsers', 'academic-bloggers-toolkit' ); ?></strong>

Space after opening parenthesis of function call prohibited
Open

                                value="<?php esc_attr_e( 'Update', 'academic-bloggers-toolkit' ); ?>"

Expected 0 spaces before closing bracket; 1 found
Open

                                    <h3><?php esc_html_e( 'Make my tooltips a different color?', 'academic-bloggers-toolkit' ); ?></h3>

Expected 0 spaces before closing bracket; 1 found
Open

                                    <h3><?php esc_html_e( 'Apply style to the inline citations', 'academic-bloggers-toolkit' ); ?></h3>

Space after opening parenthesis of function call prohibited
Open

                                    <h3><?php esc_html_e( 'Apply style to the inline citations', 'academic-bloggers-toolkit' ); ?></h3>

There are no issues that match your filters.

Category
Status