@@ -92,7 +92,7 @@ discard block |
||
92 | 92 | * @return void |
93 | 93 | */ |
94 | 94 | public static function connected_form_warning( $form_id = 0 ) { |
95 | - global $pagenow; |
|
95 | + global $pagenow; |
|
96 | 96 | |
97 | 97 | if ( empty( $form_id ) || $pagenow === 'post-new.php' ) { |
98 | 98 | return; |
@@ -238,7 +238,7 @@ discard block |
||
238 | 238 | 7 => sprintf(__( 'View saved. %sView on website.%s', 'gravityview' ), '<a href="'.get_permalink( $post_id ).'">', '</a>') . $new_form_text, |
239 | 239 | 8 => __( 'View submitted.', 'gravityview' ), |
240 | 240 | 9 => sprintf( |
241 | - /* translators: Date and time the View is scheduled to be published */ |
|
241 | + /* translators: Date and time the View is scheduled to be published */ |
|
242 | 242 | __( 'View scheduled for: %1$s.', 'gravityview' ), |
243 | 243 | // translators: Publish box date format, see http://php.net/date |
244 | 244 | date_i18n( __( 'M j, Y @ G:i', 'gravityview' ), strtotime( ( isset( $post->post_date ) ? $post->post_date : NULL ) ) ) |
@@ -295,7 +295,6 @@ discard block |
||
295 | 295 | * |
296 | 296 | * @deprecated since 1.12 |
297 | 297 | * @see GravityView_Compatibility::get_plugin_status() |
298 | - |
|
299 | 298 | * @return boolean|string True: plugin is active; False: plugin file doesn't exist at path; 'inactive' it's inactive |
300 | 299 | */ |
301 | 300 | static function get_plugin_status( $location = '' ) { |