Changeset 27231 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 02/21/2014 10:48:38 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r27230 r27231 1383 1383 1384 1384 /** 1385 * Display or Retrieve the date the current $post was written (once per date)1385 * Display or Retrieve the date the current post was written (once per date) 1386 1386 * 1387 1387 * Will only output the date if the current post's date is different from the … … 1421 1421 1422 1422 /** 1423 * Retrieve the date the current $post was written.1423 * Retrieve the date the current post was written. 1424 1424 * 1425 1425 * Unlike the_date() this function will always return the date. … … 1429 1429 * 1430 1430 * @param string $d Optional. PHP date format defaults to the date_format option if not specified. 1431 * @return string |null Null if displaying, string if retrieving.1431 * @return string Date the current post was written. 1432 1432 */ 1433 1433 function get_the_date( $d = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.