Changeset 25627 for trunk/src/wp-content/themes/twentyten/footer.php
- Timestamp:
- 09/25/2013 05:03:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/footer.php
r22214 r25627 1 1 <?php 2 2 /** 3 * T he template for displaying the footer.3 * Template for displaying the footer 4 4 * 5 5 * Contains the closing of the id=main div and all content … … 17 17 18 18 <?php 19 /* A sidebar in the footer? Yep. You can can customize 19 /** 20 * A sidebar in the footer? Yep. You can can customize 20 21 * your footer with four columns of widgets. 21 22 */ … … 30 31 31 32 <div id="site-generator"> 32 <?php do_action( 'twentyten_credits' ); ?> 33 <?php 34 /** 35 * Fires before the Twenty Ten credits in the footer. 36 * 37 * @since Twenty Ten 1.0 38 */ 39 do_action( 'twentyten_credits' ); ?> 33 40 <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyten' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>"><?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?></a> 34 41 </div><!-- #site-generator --> … … 40 47 41 48 <?php 42 /* Always have wp_footer() just before the closing </body> 49 /** 50 * Always have wp_footer() just before the closing </body> 43 51 * tag of your theme, or you will break many plugins, which 44 52 * generally use this hook to reference JavaScript files.
Note: See TracChangeset
for help on using the changeset viewer.