From b94701a2f661de9e3de283e0d70697395dcd7501 Mon Sep 17 00:00:00 2001 From: Barry Kooij Date: Mon, 11 Aug 2014 22:00:32 +0200 Subject: [PATCH] Updated default amount of automatically linked related posts. --- classes/class-settings.php | 2 +- classes/hooks/class-hook-page-install.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/class-settings.php b/classes/class-settings.php index 1608fd7..f522ff2 100644 --- a/classes/class-settings.php +++ b/classes/class-settings.php @@ -37,7 +37,7 @@ public function __construct() { 'label' => __( 'Amount of Posts', 'related-posts-for-wp' ), 'description' => __( 'The amount of automatically linked post', 'related-posts-for-wp' ), 'type' => 'text', - 'default' => '', + 'default' => '3', ) ) ) ); diff --git a/classes/hooks/class-hook-page-install.php b/classes/hooks/class-hook-page-install.php index 5a077a8..a049c98 100644 --- a/classes/hooks/class-hook-page-install.php +++ b/classes/hooks/class-hook-page-install.php @@ -80,7 +80,7 @@ public function content() {

Do NOT close this window if you click the "Link now" button, wait for this process to finish and this wizard to take you to the next step.