Joined: 03 Aug 2007 Posts: 416 Location: A'dam/Diemen, The Netherlands
Posted: Fri Oct 14, 2022 11:25 am Post subject: [WordPress] commits
https://core.trac.wordpress.org/changeset/46196
Message:
Docs: Clarify that $show_in_rest parameter of register_post_type() and register_taxonomy() should be enabled for the post type or taxonomy to be available in the block editor.
Props ramon-fincken.
Fixes #48084.
https://core.trac.wordpress.org/changeset/40978
Message:
Introduce $comment_count param for WP_Query.
This parameter allows querying for posts with a specific value of
comment_count. It is also possible to query for posts that match
a comment_count comparison by passing an array with 'value' and
'compare' operators (eg array( 'compare' => '>', 'value' => 5 )).
Props ramon fincken.
Fixes #28399.
https://core.trac.wordpress.org/changeset/54239
Message:
Bootstrap/Load: Confirm the value of WP_ENVIRONMENT_TYPE before using.
This adjusts the check for the presence of the WP_ENVIRONMENT_TYPE constant to also confirm it is set to a non-empty value before using.
Props dd32, khokansardar, ramon-fincken.
Fixes #55741.
https://core.trac.wordpress.org/changeset/55018
Message:
Docs: Remove the legacy example of passing a taxonomy to get_terms().
Props ramon-fincken, sabernhardt, SergeyBiryukov.
Fixes #57380.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum