Showing 1,262 of 1,262 total issues
Array double arrow not aligned correctly; expected 14 space(s) between "'0'" and double arrow, but found 16. Open
Open
'0' => __( '-- Center --', 'read-offline' ),
- Exclude checks
Array double arrow not aligned correctly; expected 1 space(s) between "'style'" and double arrow, but found 16. Open
Open
'style' => 'display: inline; clear: none', // this makes the field element inline, which means next fields continues from the right end of the field, not from the new line.
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
'help' => __( 'Help text', 'read-offline' ),
- Exclude checks
Array double arrow not aligned correctly; expected 4 space(s) between "'default'" and double arrow, but found 6. Open
Open
'default' => 1,
- Exclude checks
Array double arrow not aligned correctly; expected 8 space(s) between "'help'" and double arrow, but found 13. Open
Open
'help' => __( 'Help text', 'read-offline' ),
- 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
Array double arrow not aligned correctly; expected 3 space(s) between "'gutter'" and double arrow, but found 15. Open
Open
'gutter' => true,
- Exclude checks
Array double arrow not aligned correctly; expected 1 space(s) between "'style'" and double arrow, but found 20. Open
Open
'style' => 'width: 200px; margin-right: 10px;',
- Exclude checks
Array double arrow not aligned correctly; expected 7 space(s) between "'site_url'" and double arrow, but found 13. Open
Open
'site_url' => __( 'Site URL', 'read-offline' ),
- Exclude checks
Array double arrow not aligned correctly; expected 1 space(s) between "'style'" and double arrow, but found 20. Open
Open
'style' => 'width: 200px; margin-right: 10px;',
- Exclude checks
Array double arrow not aligned correctly; expected 5 space(s) between "'site_title'" and double arrow, but found 7. Open
Open
'site_title' => __( 'Site Title', 'read-offline' ),
- Exclude checks
Array double arrow not aligned correctly; expected 7 space(s) between "'help'" and double arrow, but found 16. Open
Open
'help' => __( 'Help text', 'read-offline' ),
- Exclude checks
Array item not aligned correctly; expected 20 spaces but found 24 Open
Open
'gutter' => true,
- Exclude checks
Array double arrow not aligned correctly; expected 1 space(s) between "'section_id'" and double arrow, but found 7. Open
Open
'section_id' => 'pdf_cover', // the section ID
- Exclude checks
Array double arrow not aligned correctly; expected 2 space(s) between "'page_slug'" and double arrow, but found 8. Open
Open
'page_slug' => 'read_offline_pdf', // the page slug that the section belongs to
- Exclude checks
Array double arrow not aligned correctly; expected 6 space(s) between "'title'" and double arrow, but found 12. Open
Open
'title' => __( 'Cover Art', 'read-offline' ),
- Exclude checks
Array double arrow not aligned correctly; expected 4 space(s) between "'default'" and double arrow, but found 10. Open
Open
'default' => 'default',
- Exclude checks
Array item not aligned correctly; expected 24 spaces but found 22 Open
Open
'author' => __( 'Author', 'read-offline' ),
- Exclude checks
Array item not aligned correctly; expected 24 spaces but found 22 Open
Open
'page_number' => __( 'Page number', 'read-offline' ),
- Exclude checks
Array double arrow not aligned correctly; expected 1 space(s) between "'description'" and double arrow, but found 6. Open
Open
'description' => __( 'The following aliases can be used:', 'read-offline' ) . ' {PAGENO}, {nb}, {DATE}, {TODAY}, {TITLE}, {AUTHOR}, {DOCURL}, {SITENAME} ' . __( 'and','read-offline' ) . ' {SITEURL} <br />' . __( 'Custom CSS, below, will be used.', 'read-offline' ),
- Exclude checks