Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#38471 closed defect (bug) (duplicate)

Twenty Seventeen Fatal Error missing twentyseventeen_edit_link

Reported by: tjnowell's profile TJNowell Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Bundled Theme Keywords:
Focuses: Cc:

Description

Both the GitHub and svn trunk copies have this issue ( last checked at r38827 ), using the theme generates a fatal error due to a missing twentyseventeen_edit_link function:

Fatal error</b>: Uncaught Error: Call to undefined function twentyseventeen_edit_link() in wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php:36
Stack trace:
#0 wp-includes/template.php(574): require()
#1 wp-includes/template.php(531): load_template('....', false)
#2 wp-includes/general-template.php(167): locate_template(Array, true, false)
#3 wp-content/themes/twentyseventeen/front-page.php(23): get_template_part('template-parts/...', 'front-page')
#4 wp-includes/template-loader.php(75): include('....')
#5 wp-blog-header.php(19): require_once('....')
#6 index.php(17): require('....')
#7 {main}
  thrown in <b>wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php</b> on line <b>36</b>

Tested on current 4.6 stable with twentyseventeen trunk

Change History (1)

#1 @ocean90
8 years ago

  • Component changed from Themes to Bundled Theme
  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed
  • Version trunk deleted

Hello @TJNowell, Twenty Seventeen isn't compatible with 4.6, see #38411.

Note: See TracTickets for help on using tickets.