mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 22:23:37 +09:00
Fix typo in the widget description
This commit is contained in:
@@ -26,7 +26,7 @@ class UM_Search_Widget extends \WP_Widget {
|
||||
__('Ultimate Member - Search', 'ultimate-member'),
|
||||
|
||||
// Widget description
|
||||
array( 'description' => __( 'Shows users they follow in a widget.', 'ultimate-member' ), )
|
||||
array( 'description' => __( 'Shows the search member form.', 'ultimate-member' ), )
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user