mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-20 08:55:43 +03:00
Pledge List: Add sorting by total contributor count
Allow sorting the pledge archive by total number of confirmed contributors.
This commit is contained in:
parent
e9aeb72c9b
commit
fea1621cf9
2 changed files with 9 additions and 0 deletions
|
@ -37,6 +37,9 @@ get_header(); ?>
|
|||
<option value="alphabetical" <?php selected( $pledge_order, 'alphabetical' ); ?>>
|
||||
<?php esc_html_e( 'Alphabetical', 'wporg-5ftf' ); ?>
|
||||
</option>
|
||||
<option value="contributors" <?php selected( $pledge_order, 'contributors' ); ?>>
|
||||
<?php esc_html_e( 'Total Contributors', 'wporg-5ftf' ); ?>
|
||||
</option>
|
||||
<option value="hours" <?php selected( $pledge_order, 'hours' ); ?>>
|
||||
<?php esc_html_e( 'Total Hours', 'wporg-5ftf' ); ?>
|
||||
</option>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue