Showing 1,262 of 1,262 total issues
No space found after comma in function call Open
Open
'description' => __( 'Use %title% to insert the post type title','read-offline' ),
- Exclude checks
No space found after comma in function call Open
Open
<pre>AddType application/epub+zip epub\nAddType application/x-mobipocket-ebook mobi<!--\nAddType application/vnd.openxmlformats-officedocument.wordprocessingml.document docx--></pre>",'read-offline'),
- Exclude checks
No space found after comma in function call Open
Open
'description' => __( 'Use the Media Library as a cache. When a post is created or updated, a PDF, Epub and/or mobi of the post will be saved to the Media Library. This file will be served to the enduser when she clicks on the download link on the frontend. ','read-offline' ),
- Exclude checks
No space found after comma in function call Open
Open
'title' => __( 'Layout','read-offline' ),// the section title
- Exclude checks
No space found after comma in function call Open
Open
'description' => __( 'Track read-offline events, you can find these under Content » Events in your Google Analytics reports. Assumes you’re using the <a href="https://developers.google.com/analytics/devguides/collection/gajs/asyncTracking">Asynchronous version of Google Analytics</a>','read-offline' ),
- Exclude checks
No space found after comma in function call Open
Open
'title' => __( 'Cover Art and Style','read-offline' ),// the section title
- Exclude checks
No space found after comma in function call 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
No space found after comma in function call 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
No space found after comma in function call Open
Open
'title' => __( 'ePub Options','read-offline' ),// the section title
- Exclude checks
No space found after comma in function call Open
Open
'title' => __( 'Print Options','read-offline' ),// the section title
- Exclude checks
No space found after comma in function call Open
Open
add_action( 'save_post_' . $post_type, array( $this, 'save_as_attachment_to_post_type' ),10,2 );
- Exclude checks
Expected 1 space after IF keyword; 0 found Open
Open
if( (bool) self::$options['what']['formats']['mobi'] ) {
- Exclude checks
No space found after comma in function call Open
Open
site_url(),$post_id,$name,$format,
- Exclude checks
No space found after comma in function call Open
Open
site_url(),$post_id,$name,$format,
- Exclude checks
No space found after comma in function call Open
Open
site_url(),$post_id,$name,$format,
- Exclude checks
Expected 1 space after IF keyword; 0 found Open
Open
if( (bool) self::$options['what']['formats']['epub'] ) {
- Exclude checks
No space found after comma in function call Open
Open
$to_filename = sprintf( '%s.%s',$post->post_name,$file_extention );
- Exclude checks
No space found after comma in function call Open
Open
$filename = sprintf( '%s.%s',$wp_query->query_vars['read_offline_name'],$wp_query->query_vars['read_offline_format'] );
- Exclude checks
No space found after comma in function call Open
Open
'read-offline/([^/]+)/([^\.]+).(pdf|epub|mobi|docx|print)$' => sprintf( 'index.php?read_offline_id=%s&read_offline_name=%s&&read_offline_format=%s',$wp_rewrite->preg_index( 1 ),$wp_rewrite->preg_index( 2 ),$wp_rewrite->preg_index( 3 ) ),
- Exclude checks
No space found after comma in function call Open
Open
site_url(),$post_id,$name,$format,
- Exclude checks