BinaryMoon / jarvis

A speedy Gutenberg ready theme
https://prothemedesign.com
GNU General Public License v2.0
51 stars 5 forks source link

Fix fatal error in image.php #66

Closed szepeviktor closed 5 years ago

szepeviktor commented 5 years ago

wp_get_post_parent_id needs an argument: https://github.com/BinaryMoon/jarvis/issues/59#issuecomment-531461394

BinaryMoon commented 5 years ago

shouldn't this be get_the_ID instead of 0?

szepeviktor commented 5 years ago

if you dig down in core's sourcecode you find that 0 triggers getting the current post ID

BinaryMoon commented 5 years ago

I did start reading through it but it went quite deep.