Skip to content

Commit 248c7b8

Browse files
committed
Fix no posts on profile copy
1 parent 195a877 commit 248c7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/profiles/posts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<?php
7878
WPUM()->templates
7979
->set_template_data( [
80-
'message' => sprintf( esc_html__( '%s did not submit any posts yet.', 'wp-user-manager' ), $data->user->display_name )
80+
'message' => sprintf( esc_html__( '%s has not submitted any posts yet.', 'wp-user-manager' ), $data->user->display_name )
8181
] )
8282
->get_template_part( 'messages/general', 'warning' );
8383
?>

0 commit comments

Comments
 (0)