Showing 178 of 178 total issues
Tabs must be used to indent lines; spaces are not allowed Open
Open
/* One 3/4 width image with two 1/4 width images to the right. */
- Exclude checks
Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space Open
Open
$attachment_link = wp_get_attachment_link( $id, 'full', ! ( isset( $attr['link'] ) and 'file' === $attr['link'] ) );
- Exclude checks
Expected 1 space between comma and "4"; 0 found Open
Open
$span_array = array( 8,4,4 );
- Exclude checks
Spaces must be used for mid-line alignment; tabs are not allowed Open
Open
'exclude' => '',
- 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
'exclude' => $exclude,
- 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
Array double arrow not aligned correctly; expected 10 space(s) between "'order'" and double arrow, but found 13. Open
Open
'order' => $order,
- Exclude checks
Expected 1 space after open parenthesis; 0 found Open
Open
$float = (is_rtl()) ? 'right' : 'left';
- Exclude checks
Expected 1 space between comma and "4"; 0 found Open
Open
$span_array = array( 8,4,4,4,4,4 );
- Exclude checks
Expected 1 space between comma and "4"; 0 found Open
Open
$span_array = array( 8,4,4,4,4,4 );
- Exclude checks
Spaces must be used for mid-line alignment; tabs are not allowed Open
Open
'order' => 'ASC',
- Exclude checks
Spaces must be used for mid-line alignment; tabs are not allowed Open
Open
'orderby' => $orderby,
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$span_array = array( 8,4,4,4,4,4 );
- Exclude checks
Please spell "WordPress" correctly. Found 1 misspelling(s): Wordpress Open
Open
* Description: A custom Wordpress gallery for dynamic thumbnail layout using Twitter Bootstrap 2 thumbnail layouts.
- Exclude checks
Array double arrow not aligned correctly; expected 4 space(s) between "'include'" and double arrow, but found 7. Open
Open
'include' => '',
- Exclude checks
Array double arrow not aligned correctly; expected 10 space(s) between "'order'" and double arrow, but found 13. Open
Open
'order' => $order,
- Exclude checks
Spaces must be used for mid-line alignment; tabs are not allowed Open
Open
'orderby' => $orderby,
- Exclude checks
Spaces must be used for mid-line alignment; tabs are not allowed Open
Open
'post_mime_type' => 'image',
- 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