Ticket #14147: tabs.patch
File tabs.patch, 443 bytes (added by , 15 years ago) |
---|
-
wp-includes/functions.php
37 37 return $i; 38 38 39 39 if ( $translate) 40 40 return date_i18n( $dateformatstring, $i ); 41 41 else 42 42 return date( $dateformatstring, $i ); 43 43 } 44 44 45 45 /**