Making WordPress.org


Ignore:
Timestamp:
04/15/2020 05:54:20 AM (6 years ago)
Author:
dd32
Message:

Theme Directory: Swap out the RSS image icon for a dashicon variant.

Fixes #4721

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/view-templates/theme-single.php

    r9725 r9727  
    152152                        <li>
    153153                            <a href="//themes.trac.wordpress.org/log/{{data.id}}?limit=100&mode=stop_on_copy&format=rss">
    154                                 <img src="//s.w.org/style/images/feedicon.png" />
    155                                 <?php _e( 'Development Log', 'wporg-themes' ); ?>
     154                                <span class="dashicons dashicons-rss"></span><?php _e( 'Development Log', 'wporg-themes' ); ?>
    156155                            </a>
    157156                        </li>
Note: See TracChangeset for help on using the changeset viewer.