-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
|
||
$plugin_info = array( | ||
'pi_name' => 'Low Title', | ||
'pi_version' => '2.1.1', | ||
'pi_version' => '2.1.2', | ||
'pi_author' => 'Lodewijk Schutte ~ Low', | ||
'pi_author_url' => 'http://gotolow.com/software/low-title', | ||
'pi_author_url' => 'http://gotolow.com/addons/low-title', | ||
'pi_description' => 'Plugin to quickly retrieve a title from an entry, category, channel or site', | ||
'pi_usage' => 'See http://gotolow.com/software/low-title for more info' | ||
'pi_usage' => 'See http://gotolow.com/addons/low-title for more info' | ||
); | ||
|
||
/** | ||
|
@@ -27,7 +27,7 @@ function ee() | |
* | ||
* @package low_title | ||
* @author Lodewijk Schutte ~ Low <[email protected]> | ||
* @link http://gotolow.com/software/low-title | ||
* @link http://gotolow.com/addons/low-title | ||
* @license http://creativecommons.org/licenses/by-sa/3.0/ | ||
*/ | ||
class Low_title { | ||
|