Changeset 3533 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/footer.php
- Timestamp:
- 06/22/2016 10:13:29 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/footer.php
r3514 r3533 10 10 11 11 </div><!-- #main --> 12 13 <footer id="colophon" class="site-footer" role="contentinfo">14 <div class="site-info">15 <?php do_action( 'breathe_credits' ); ?>16 <a href="http://wordpress.org/" rel="generator"><?php printf( __( 'Proudly powered by %s', 'p2-breathe' ), 'WordPress' ); ?></a>17 <span class="sep"> | </span>18 <?php printf( __( 'Theme: %s.', 'p2-breathe' ), 'P2' ); ?>19 </div><!-- .site-info -->20 </footer><!-- #colophon -->21 12 </div><!-- #page --> 22 13
Note: See TracChangeset
for help on using the changeset viewer.