Changeset 8332 for sites/trunk/wordcamp.org/public_html/wp-content/themes
- Timestamp:
- 02/22/2019 08:53:48 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-base-v2/image.php
r3275 r8332 26 26 esc_html( get_the_date() ), 27 27 wp_get_attachment_url(), 28 $metadata['width'] ,29 $metadata['height'] ,28 $metadata['width'] ?? 0, 29 $metadata['height'] ?? 0, 30 30 get_permalink( $post->post_parent ), 31 31 get_the_title( $post->post_parent )
Note: See TracChangeset
for help on using the changeset viewer.