Changeset 1186231
- Timestamp:
- 06/23/2015 02:48:00 PM (11 years ago)
- Location:
- broken-link-manager/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (3 diffs)
-
wblm-settings.php (modified) (2 diffs)
-
wblm.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
broken-link-manager/trunk/readme.txt
r1144670 r1186231 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.2 6 Stable tag: 0.4. 05 Tested up to: 4.2.2 6 Stable tag: 0.4.5 7 7 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8NYR3F4RVTBHS 8 8 … … 30 30 > [- English (Hülya Kocak)](http://brokenlinkmanager.com)<br> 31 31 > [- Deutsch (Berkant Kacar)](http://beqo.de) <br> 32 > [- Türkçe (Hüseyin Kocak](http://k-78.de) <br> 32 > [- Türkçe (Hüseyin Kocak)](http://k-78.de) <br><br> 33 34 > [- Download .pot file for your language](brokenlinkmanager.com/wblm.pot.zip) <br> 33 35 34 36 == Installation == … … 46 48 == Changelog == 47 49 48 = 0.3.5 = 50 = 0.4.5 = 51 * Compatibility with WP 4.2.2 52 * Fixed empty Log feature same Small bug 53 54 = 0.4.0 = 49 55 * Compatibility with WP 4.2 50 56 * Small bug fixes. 51 57 * Added optional empty Log feature 52 58 53 54 = 0.3.4 = 59 = 0.3.5 = 55 60 * Optimized plugin install (Database table query) 56 61 * Added German Language -
broken-link-manager/trunk/wblm-settings.php
r1144670 r1186231 163 163 </div> 164 164 </div> 165 166 165 <div class="col-sm-2"> 167 166 <a onclick="return confirm('Are you sure you want to empty all broken URLs?');" href="<?php echo admin_url("admin.php?page=wblm-settings&emptyBrokenUrls=on"); ?>"> … … 175 174 </div><!-- /.col-lg-12 --> 176 175 </div> <!-- //Empty --> 177 <br /><br /> 176 <br /><br /> 177 <!-- Export --> 178 <div class="row"> 179 <div class="col-lg-12"> 180 <div class="panel panel-default"> 181 <!-- /.panel-heading --> 182 <div class="panel-body"> 183 <p class="bg-info" style="padding:10px; margin-top:0; font-size:16px; font-weight: bold; "><?php _e('Export', 'wblm') ?></p> 184 <div class="form-horizontal"> 185 <div class="form-group"> 186 <div class="col-sm-2"> 187 <a href="<?php echo admin_url("admin.php?page=wblm-settings&exportUrls=on"); ?>"> 188 <button disabled="" type="submit" class="btn btn-info"> <?php _e('EXPORT ALL URLs', 'wblm') ?> </button> 189 </a> 190 </div> 191 </div> 192 </div><!-- form-horizontal --> 193 </div><!-- /.panel-body --> 194 </div><!-- /.panel --> 195 </div><!-- /.col-lg-12 --> 196 </div> <!-- //Export --> 197 <br /><br /> 178 198 </div><!-- /#page-wrapper --> 179 199 <?php get_wblmFooter(); ?> -
broken-link-manager/trunk/wblm.php
r1144670 r1186231 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.4. 06 Version: 0.4.5 7 7 Author: Hüseyin Kocak 8 8 Author URI: http://k-78.de … … 351 351 function add_redirected_options() { 352 352 require_once( WBLM_CONFIG_PATH . 'class/redirected_url.php'); 353 354 353 global $WblmListTable; 355 354 $option = 'per_page';
Note: See TracChangeset
for help on using the changeset viewer.