felixarntz/global-admin

View on GitHub
wp-global-admin/wp-admin/global/index.php

Summary

Maintainability
A
0 mins
Test Coverage

TODO found
Open

//TODO: later

TODO found
Open

//TODO: investigate what of the following information makes sense here

No space found before comment text; expected "// $overview .= '<li>' . __( 'Update your network', 'wp-global-admin' ) . '</li>';" but found "//$overview .= '<li>' . __( 'Update your network', 'wp-global-admin' ) . '</li>';"
Open

//$overview .= '<li>' . __( 'Update your network', 'wp-global-admin' ) . '</li>';

Each array item in a multi-line array declaration must end in a comma
Open

    'content' => $overview

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
Open

    wp_die( __( 'Multinetwork support is not enabled.', 'wp-global-admin' ) );

No space found before comment text; expected "// TODO: later" but found "//TODO: later"
Open

//TODO: later

Inline comments must end in full-stops, exclamation marks, or question marks
Open

//TODO: investigate what of the following information makes sense here

Each array item in a multi-line array declaration must end in a comma
Open

    'content' => $quick_tasks

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
Open

    wp_die( __( 'You do not have permission to access this page.' ), 403 );

Expected 1 spaces after opening bracket; 0 found
Open

    '<p>' . __('<a href="https://github.com/felixarntz/wp-global-admin/wiki/Global-Admin" target="_blank">Documentation on the Global Admin</a>', 'wp-global-admin' ) . '</p>'

Inline comments must end in full-stops, exclamation marks, or question marks
Open

//$overview .= '<li>' . __( 'Update your network', 'wp-global-admin' ) . '</li>';

No space found before comment text; expected "// $overview .= '<li>' . __( 'Install and activate themes or plugins', 'wp-global-admin' ) . '</li>';" but found "//$overview .= '<li>' . __( 'Install and activate themes or plugins', 'wp-global-admin' ) . '</li>';"
Open

//$overview .= '<li>' . __( 'Install and activate themes or plugins', 'wp-global-admin' ) . '</li>';

No space found before comment text; expected "// TODO: investigate what of the following information makes sense here" but found "//TODO: investigate what of the following information makes sense here"
Open

//TODO: investigate what of the following information makes sense here

There are no issues that match your filters.

Category
Status