[WordPress] commits

By.

min read

My profile

Share this:

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.

Share this:

Leave a Reply

Your email address will not be published. Required fields are marked *