Changeset 55420 for trunk/src/wp-content/themes/twentythirteen/image.php
- Timestamp:
- 02/24/2023 06:21:21 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/image.php
r51967 r55420 31 31 $published_text = '<span class="attachment-meta">' . $published_text . '</span>'; 32 32 $post_title = get_the_title( $post->post_parent ); 33 if ( empty( $post_title ) || 0 == $post->post_parent ) {33 if ( empty( $post_title ) || 0 === $post->post_parent ) { 34 34 $published_text = '<span class="attachment-meta"><time class="entry-date" datetime="%1$s">%2$s</time></span>'; 35 35 }
Note: See TracChangeset
for help on using the changeset viewer.