Making WordPress.org


Ignore:
Timestamp:
11/30/2016 01:37:08 PM (8 years ago)
Author:
johnjamesjacoby
Message:

BuddyPress.org/bbPress.org: Add comma's to srcset attributes, missed in r4447.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/header-front.php

    r4447 r4448  
    55        <div>
    66            <a href="//bbpress.org/download/" id="big-demo-button" class="button">Download bbPress &rarr;</a>
    7             <img src="<?php echo get_stylesheet_directory_uri(); ?>/images/screenshots.png?v=6" srcset="<?php bloginfo( 'template_url' ); ?>/images/screenshots.png?v=6 1x <?php bloginfo( 'template_url' ); ?>/images/screenshots-2x.png?v=6 2x" alt="Screenshots">
     7            <img src="<?php echo get_stylesheet_directory_uri(); ?>/images/screenshots.png?v=6" srcset="<?php bloginfo( 'template_url' ); ?>/images/screenshots.png?v=6 1x, <?php bloginfo( 'template_url' ); ?>/images/screenshots-2x.png?v=6 2x" alt="Screenshots">
    88        </div>
    99    </div></div>
Note: See TracChangeset for help on using the changeset viewer.