Showing 178 of 178 total issues
Tabs must be used to indent lines; spaces are not allowed Open
Open
break;
- Exclude checks
Array double arrow not aligned correctly; expected 4 space(s) between "'orderby'" and double arrow, but found 7. Open
Open
'orderby' => 'menu_order ID',
- Exclude checks
Array double arrow not aligned correctly; expected 9 space(s) between "'id'" and double arrow, but found 12. Open
Open
'id' => $post->ID,
- Exclude checks
Spaces must be used for mid-line alignment; tabs are not allowed Open
Open
'post_status' => 'inherit',
- Exclude checks
Expected 1 space between comma and "4"; 0 found Open
Open
$span_array = array( 12,4,4,4 );
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$span_array = array( 6,6,4,4,4 );
- Exclude checks
Spaces must be used for mid-line alignment; tabs are not allowed Open
Open
'itemtag' => 'figure',
- Exclude checks
Array double arrow not aligned correctly; expected 8 space(s) between "'include'" and double arrow, but found 11. Open
Open
'include' => $include,
- Exclude checks
Array double arrow not aligned correctly; expected 6 space(s) between "'post_type'" and double arrow, but found 9. Open
Open
'post_type' => 'attachment',
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
/* One 2/3 width image with two 1/3 width images to the right, and three 1/3 width images underneath. */
- Exclude checks
Spaces must be used for mid-line alignment; tabs are not allowed Open
Open
'id' => $post->ID,
- Exclude checks
Spaces must be used for mid-line alignment; tabs are not allowed Open
Open
$itemtag = tag_escape( $itemtag );
- Exclude checks
Array double arrow not aligned correctly; expected 4 space(s) between "'columns'" and double arrow, but found 7. Open
Open
'columns' => 3,
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
break;
- Exclude checks
Spaces must be used for mid-line alignment; tabs are not allowed Open
Open
'include' => $include,
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
case 2:
- Exclude checks
Spaces must be used for mid-line alignment; tabs are not allowed Open
Open
'post_mime_type' => 'image',
- Exclude checks
Expected 1 space between comma and "4"; 0 found Open
Open
$span_array = array( 8,4,4 );
- Exclude checks
Array double arrow not aligned correctly; expected 8 space(s) between "'exclude'" and double arrow, but found 11. Open
Open
'exclude' => $exclude,
- Exclude checks
Expected 1 space between comma and "6"; 0 found Open
Open
$span_array = array( 12,6,6,4 );
- Exclude checks