Plugin Directory

Changeset 1611993


Ignore:
Timestamp:
03/10/2017 02:23:05 PM (9 years ago)
Author:
lowest
Message:

Bug fixes.

Location:
remove-yoast-seo-comments/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • remove-yoast-seo-comments/trunk/readme.txt

    r1596582 r1611993  
    4545== Changelog ==
    4646
     47= 2.0.1 =
     48* Yoast SEO update caused a bug in this plugin, this update fixes it.
     49
    4750= 2.0 =
    4851* Introducing more modern, better and faster functions
  • remove-yoast-seo-comments/trunk/remove-yoast-seo-comments.php

    r1596582 r1611993  
    44 * Plugin URI: https://wordpress.org/plugins/remove-yoast-seo-comments/
    55 * Description: Removes the Yoast SEO advertisement HTML comments from your front-end source code.
    6  * Version: 2.0
     6 * Version: 2.0.1
    77 * Author: Mitch
    88 * Author URI: https://profiles.wordpress.org/lowest
     
    3030if ( ! defined( 'ABSPATH' ) ) { exit; }
    3131
    32 if ( ! defined( 'RYSC_VERSION' ) ) { define( 'RYSC_VERSION', '2.0' ); }
    33 
    3432function rysc_bundle() {
    3533    if(defined( 'WPSEO_VERSION' ) && class_exists('WPSEO_Frontend')) {
    36         remove_action( 'wpseo_head', array( WPSEO_Frontend::get_instance(), 'debug_marker' ) , 2);
     34        remove_action( 'wpseo_head', array( WPSEO_Frontend::get_instance(), 'debug_mark' ) , 2);
    3735        remove_action( 'wp_head', array( WPSEO_Frontend::get_instance(), 'head' ) , 1);
    3836        add_action( 'wp_head', 'rysc_rewrite' , 1);
Note: See TracChangeset for help on using the changeset viewer.