| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -if ( ! defined('WPINC') ) { | |
| 4 | - wp_die(); | |
| 3 | +if ( ! defined('ABSPATH') ) { | |
| 4 | + exit; | |
| 5 | 5 | } |
| 6 | 6 | |
| 7 | 7 | ?><table class="wpc-form-fields-table" id="wpc-intersections-table"> |
| 8 | 8 | <tr class="wpc-first-row"> |
| @@ -41,10 +41,10 @@ | ||
| 41 | 41 | |
| 42 | 42 | <?php else: ?> |
| 43 | 43 | |
| 44 | 44 | <td class="wpc-filter-field-td"> |
| 45 | - <span class="wpc-no-seo-filters-message"><?php echo esc_html__( 'Sorry. There is no filters active for SEO for selected post type', 'filter-everything' ); ?></span> | |
| 45 | + <span class="wpc-no-seo-filters-message"><?php echo esc_html__( 'Sorry. There are no filters active for SEO for the selected post type', 'filter-everything' ); ?></span> | |
| 46 | 46 | </td> |
| 47 | 47 | |
| 48 | 48 | <?php endif; ?> |
| 49 | 49 | </tr> |
| 50 | 50 | </table> |