- Timestamp:
- 09/20/2018 05:44:16 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/sidebar.php
r2335 r7675 8 8 </ul> 9 9 </li> 10 <?php 11 the_widget( 12 'WP_Widget_Custom_HTML', 13 [ 14 'content' => '<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>.', 15 ], 16 [ 17 'before_widget' => '<li class="widget %s">', 18 'after_widget' => '</li>', 19 ] 20 ); 21 ?> 10 22 <ul/> 11 23 </div><!-- .secondary_content -->
Note: See TracChangeset
for help on using the changeset viewer.