Changeset 2007146
- Timestamp:
- 01/06/2019 02:03:32 PM (7 years ago)
- Location:
- internal-link-building-plugin/trunk
- Files:
-
- 2 edited
-
internal_link_building.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
internal-link-building-plugin/trunk/internal_link_building.php
r843695 r2007146 6 6 Note: Please do use the plugin in moderation to avoid over-optimization. Meaningful and user-friendly inter-linking goes a long way! 7 7 Author: Internet Marketing Ninjas 8 Version: 1. 18 Version: 1.2 9 9 Author URI: http://www.internetmarketingninjas.com/ 10 10 */ … … 711 711 static function findblocks($output){ 712 712 global $protectblocks; 713 if( is_array($protectblocks)){713 if(!empty($protectblocks)){ 714 714 $output = preg_replace_callback('!(\[block\]([0-9]*?)\[\/block\])!', array('internal_link_building_blocks','return_tags'), $output); 715 715 } 716 $protectblocks = '';716 $protectblocks = array(); 717 717 return $output; 718 718 } -
internal-link-building-plugin/trunk/readme.txt
r843695 r2007146 4 4 Tags: SEO, link building, google rankings, search engine optimization, rankings, affiliate, nofollow, links 5 5 Requires at least: 3.0.1 6 Tested up to: 3.87 Stable tag: 1. 16 Tested up to: 5.0 7 Stable tag: 1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 70 70 * better plugin description text 71 71 * renamed menu from Keywords into Internal linking 72 72 = 1.2 = 73 * WordPress 5 supprt 74 * php 7.2 support 73 75 == Arbitrary section == 74 76
Note: See TracChangeset
for help on using the changeset viewer.