From 41045fbb0f0f56042d29a5d7e5bc23dc96558a8e Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Tue, 28 Jun 2022 21:18:44 -0700 Subject: [PATCH] Fix formatting --- README.md | 4 ++-- readme.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b311882..97ff3e1 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ Donate link: **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html -Automatically paginate posts by inserting the `<!--nextpage-->` Quicktag. +Automatically paginate posts by inserting the `<!--nextpage-->` Quicktag. ## Description ## -Automatically paginate WordPress content by inserting the `<!--nextpage-->` Quicktag at intervals controlled by plugin's settings. +Automatically paginate WordPress content by inserting the `<!--nextpage-->` Quicktag at intervals controlled by plugin's settings. Option is provided to control which post types are automatically paginated (default is the "Post" post type). Supports any public custom post types (non-public types are supported via the `autopaging_post_types` filter). diff --git a/readme.txt b/readme.txt index c4d6044..a040fc1 100644 --- a/readme.txt +++ b/readme.txt @@ -8,11 +8,11 @@ Stable tag: 0.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html -Automatically paginate posts by inserting the `<!--nextpage-->` Quicktag. +Automatically paginate posts by inserting the `<!--nextpage-->` Quicktag. == Description == -Automatically paginate WordPress content by inserting the `<!--nextpage-->` Quicktag at intervals controlled by plugin's settings. +Automatically paginate WordPress content by inserting the `<!--nextpage-->` Quicktag at intervals controlled by plugin's settings. Option is provided to control which post types are automatically paginated (default is the "Post" post type). Supports any public custom post types (non-public types are supported via the `autopaging_post_types` filter). -- GitLab