Changeset 144713 for fluida/1.8.6/image.php
- Timestamp:
- 03/15/2021 07:00:53 PM (5 years ago)
- Location:
- fluida/1.8.6
- Files:
-
- 1 edited
- 1 copied
-
. (copied) (copied from fluida/1.8.5)
-
image.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fluida/1.8.6/image.php
r135857 r144713 8 8 get_header(); ?> 9 9 10 <div id="container" class="single-attachment <?php echofluida_get_layout_class(); ?>">11 <main id="main" role="main"class="main">10 <div id="container" class="single-attachment <?php fluida_get_layout_class(); ?>"> 11 <main id="main" class="main"> 12 12 13 13 <?php while ( have_posts() ) : the_post(); ?> … … 38 38 <i class="icon-edit-alt icon-metas" title="<?php esc_attr_e( 'Published in', 'fluida' ); ?>"></i> 39 39 <a href="<?php echo esc_url( get_permalink( $post->post_parent ) ) ?>"> 40 <?php echo esc_html( get_the_title( $post->post_parent ) ) ;?>40 <?php echo esc_html( get_the_title( $post->post_parent ) )?> 41 41 </a> 42 42 </span>
Note: See TracChangeset
for help on using the changeset viewer.