_media_states example

<?php             echo $link_start;

            if ( $thumb ) :
                ?> <span class="media-icon <?php echo sanitize_html_class( $mime . '-icon' ); ?>"><?php echo $thumb; ?></span> <?php             endif;

            echo $title . $link_end;

            _media_states( $post );
            ?> </strong> <p class="filename"> <span class="screen-reader-text"> <?php                 /* translators: Hidden accessibility text. */
                _e( 'File name:' );
                ?> </span> <?php             $file = get_attached_file( $post->ID );
            
Home | Imprint | This part of the site doesn't use cookies.