Title: Error in parenthesis
Last modified: August 31, 2016

---

# Error in parenthesis

 *  [miguel-moline](https://wordpress.org/support/users/miguel-moline/)
 * (@miguel-moline)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/error-in-parenthesis/)
 * Error in parenthesis.
    File: breadcrumb-trail.php. Line 768
 * **Original:** `$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_day_link(
   get_the_time( 'Y' ) ), get_the_time( 'm' ), get_the_time( 'd' ) ), $day );`
 * **Corrected:** `$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_day_link(
   get_the_time( 'Y' ), get_the_time( 'm' ), get_the_time( 'd' ) ) ), $day );`

The topic ‘Error in parenthesis’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/stargazer/4.0.0/screenshot.png)
 * Stargazer
 * [Support Threads](https://wordpress.org/support/theme/stargazer/)
 * [Active Topics](https://wordpress.org/support/theme/stargazer/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/stargazer/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/stargazer/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [miguel-moline](https://wordpress.org/support/users/miguel-moline/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/error-in-parenthesis/)
 * Status: not resolved