Changeset 2492 for trunk/wp-includes/functions.php
- Timestamp:
- 03/29/2005 03:11:36 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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.