Changeset 59575
- Timestamp:
- 01/05/2025 10:10:39 PM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r59572 r59575 6355 6355 foreach ( $post_authors as $post_author ) { 6356 6356 // Do we have an author id or an author login? 6357 if ( 0 == (int) $post_author ) {6357 if ( 0 === (int) $post_author ) { 6358 6358 $post_author = get_user_by( 'login', $post_author ); 6359 6359 if ( empty( $post_author ) ) {
Note: See TracChangeset
for help on using the changeset viewer.