| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | - if ( ! defined('WPINC') ) { | |
| 4 | - wp_die(); | |
| 5 | - } | |
| 3 | +if ( ! defined('ABSPATH') ) { | |
| 4 | + exit; | |
| 5 | +} | |
| 6 | 6 | |
| 7 | 7 | $fields = flrt_get_seo_rules_fields( $post->ID ); |
| 8 | 8 | $post_type = flrt_extract_vars($fields, array('rule_post_type') ); |
| 9 | 9 | $postType = reset( $post_type ); |
| @@ -31,12 +31,12 @@ | ||
| 31 | 31 | <td class="wpc-filter-label-td"> |
| 32 | 32 | <label class="wpc-filter-label"> |
| 33 | 33 | <?php esc_html_e('Filters Combination', 'filter-everything'); ?> |
| 34 | 34 | </label> |
| 35 | - <p class="wpc-field-description"><?php esc_html_e('Specify filter or filters combination for which you need to set SEO data', 'filter-everything'); ?></p> | |
| 35 | + <p class="wpc-field-description"><?php esc_html_e('Specify the filter or filters combination for which you need to set SEO data', 'filter-everything'); ?></p> | |
| 36 | 36 | <?php echo flrt_help_tip( |
| 37 | 37 | wp_kses( |
| 38 | - __('For example you need to set SEO data for the page with URL path:<br />/color-blue/size-large/<br />For this purpose you have to select filters «Color» and «Size» only.<br />If you want to create common template for all color and size values, please chose<br />«Any Color» and «Any Size». If you need to set SEO data for specific Color and Size, please chose specific values like «Blue» and «Large».', 'filter-everything'), | |
| 38 | + __('For example, you need to set SEO data for the page with URL path:<br />/color-blue/size-large/<br />For this purpose, you have to select filters «Color» and «Size» only.<br />If you want to create a common template for all color and size values, please choose <br />«Any Color» and «Any Size». If you need to set SEO data for specific Color and Size, please choose specific values like «Blue» and «Large».', 'filter-everything'), | |
| 39 | 39 | array('br' => array() ) |
| 40 | 40 | ), true ); ?> |
| 41 | 41 | </td> |
| 42 | 42 | <td class="wpc-filter-field-td"> |