Changeset 49995 for branches/5.6/src/wp-includes/media.php
- Timestamp:
- 01/21/2021 12:20:05 PM (4 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-includes/media.php
r49753 r49995 3862 3862 3863 3863 $author = new WP_User( $attachment->post_author ); 3864 3864 3865 if ( $author->exists() ) { 3865 3866 $author_name = $author->display_name ? $author->display_name : $author->nickname;
Note: See TracChangeset
for help on using the changeset viewer.