- updated readme;

- added attributes for member directory footer;
This commit is contained in:
nikitasinelnikov
2020-10-07 12:40:53 +03:00
parent ea714c52ca
commit 48f7bc63ac
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ Stable tag: 2.1.11
License: GNU Version 2 or Any Later Version
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
The #1 plugin for front-end user profiles, registration & login forms, member directories, content restriction and more.
The #1 plugin for front-end user profiles, user registration & login forms, member directories, content restriction and more.
== Description ==
+1 -1
View File
@@ -368,6 +368,6 @@ if ( ( ( $search && $show_search ) || ( $filters && $show_filters && count( $sea
* }
* ?>
*/
do_action( 'um_members_directory_footer', $args ); ?>
do_action( 'um_members_directory_footer', $args, $form_id, $not_searched ); ?>
</div>