Changeset 13242 for trunk/wp-includes/general-template.php
- Timestamp:
- 02/20/2010 02:01:46 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r13219 r13242 1353 1353 */ 1354 1354 function get_the_date( $d = '' ) { 1355 global $post , $day;1355 global $post; 1356 1356 $the_date = ''; 1357 1357
Note: See TracChangeset
for help on using the changeset viewer.