Making WordPress.org


Ignore:
Timestamp:
09/20/2018 05:44:16 AM (8 years ago)
Author:
dd32
Message:

WordPress.TV: Sync open-sourced theme with the master source.

See #1625, #3392.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/sidebar-single.php

    r6374 r7675  
    124124                        <?php endif; ?>
    125125
     126        <?php
     127                the_widget(
     128                        'WP_Widget_Custom_HTML',
     129                        [
     130                                'content' => '<p></p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0;" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.',
     131                        ]
     132                );
     133        ?>
    126134</div><!-- .secondary-content -->
Note: See TracChangeset for help on using the changeset viewer.