Changeset 2492
- Timestamp:
- 03/29/2005 03:11:36 PM (20 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/classic/footer.php
r2184 r2492 8 8 </div> 9 9 10 <?php do_action('wp_footer'); ?>10 <?php wp_footer(); ?> 11 11 </body> 12 12 </html> -
trunk/wp-content/themes/default/footer.php
r2184 r2492 15 15 <?php /* "Just what do you think you're doing Dave?" */ ?> 16 16 17 <?php do_action('wp_footer'); ?>17 <?php wp_footer(); ?> 18 18 19 19 </body> -
trunk/wp-includes/functions.php
r2485 r2492 1247 1247 } 1248 1248 1249 function wp_footer() { 1250 do_action('wp_footer'); 1251 } 1252 1249 1253 function is_single ($post = '') { 1250 1254 global $wp_query;
Note: See TracChangeset
for help on using the changeset viewer.