Version Description
- Corrected error message when running empty cat link checker and none are found
Download this release
Release Info
Developer | jackdewey |
Plugin | Link Library |
Version | 7.3.15 |
Comparing to | |
See all releases |
Code changes from version 7.3.14 to 7.3.15
- link-library-admin.php +1 -1
- link-library.php +1 -1
- readme.txt +4 -1
link-library-admin.php
CHANGED
@@ -8513,7 +8513,7 @@ function general_custom_fields_meta_box( $data ) {
|
|
8513 |
echo $link->ID . ' - ' . $link->post_title . ': ' . $link->meta_value . ' <a href="' . esc_url( add_query_arg( array( 'action' => 'edit', 'post' => $link->ID ), admin_url( 'post.php' ) ) ) . '">Edit</a><br /><br />';
|
8514 |
}
|
8515 |
} else {
|
8516 |
-
echo 'No
|
8517 |
}
|
8518 |
|
8519 |
echo '<br />';
|
8513 |
echo $link->ID . ' - ' . $link->post_title . ': ' . $link->meta_value . ' <a href="' . esc_url( add_query_arg( array( 'action' => 'edit', 'post' => $link->ID ), admin_url( 'post.php' ) ) ) . '">Edit</a><br /><br />';
|
8514 |
}
|
8515 |
} else {
|
8516 |
+
echo 'No links found with an empty category';
|
8517 |
}
|
8518 |
|
8519 |
echo '<br />';
|
link-library.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Link Library
|
4 |
Plugin URI: http://wordpress.org/extend/plugins/link-library/
|
5 |
Description: Display links on pages with a variety of options
|
6 |
-
Version: 7.3.
|
7 |
Author: Yannick Lefebvre
|
8 |
Author URI: http://ylefebvre.github.io/
|
9 |
Text Domain: link-library
|
3 |
Plugin Name: Link Library
|
4 |
Plugin URI: http://wordpress.org/extend/plugins/link-library/
|
5 |
Description: Display links on pages with a variety of options
|
6 |
+
Version: 7.3.15
|
7 |
Author: Yannick Lefebvre
|
8 |
Author URI: http://ylefebvre.github.io/
|
9 |
Text Domain: link-library
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://ylefebvre.github.io/wordpress-plugins/link-library/
|
|
4 |
Tags: link, list, directory, page, library, AJAX, RSS, feeds, inline, search, paging, add, submit, import, batch, pop-up
|
5 |
Requires at least: 4.4
|
6 |
Tested up to: 6.0.1
|
7 |
-
Stable tag: 7.3.
|
8 |
|
9 |
The purpose of this plugin is to add the ability to output a list of link categories and a complete list of links with notes and descriptions.
|
10 |
|
@@ -50,6 +50,9 @@ Further configuration is available under the Link Library Settings panel.
|
|
50 |
|
51 |
== Changelog ==
|
52 |
|
|
|
|
|
|
|
53 |
= 7.3.14 =
|
54 |
* Added two new types of link checking tools: Check Secondary Links and Check image links
|
55 |
|
4 |
Tags: link, list, directory, page, library, AJAX, RSS, feeds, inline, search, paging, add, submit, import, batch, pop-up
|
5 |
Requires at least: 4.4
|
6 |
Tested up to: 6.0.1
|
7 |
+
Stable tag: 7.3.15
|
8 |
|
9 |
The purpose of this plugin is to add the ability to output a list of link categories and a complete list of links with notes and descriptions.
|
10 |
|
50 |
|
51 |
== Changelog ==
|
52 |
|
53 |
+
= 7.3.15 =
|
54 |
+
* Corrected error message when running empty cat link checker and none are found
|
55 |
+
|
56 |
= 7.3.14 =
|
57 |
* Added two new types of link checking tools: Check Secondary Links and Check image links
|
58 |
|