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/buddypress-org/header-front.php

    r4447 r4448  
    66        <div>
    77            <a href="<?php bloginfo( 'url' ); ?>/download/" id="big-demo-button" class="button">Download BuddyPress &rarr;</a>
    8             <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">
     8            <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">
    99        </div>
    1010    </div></div>
Note: See TracChangeset for help on using the changeset viewer.