PluginProbe
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP / 1.2.32
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP v1.2.32
1.2.73 1.2.72 1.2.71 1.2.70 1.2.69 1.2.68 1.2.67 1.2.66 1.2.65 1.2.64 1.2.63 trunk 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.20 1.0.21 1.0.22 All 173 releases
← All changes | widgets/authorbox.php +0 -2 trunk1.2.32 View file →
@@ -144,9 +144,8 @@
144 144 $author_id = $post->post_author;
145 145 $author_link = uwp_build_profile_tab_url($author_id);
146 146 $user = get_user_by('id', $author_id);
147 147 $author_name = esc_attr( $user->display_name );
148 - $author_display_name = uwp_get_username($user->ID);
149 148 $author_bio = get_user_meta($author_id, 'description', true);
150 149 $limit_words = apply_filters('uwp_author_bio_content_limit', uwp_get_option('author_box_bio_limit', 200));
151 150 $author_bio = wp_trim_words( $author_bio, $limit_words, '...' );
152 151 $meta_table = get_usermeta_table_prefix() . 'uwp_usermeta';
@@ -160,9 +159,8 @@
160 159 '[#post_modified#]' => esc_attr( $post->post_modified ),
161 160 '[#post_date#]' => esc_attr( $post->post_date ),
162 161 '[#author_id#]' => absint( $post->post_author ),
163 162 '[#author_name#]' => esc_attr( $author_name ),
164 - '[#author_display_name#]' => $author_display_name,
165 163 '[#author_link#]' => esc_url( $author_link ),
166 164 '[#author_bio#]' => esc_textarea( $author_bio ),
167 165 '[#author_image#]' => get_avatar($post->post_author, $avatar_size),
168 166 '[#author_image_url#]' => get_avatar_url($post->post_author, $avatar_size),