Changeset 3644 for trunk/wp-includes/template-functions-post.php
- Timestamp:
- 03/17/2006 01:16:22 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-post.php
r3595 r3644 16 16 } 17 17 18 function get_the_ID() { 19 global $id; 20 return $id; 21 } 18 22 19 23 function the_title($before = '', $after = '', $echo = true) {
Note: See TracChangeset
for help on using the changeset viewer.