Skip to content

Commit dcb42d0

Browse files
author
Paul Schreiber
authored
Update RestrictedHooksSniff.php
1 parent 5b6217e commit dcb42d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressVIPMinimum/Sniffs/Hooks/RestrictedHooksSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class RestrictedHooksSniff extends AbstractFunctionParameterSniff {
6363
],
6464
],
6565
'robotstxt' => [
66-
// WordPress.com + VIP Go: https://wpvip.com/documentation/robots-txt/
66+
// WordPress.com + VIP Go: https://wpvip.com/documentation/robots-txt/.
6767
'type' => 'Warning',
6868
'msg' => 'Don\'t forget to flush the robots.txt cache by going to Settings > Reading and toggling the privacy settings.',
6969
'hooks' => [

0 commit comments

Comments
 (0)