Plugin Directory

Changeset 2451981


Ignore:
Timestamp:
01/07/2021 02:33:07 PM (5 years ago)
Author:
deano1987
Message:

small fix

Location:
schema-breadcrumbs
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • schema-breadcrumbs/trunk/readme.txt

    r2444510 r2451981  
    55Requires at least: 2.2
    66Tested up to: 5.6
    7 stable tag: 1.6
     7stable tag: 1.7
    88
    99Very 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  
    33Plugin URI:   http://webdesires.co.uk
    44Description:  Outputs a fully Schema valid breadcrumb
    5 Version:      1.6
     5Version:      1.7
    66Author:       Dean Williams
    77Author URI:   http://deano.me
     
    732732                                "@id": "'.$actual_link.'",
    733733                                    "url": "'.$actual_link.'",
    734                                 "name": "'.addslashes($input).'"
     734                                "name": "'.get_the_title().'"
    735735                                }
    736736                            }';
Note: See TracChangeset for help on using the changeset viewer.