Changeset 2451981
- Timestamp:
- 01/07/2021 02:33:07 PM (5 years ago)
- Location:
- schema-breadcrumbs
- Files:
-
- 6 added
- 2 edited
-
tags/1.7 (added)
-
tags/1.7/WDPanelAdmin.css (added)
-
tags/1.7/WDPanelAdmin.php (added)
-
tags/1.7/readme.txt (added)
-
tags/1.7/schema-breadcrumbs.php (added)
-
tags/1.7/script_link.png (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/schema-breadcrumbs.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
schema-breadcrumbs/trunk/readme.txt
r2444510 r2451981 5 5 Requires at least: 2.2 6 6 Tested up to: 5.6 7 stable tag: 1. 67 stable tag: 1.7 8 8 9 9 Very easily add breadcrumbs to your site with valid Schema Breadcrumb Markup, this plugin is also a drop-in replacement for RDFa Breadcrumb, just install this and deactivate RDFa Breadcrumb. -
schema-breadcrumbs/trunk/schema-breadcrumbs.php
r2444510 r2451981 3 3 Plugin URI: http://webdesires.co.uk 4 4 Description: Outputs a fully Schema valid breadcrumb 5 Version: 1. 65 Version: 1.7 6 6 Author: Dean Williams 7 7 Author URI: http://deano.me … … 732 732 "@id": "'.$actual_link.'", 733 733 "url": "'.$actual_link.'", 734 "name": "'. addslashes($input).'"734 "name": "'.get_the_title().'" 735 735 } 736 736 }';
Note: See TracChangeset
for help on using the changeset viewer.