Title: halillea's Replies | WordPress.org

---

# halillea

  [  ](https://wordpress.org/support/users/halillea/)

 *   [Profile](https://wordpress.org/support/users/halillea/)
 *   [Topics Started](https://wordpress.org/support/users/halillea/topics/)
 *   [Replies Created](https://wordpress.org/support/users/halillea/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/halillea/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/halillea/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/halillea/engagements/)
 *   [Favorites](https://wordpress.org/support/users/halillea/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Warning: Cannot modify header information …headers already sentt by../themes/.](https://wordpress.org/support/topic/warning-cannot-modify-header-information-headers-already-sentt-bythemes/)
 *  Thread Starter [halillea](https://wordpress.org/support/users/halillea/)
 * (@halillea)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/warning-cannot-modify-header-information-headers-already-sentt-bythemes/#post-1909558)
 * here is the start of the file (this is the original french file downloaded from
   wordpress site
 * i reuploaded and no change so far
 * —————-stsrt of the functions.php head of the file
    <?php /** * Main WordPress
   API * * [@package](https://wordpress.org/support/users/package/) WordPress */
 * /**
    * Converts MySQL DATETIME field to user specified date format. * * If $dateformatstring
   has ‘G’ value, then gmmktime() function will be used to * make the time. If $
   dateformatstring is set to ‘U’, then mktime() function * will be used to make
   the time. * * The $translate will only be used, if it is set to true and it is
   by default * and if the $wp_locale object has the month and weekday set. * * 
   [@since](https://wordpress.org/support/users/since/) 0.71 * * [@param](https://wordpress.org/support/users/param/)
   string $dateformatstring Either ‘G’, ‘U’, or php date format. * [@param](https://wordpress.org/support/users/param/)
   string $mysqlstring Time from mysql DATETIME field. * [@param](https://wordpress.org/support/users/param/)
   bool $translate Optional. Default is true. Will switch format to locale. * [@return](https://wordpress.org/support/users/return/)
   string Date formated by $dateformatstring or locale (if available). */ function
   mysql2date( $dateformatstring, $mysqlstring, $translate = true ) { $m = $mysqlstring;
   if ( empty( $m ) ) return false;
 * —————-end of the head of the file

Viewing 1 replies (of 1 total)