Skip to content

Commit 69584bc

Browse files
authored
Update disable-feeds.php
1 parent 66cae3d commit 69584bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

disable-feeds.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
Plugin Name: Disable Feeds
44
Plugin URI: https://www.littlebizzy.com/plugins/disable-feeds
55
Description: Disables RSS and 301s to parent
6-
Version: 1.0.0
6+
Version: 1.0.1
7+
Requires PHP: 7.0
78
Author: LittleBizzy
89
Author URI: https://www.littlebizzy.com
910
License: GPLv3
1011
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1112
GitHub Plugin URI: littlebizzy/disable-feeds
1213
Primary Branch: master
13-
Tested up to: 6.6
1414
*/
1515

16-
// Prevent direct access
16+
// prevent direct access
1717
if ( ! defined( 'ABSPATH' ) ) {
1818
exit;
1919
}
2020

21-
// Disable WordPress.org updates for this plugin
21+
// disable wordpress.org updates for this plugin
2222
add_filter( 'gu_override_dot_org', function( $overrides ) {
2323
$overrides[] = 'disable-feeds/disable-feeds.php';
2424
return $overrides;

0 commit comments

Comments
 (0)