Skip to content

Commit

Permalink
Google no longer supports the 404 widget, so default to Off (issue #70)
Browse files Browse the repository at this point in the history
  • Loading branch information
frostschutz committed Aug 9, 2020
1 parent e450782 commit a1eee3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/plugins/google_seo/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -774,8 +774,8 @@ function google_seo_plugin_activate()
array(
'widget' => array(
'title' => "404 widget",
'description' => "Add the Google 404 widget for 404/403 error pages.",
'value' => 1,
'description' => "Add the Google 404 widget for 404/403 error pages.<br /><i>This widget is no longer supported by Google so this setting defaults to 'Off'.</i>",
'value' => 0,
),
'wol_show' => array(
'title' => "Show 404 errors in Who's Online",
Expand Down

0 comments on commit a1eee3b

Please sign in to comment.