Showing 178 of 178 total issues
Expected 1 space between comma and "4"; 0 found Open
Open
$span_array = array( 12,4,4,4 );
- Exclude checks
Array double arrow not aligned correctly; expected 1 space(s) between "'post_mime_type'" and double arrow, but found 4. Open
Open
'post_mime_type' => 'image',
- Exclude checks
Expected 1 space between comma and "6"; 0 found Open
Open
$span_array = array( 12,6,6,4 );
- Exclude checks
Expected 1 space between comma and "6"; 0 found Open
Open
$span_array = array( 6,6,4,4,4 );
- Exclude checks
Expected 1 space between comma and "4"; 0 found Open
Open
$span_array = array( 6,6,4,4,4 );
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
/* One full width image with two 1/2 width images underneath. All remaining images 1/3 width underneath. */
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$span_array = array( 12,6,6,4 );
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
break;
- Exclude checks
extract() usage is highly discouraged, due to the complexity and unintended issues it might cause. Open
Open
extract( shortcode_atts( array(
- Exclude checks
Array double arrow not aligned correctly; expected 1 space(s) between "'captiontag'" and double arrow, but found 4. Open
Open
'captiontag' => 'figcaption',
- Exclude checks
Spaces must be used for mid-line alignment; tabs are not allowed Open
Open
'post_type' => 'attachment',
- Exclude checks
Array double arrow not aligned correctly; expected 4 space(s) between "'post_parent'" and double arrow, but found 7. Open
Open
'post_parent' => $id,
- Exclude checks
Spaces must be used for mid-line alignment; tabs are not allowed Open
Open
'post_type' => 'attachment',
- Exclude checks
Spaces must be used for mid-line alignment; tabs are not allowed Open
Open
$columns = intval( min( array( 8, $columns ) ) );
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$span_array = array( 6,6 );
- Exclude checks
Expected 1 space between comma and "4"; 0 found Open
Open
$span_array = array( 12,4,4,4 );
- Exclude checks
Spaces must be used for mid-line alignment; tabs are not allowed Open
Open
'orderby' => $orderby,
- Exclude checks
Array double arrow not aligned correctly; expected 8 space(s) between "'orderby'" and double arrow, but found 11. Open
Open
'orderby' => $orderby,
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$span_array = array( 12,4,4,4 );
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
case 5:
- Exclude checks