Changeset 41180
- Timestamp:
- 07/28/2017 02:20:22 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-users-list-table.php
r41161 r41180 418 418 419 419 // Add a link to the user's author archive, if not empty. 420 if ( $author_posts_url = get_author_posts_url( $user_object->ID ) ) { 420 $author_posts_url = get_author_posts_url( $user_object->ID ); 421 if ( $author_posts_url ) { 421 422 $actions['view'] = sprintf( 422 423 '<a href="%s" aria-label="%s">%s</a>',
Note: See TracChangeset
for help on using the changeset viewer.