Changeset 1670773
- Timestamp:
- 06/05/2017 06:40:14 AM (9 years ago)
- Location:
- custom-canonical/trunk
- Files:
-
- 2 edited
-
custom-canonical.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
custom-canonical/trunk/custom-canonical.php
r1667471 r1670773 4 4 Plugin URI: https://github.com/AndreiZhitkov/custom-canonical 5 5 Description: Set default custom canonical URL for Yoast SEO. The setting is in Settings -> General. 6 Version: 1.0 6 Version: 1.01 7 7 Author: Andrei Zhitkov 8 8 Author URI: https://github.com/AndreiZhitkov … … 35 35 if ( customcanonical_discover_yoast() == FALSE ) { 36 36 add_action( 'admin_notices', 'customcanonical_admin_notice_noyoast'); 37 deactivate_plugins( custom-canonical( custom-canonical.php) );37 deactivate_plugins( plugin_basename( __FILE__ ) ); 38 38 } else { 39 39 add_settings_section( -
custom-canonical/trunk/readme.txt
r1667471 r1670773 17 17 18 18 == Changelog == 19 Version 1.0, Initial release. 19 20 = 1.01 = 21 * Fixed deactivation issue 22 23 = 1.0 = 24 * Initial release.
Note: See TracChangeset
for help on using the changeset viewer.