Skip to content

Instantly share code, notes, and snippets.

@dougbeal
Created June 15, 2019 01:46
Show Gist options
  • Select an option

  • Save dougbeal/ba10911d5403636ae9e53b784858a70d to your computer and use it in GitHub Desktop.

Select an option

Save dougbeal/ba10911d5403636ae9e53b784858a70d to your computer and use it in GitHub Desktop.
[15-Jun-2019 01:32:04 UTC] PHP Fatal error: Uncaught Error: Call to undefined function get_feed_build_date() in /var/www/html/wp-content/plugins/indieweb-post-kinds/templates/feed-atom.php:33
Stack trace:
#0 /var/www/html/wp-includes/template.php(704): require_once()
#1 /var/www/html/wp-content/plugins/indieweb-post-kinds/indieweb-post-kinds.php(117): load_template('/var/www/html/w...')
#2 /var/www/html/wp-includes/class-wp-hook.php(288): Post_Kinds_Plugin::do_feed_atom(false)
#3 /var/www/html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters('', Array)
#4 /var/www/html/wp-includes/plugin.php(465): WP_Hook->do_action(Array)
#5 /var/www/html/wp-includes/functions.php(1399): do_action('do_feed_atom', false, 'atom')
#6 /var/www/html/wp-includes/template-loader.php(40): do_feed()
#7 /var/www/html/wp-blog-header.php(19): require_once('/var/www/html/w...')
#8 /var/www/html/index.php(17): require('/var/www/html/w...')
#9 {main}
thrown in /var/www/html/wp-content/plugins/indieweb-post-kinds/templates/feed-atom.php on line 33
@dshanske
Copy link

Turns out it was introduced in 5.2. Who noticed? Fixing now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment