Plugin Directory

Changeset 2270742


Ignore:
Timestamp:
03/30/2020 12:29:41 PM (6 years ago)
Author:
sweans
Message:

Minor update to the schema HTML comment text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-covid-19-schema/trunk/wp-covid19-schema.php

    r2270735 r2270742  
    4848        $schema_control = get_option('swwpcs_schema_control');
    4949        if($schema_control == "all" || ( $schema_control == "home" && ( is_home() || is_front_page())) || ( ( $schema_control == "post" || $schema_control == "page" ) && ( get_the_ID() == get_option('swwpcs_schema_page_post_id') ) )) { ?>
    50 <!-- Schema added by COVID-19 Schema for WordPress Plugin -->
     50<!-- Schema added by WP COVID-19 Schema Plugin -->
    5151<script type="application/ld+json">
    5252{
     
    6565}
    6666</script>
    67 <!-- / Schema added by COVID-19 Schema for WordPress Plugin -->
     67<!-- / Schema added by WP COVID-19 Schema Plugin -->
    6868<?php }
    6969    }
Note: See TracChangeset for help on using the changeset viewer.