post_parent ) { echo wp_kses( sprintf( /* translators: 1: date, 2: full size image url, 3: width, 4: height, 5: parent post url, 6: parent post title as an attribute, 7: parent post title as text */ __( '%1$s at %3$s × %4$s in %7$s', 'monotone' ), esc_html( get_the_date() ), esc_url( wp_get_attachment_url() ), absint( $metadata['width'] ?? 0 ), absint( $metadata['height'] ?? 0 ), esc_url( get_permalink( $post->post_parent ) ), esc_attr( wp_strip_all_tags( get_the_title( $post->post_parent ) ) ), esc_html( wp_strip_all_tags( get_the_title( $post->post_parent ) ) ) ), array( 'a' => array( 'href' => array(), 'title' => array(), 'rel' => array() ) ) ); } else { echo wp_kses( sprintf( __( '%1$s at %3$s × %4$s', 'monotone' ), esc_html( get_the_date() ), esc_url( wp_get_attachment_url() ), absint( $metadata['width'] ?? 0 ), absint( $metadata['height'] ?? 0 ) ), array( 'a' => array( 'href' => array(), 'title' => array(), 'rel' => array() ) ) ); } ?>
', '' ); ?>