Skip to content

Commit 0bbb025

Browse files
committed
Minor copy modififications
1 parent c305b5e commit 0bbb025

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This plugin was forked from code by [Kailey Lampert](https://github.com/trepmal/
2323

2424
- Sorts My Sites list alphabetically
2525
- Adds a filter-as-you-type search input to the My Sites dropdown
26-
- Supports multiple color scheme (including [Dark Mode](https://wordpress.org/plugins/dark-mode/))
26+
- Supports multiple color schemes (including [Dark Mode](https://wordpress.org/plugins/dark-mode/))
2727

2828
## Requirements
2929

@@ -33,8 +33,6 @@ This plugin was forked from code by [Kailey Lampert](https://github.com/trepmal/
3333

3434
## Installation & Configuration
3535

36-
**Installable ZIP (beta): [my-sites-sort-filter.zip](https://f001.backblazeb2.com/file/hendricks/tmp/my-sites-sort-filter.zip)**
37-
3836
Simply download, install and activate. Once activated, it automatically sorts sites and adds a filter search input. No configuration needed.
3937

4038
By default, the filter search field appears when there are greater than 10 sites in your My Sites list. To change this, you can define the following constant in wp-config.php: `define( 'MSSF_MINIMUM_SITES', 5 );` (replacing 5 with the number of your choice).

my-sites-sort-filter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Stable tag: 1.0.0
1313
* Author URI: https://www.danhendricks.com/
1414
* Text Domain: my-sites-sort-filter
15-
* Domain Path: languages
15+
* Domain Path: /languages
1616
*/
1717

1818
/* Copyright 2018 Daniel M. Hendricks (https://www.danhendricks.com/)

readme.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Requires at least: 4.8
66
Tested up to: 4.9.8
77
Requires PHP: 5.6
88
Stable tag: 1.0.0
9-
License: GPL-2.0
9+
License: GPLv2
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

12-
Sorts multisite dropdown site list alphabetically and adds a filter box.
12+
Sorts multisite dropdown site list alphabetically and adds a filter-as-you-type search input.
1313

1414
== Description ==
1515
This plugin helps you find sub-sites in the My Sites dropdown on large WordPress multisite installations. It sorts sites alphabetically and allows you to filter as you type.
@@ -30,19 +30,19 @@ This plugin was forked from code by [Kailey Lampert](https://github.com/trepmal/
3030

3131
* Sorts My Sites list alphabetically
3232
* Adds a filter-as-you-type search input to the My Sites dropdown
33-
* Supports multiple color scheme (including [Dark Mode](https://wordpress.org/plugins/dark-mode/))
33+
* Supports multiple color schemes (including [Dark Mode](https://wordpress.org/plugins/dark-mode/))
3434

3535
GitHub repo: [https://github.com/cloudverve/my-sites-sort-filter](https://github.com/cloudverve/my-sites-sort-filter)
3636

3737
== Installation ==
38-
1. Install, activate, done.
38+
1. Simply download, install and activate.
3939

40-
Once activated, it automatically sorts sites and adds a filter search input (when list is greater than 10 in length). No configuration required.
40+
Once activated, it automatically sorts sites and adds a filter search input. No configuration needed.
4141

4242
== Frequently Asked Questions ==
4343
**Can I change the number of sites that triggers the filter search input to appear?**
4444

45-
Simply download, install and activate. Once activated, it automatically sorts sites and adds a filter search input. No configuration needed. To change this, you can define the following constant in wp-config.php: <code>define( 'MSSF_MINIMUM_SITES', 5 );</code> (replacing 5 with the number of your choice).
45+
By default, the filter search field appears when there are greater than 10 sites in your My Sites list. To change this, you can define the following constant in wp-config.php: <code>define( 'MSSF_MINIMUM_SITES', 5 );</code> (replacing 5 with the number of your choice).
4646

4747
== Screenshots ==
4848
1. Sorted My Site List with Filter Input

0 commit comments

Comments
 (0)