mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 10:44:26 +00:00
Added documentation hooks.
git-svn-id: https://develop.svn.wordpress.org/trunk@309 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -574,7 +574,7 @@ function touch_time($edit = 1) {
|
||||
$checked = ' ';
|
||||
}
|
||||
|
||||
echo '<p><input type="checkbox" class="checkbox" name="edit_date" value="1" id="timestamp" '.$checked.'/> <label for="timestamp">Edit timestamp</label><br />';
|
||||
echo '<p><input type="checkbox" class="checkbox" name="edit_date" value="1" id="timestamp" '.$checked.'/> <label for="timestamp">Edit timestamp</label> <a href="http://wordpress.org/docs/reference/post/#edit_timestamp" title="Help on changing the timestamp">?</a><br />';
|
||||
|
||||
$time_adj = time() + ($time_difference * 3600);
|
||||
$jj = ($edit) ? mysql2date('d', $postdata['Date']) : date('d', $time_adj);
|
||||
|
||||
Reference in New Issue
Block a user