Showing 1,262 of 1,262 total issues
A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. Open
Open
$msg[] = sprintf( __( 'wp_upload_bits failed, error: "<strong>%s</strong>','read-offline' ), $error );
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
return $post_id; }
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
return add_action( 'admin_notices', function() use ( $directory ) {
- Exclude checks
Expected 1 space after comma in function call; 10 found Open
Open
add_action( 'parse_request', array( $this, 'parse_request' ) );
- Exclude checks
Equals sign not aligned correctly; expected 1 space but found 2 spaces Open
Open
$code = $_REQUEST['read-offline-code'];
- Exclude checks
Space found before comma in function call Open
Open
header( 'Content-Type: ' . $mime_type , false );
- Exclude checks
Equals sign not aligned with surrounding assignments; expected 6 spaces but found 1 space Open
Open
$post = get_page( $post_id );
- Exclude checks
Found precision alignment of 2 spaces. Open
Open
'theme_style' => __( 'The site theme style', 'read-offline' ),
- Exclude checks
Array double arrow not aligned correctly; expected 3 space(s) between "'field_id'" and double arrow, but found 9. Open
Open
'field_id' => 'css',
- Exclude checks
Space after opening control structure is required Open
Open
if( (bool) self::$options['what']['formats']['mobi'] ) {
- Exclude checks
Expected 1 space before ":"; 2 found Open
Open
( $refresh ) ? '&read-offline-code=' . $code : ''
- Exclude checks
Array double arrow not aligned correctly; expected 6 space(s) between "'label'" and double arrow, but found 12. Open
Open
'label' => array(
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
6, // [] bmp
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
);
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
'help' => __( 'Help text', 'read-offline' ),
- Exclude checks
There must be no space before the colon in a CASE statement Open
Open
case 6 :
- Exclude checks
Found precision alignment of 1 spaces. Open
Open
),
- Exclude checks
No space before opening parenthesis is prohibited Open
Open
if( (bool) self::$options['what']['formats']['mobi'] ) {
- Exclude checks
Equals sign not aligned with surrounding assignments; expected 5 spaces but found 1 space Open
Open
$attachments = new WP_Query( array(
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$msg[] = '<div class="error"><p>';
- Exclude checks