Plugin Directory

Changeset 2215166


Ignore:
Timestamp:
12/19/2019 02:53:39 PM (6 years ago)
Author:
timvaniersel
Message:

fix typo

Location:
remove-schema/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • remove-schema/trunk/admin/partials/remove-schema-post-editor-display.php

    r2215002 r2215166  
    2929  $options['rdfa'] = false;
    3030}
    31 $keep_schema = $option['keep_schema'];
     31$keep_schema = $options['keep_schema'];
    3232$rm_jsonld = $options['rm_jsonld'];
    3333$yoast_jsonld = $options['yoast_jsonld'];
  • remove-schema/trunk/remove-schema.php

    r2215002 r2215166  
    1717 * Plugin URI:        https://plugin.nl/en/remove-schema-plugin/
    1818 * Description:       Remove all Microdata, RDFa and/or JSON-ld that you don’t want on your page.
    19  * Version:           1.3.0
     19 * Version:           1.3.1
    2020 * Author:            Plugin.nl
    2121 * Author URI:        https://plugin.nl/en/remove-schema-plugin/
     
    3434 * Currently plugin version.
    3535 */
    36 define( 'REMOVE_SCHEMA_VERSION', '1.3.0' );
     36define( 'REMOVE_SCHEMA_VERSION', '1.3.1' );
    3737
    3838/**
Note: See TracChangeset for help on using the changeset viewer.