Changeset 49979 for trunk/src/wp-includes/media.php
- Timestamp:
- 01/18/2021 12:53:30 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r49936 r49979 3930 3930 3931 3931 $author = new WP_User( $attachment->post_author ); 3932 3932 3933 if ( $author->exists() ) { 3933 3934 $author_name = $author->display_name ? $author->display_name : $author->nickname;
Note: See TracChangeset
for help on using the changeset viewer.