Changeset 2051761
- Timestamp:
- 03/16/2019 04:28:28 PM (7 years ago)
- Location:
- chl-change-html-lang
- Files:
-
- 1 deleted
- 2 edited
-
assets/icon.png (deleted)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/chl-change-html-lang.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chl-change-html-lang/trunk/README.txt
r1982955 r2051761 1 1 === CHL-Change HTML Lang === 2 Contributors: pratik think, pratikkry2 Contributors: pratikkry 3 3 Tags: SEO, HTML lang, SEO Plugin, Language Attributes, pratikkry 4 4 Requires at least: 4.6 5 Tested up to: 5. 05 Tested up to: 5.1.1 6 6 Requires PHP: 5.2 7 Stable tag: 1. 0.37 Stable tag: 1.1.0 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 45 45 46 46 == Changelog == 47 = 1.1.0 = 48 * Tested up to 5.1.1 49 47 50 = 1.0.3 = 48 * Add edsupport for Yoast Open Graph tag (og:locale)51 * Add support for Yoast Open Graph tag (og:locale) 49 52 50 53 = 1.0.2 = -
chl-change-html-lang/trunk/chl-change-html-lang.php
r1982945 r2051761 3 3 /** 4 4 * 5 * @link https://profiles.wordpress.org/pratik think5 * @link https://profiles.wordpress.org/pratikkry 6 6 * @since 1.0.0 7 7 * @package Chl_Change_Html_Lang … … 9 9 * @wordpress-plugin 10 10 * Plugin Name: CHL-Change HTML Lang 11 * Plugin URI: https://w ww.gyanchowk.com/chl-change-html-lang11 * Plugin URI: https://wordpress.org/plugins/chl-change-html-lang/ 12 12 * Description: A simple and very lightweight WordPress SEO plugin for changing HTML language attribute value in the header. 13 * Version: 1. 0.314 * Author: P. Kumar15 * Author URI: https://pr ofiles.wordpress.org/pratikthink13 * Version: 1.1.0 14 * Author: pratik k. yadav 15 * Author URI: https://pratikkry.com 16 16 * License: GPL v3 17 17 * Text Domain: chl-change-html-lang … … 92 92 } 93 93 } 94 94 95 // If your locale is not supported by the facebook, Yoast plugin will output the best match for your language. 95 96 add_filter( 'wpseo_locale', 'chl_ystwpseo_change_og_locale' );
Note: See TracChangeset
for help on using the changeset viewer.