-
Notifications
You must be signed in to change notification settings - Fork 20
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
1 parent
0c49674
commit 5a95d88
Showing
5 changed files
with
59 additions
and
33 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
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
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 |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* Plugin Name: Custom Permalinks | ||
* Plugin URI: https://wordpress.org/plugins/custom-permalinks/ | ||
* Description: Set custom permalinks on a per-post basis | ||
* Version: 1.2.8 | ||
* Version: 1.2.9 | ||
* Author: Sami Ahmed Siddiqui | ||
* Author URI: https://www.yasglobal.com/web-design-development/wordpress/custom-permalinks/ | ||
* Author URI: https://www.custompermalinks.com | ||
* Donate link: https://www.paypal.me/yasglobal | ||
* License: GPLv2 or later | ||
* | ||
|
@@ -18,7 +18,7 @@ | |
|
||
/** | ||
* Custom Permalinks Plugin | ||
* Copyright 2008-2017 Sami Ahmed Siddiqui <[email protected]> | ||
* Copyright 2008-2018 Sami Ahmed Siddiqui <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -41,12 +41,6 @@ | |
exit; | ||
} | ||
|
||
if ( ! function_exists( "add_action" ) || ! function_exists( "add_filter" ) ) { | ||
header( 'Status: 403 Forbidden' ); | ||
header( 'HTTP/1.1 403 Forbidden' ); | ||
exit(); | ||
} | ||
|
||
if ( ! defined( 'CUSTOM_PERMALINKS_FILE' ) ) { | ||
define( 'CUSTOM_PERMALINKS_FILE', __FILE__ ); | ||
} | ||
|
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
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