Showing 178 of 178 total issues
Tabs must be used to indent lines; spaces are not allowed Open
Open
case 3:
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$span_array = array( 8,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
Array double arrow not aligned correctly; expected 4 space(s) between "'post_status'" and double arrow, but found 7. Open
Open
'post_status' => 'inherit',
- Exclude checks
Spaces must be used for mid-line alignment; tabs are not allowed Open
Open
$captiontag = tag_escape( $captiontag );
- Exclude checks
Spaces must be used for mid-line alignment; tabs are not allowed Open
Open
'orderby' => 'menu_order ID',
- Exclude checks
Expected 1 space between comma and "6"; 0 found Open
Open
$span_array = array( 6,6 );
- Exclude checks
Spaces must be used for mid-line alignment; tabs are not allowed Open
Open
'post_status' => 'inherit',
- Exclude checks
Array double arrow not aligned correctly; expected 6 space(s) between "'order'" and double arrow, but found 9. Open
Open
'order' => 'ASC',
- Exclude checks
Expected 1 space between comma and "4"; 0 found Open
Open
$span_array = array( 6,6,4,4,4 );
- 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
Array double arrow not aligned correctly; expected 4 space(s) between "'icontag'" and double arrow, but found 7. Open
Open
'icontag' => 'div',
- Exclude checks
Spaces must be used for mid-line alignment; tabs are not allowed Open
Open
'captiontag' => 'figcaption',
- 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
Spaces must be used for mid-line alignment; tabs are not allowed Open
Open
'post_status' => 'inherit',
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
/* Two half width images. */
- Exclude checks
Spaces must be used for mid-line alignment; tabs are not allowed Open
Open
'order' => $order,
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
/* One full width image with three 1/3 width images underneath. */
- 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
Array double arrow not aligned correctly; expected 4 space(s) between "'post_status'" and double arrow, but found 7. Open
Open
'post_status' => 'inherit',
- Exclude checks