/home/altere25/labratnyc.com/wp-content/themes/twentytwentyone
NameSizeModeActions
assets/-0755rm
classes/-0755rm
inc/-0755rm
template-parts/-0755rm
404.php7210644editdlrm
archive.php9950644editdlrm
comments.php26320644editdlrm
footer.php22550644editdlrm
functions.php192970644editdlrm
header.php10270644editdlrm
image.php34520644editdlrm
index.php11980644editdlrm
package-lock.json5598710644editdlrm
package.json24150644editdlrm
page.php5900644editdlrm
postcss.config.js2830644editdlrm
readme.txt54910644editdlrm
screenshot.png797220644editdlrm
search.php16470644editdlrm
searchform.php14320644editdlrm
single.php16980644editdlrm
style-rtl.css1551600644editdlrm
style.css1554610644editdlrm
style.css.map234420644editdlrm
Edit: /home/altere25/labratnyc.com/wp-content/themes/twentytwentyone/image.php (3452B)
>
', '' ); ?>
'', /* translators: %: Page number. */ 'pagelink' => esc_html__( 'Page %', 'twentytwentyone' ), ) ); ?>
'; printf( /* translators: %s: Parent post. */ esc_html__( 'Published in %s', 'twentytwentyone' ), '' . esc_html( get_the_title( wp_get_post_parent_id( $post ) ) ) . '' ); echo ''; } else { // Edit post link. edit_post_link( sprintf( /* translators: %s: Post title. Only visible to screen readers. */ esc_html__( 'Edit %s', 'twentytwentyone' ), '' . get_the_title() . '' ), '', '' ); } // Retrieve attachment metadata. $metadata = wp_get_attachment_metadata(); if ( $metadata ) { printf( '%1$s%3$s × %4$s', /* translators: Hidden accessibility text. */ esc_html_x( 'Full size', 'Used before full size attachment link.', 'twentytwentyone' ), // phpcs:ignore WordPress.Security.EscapeOutput esc_url( wp_get_attachment_url() ), absint( $metadata['width'] ), absint( $metadata['height'] ) ); } if ( wp_get_post_parent_id( $post ) ) { // Edit post link. edit_post_link( sprintf( /* translators: %s: Post title. Only visible to screen readers. */ esc_html__( 'Edit %s', 'twentytwentyone' ), '' . get_the_title() . '' ), '', '
' ); } ?>