Changeset 2285558
- Timestamp:
- 04/17/2020 09:50:26 AM (6 years ago)
- Location:
- wp-covid-19-schema/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-covid19-schema.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-covid-19-schema/trunk/readme.txt
r2282400 r2285558 5 5 Tested up to: 5.3 6 6 Requires PHP: 5.3 7 Stable tag: 1.0. 17 Stable tag: 1.0.3 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 52 52 == Changelog == 53 53 54 = 1.0.3 = 55 56 * Bug Fixes 57 54 58 = 1.0.2 = 55 59 -
wp-covid-19-schema/trunk/wp-covid19-schema.php
r2282400 r2285558 6 6 * Author URI: https://sweans.com 7 7 * Description: WP COVID-19 Schema plugin adds a schema snippet in the WordPress websites of schools and hospitals to serve the specific purpose of announcements. 8 * Version: 1.0. 28 * Version: 1.0.3 9 9 * Text Domain: wp-covid-schema 10 10 * License: GPL3 … … 117 117 '@context' => 'http://schema.org', 118 118 '@type' => 'SpecialAnnouncement', 119 'name' => esc_html(get_option('swwpcs_ name')),120 'text' => esc_html(get_option('swwpcs_te xt')),121 'datePosted' => esc_html(get_option('swwpcs_ date_posted')),122 'url' => esc_html(get_option('swwpcs_ article_url')),119 'name' => esc_html(get_option('swwpcs_testing_facility_announcement_name')), 120 'text' => esc_html(get_option('swwpcs_testing_facility_desc_text')), 121 'datePosted' => esc_html(get_option('swwpcs_testing_facility_date_posted')), 122 'url' => esc_html(get_option('swwpcs_testing_facility_article_url')), 123 123 'category' => 'https://www.wikidata.org/wiki/Q81068910', 124 124 'about' => array(
Note: See TracChangeset
for help on using the changeset viewer.