Kees Meijer

Results 16 comments of Kees Meijer

I'm using VVV to work on WordPress core. There the `$WP_CORE_DIR` is set to the wordpress-develop (trunk) directory. In other dev environments I just use the default `/tmp/wordpress` directory where...

Just for testing try it without `exclude_posts` and setting `posts_per_page` to `-1`. Do the posts with multiple related tags show up in the list of related posts (but in the...

I've just cleared my browser history and now it all works again. I will let you know if the error returns.

Yes, I now get the same block error as you. And when I de-activate the plugin the image block works as it should. And before (deleting browser history) I got...

I was getting the same error with a block for my own plugin and fixed it by installing the babel-plugin-lodash plugin as described in the original issue. https://github.com/WordPress/gutenberg/issues/4043#issuecomment-361001527 It also...

Yeah, something went wrong with moving this PR to it's own branch 😄

This repo is probably dead (but not yet archived). There is not much feedback from any maintainer, if there is one.

Maybe they can give feedback. Not just to this PR. Maybe this repo is dead?

I've tested your patch on the wp-includes folder to see if there would be any differences between the current way docblocks are imported and with the patch. The only differences...

I've now tested your patch on trunk and it correctly adds the DocBlocks for these hooks: * `custom_menu_order` in /wp-admin/includes/menu.php * `wp_save_post_revision_check_for_changes` in /wp-includes/revision.php These undocumented hooks get a wrong...