Changeset 1095750
- Timestamp:
- 02/21/2015 08:01:31 AM (11 years ago)
- Location:
- broken-link-manager/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
wblm.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
broken-link-manager/trunk/readme.txt
r1089782 r1095750 3 3 Tags: Broken, Link, URL, 301, 404, Backlink, checker, SEO, Google, 404 page, Borken url, wordpress 404, Redirect,seo 4 4 Requires at least: 3.0 5 Tested up to: 4.1 6 Stable tag: 0.3. 45 Tested up to: 4.1.1 6 Stable tag: 0.3.5 7 7 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8NYR3F4RVTBHS 8 8 … … 28 28 29 29 > <strong>Language</strong><br> 30 > [- English (Hülya Kocak)](http://brokenlinkmanager.com) 31 > [- Deutsch (Berkant Kacar)](http://beqo.de) 32 > [- Türkçe (Hüseyin Kocak](http://k-78.de) 30 > [- English (Hülya Kocak)](http://brokenlinkmanager.com)<br> 31 > [- Deutsch (Berkant Kacar)](http://beqo.de) <br> 32 > [- Türkçe (Hüseyin Kocak](http://k-78.de) <br> 33 33 34 34 == Installation == … … 46 46 == Changelog == 47 47 48 = 0.3.5 = 49 * Fixed plugin activation error 50 * Compatibility with WP 4.1.1 48 51 49 52 = 0.3.4 = -
broken-link-manager/trunk/wblm.php
r1089782 r1095750 4 4 Plugin URI: https://wordpress.org/plugins/broken-link-manager 5 5 Description: WBLM -> Wordpress Broken Link Manager. This plugin helps you check, organise and monitor your broken backlinks. 6 Version: 0.3. 46 Version: 0.3.5 7 7 Author: Hüseyin Kocak 8 8 Author URI: http://k-78.de … … 119 119 *************************************************************************************/ 120 120 function create_wblm_table(){ 121 echo 'TABLE_WBLM : ' . TABLE_WBLM;122 121 global $wpdb; 122 123 123 $sql_wblm = "CREATE TABLE IF NOT EXISTS " . TABLE_WBLM . " ( 124 124 `id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
Note: See TracChangeset
for help on using the changeset viewer.