Ticket #57069: 57069.4.patch
File 57069.4.patch, 1.5 KB (added by , 2 years ago) |
---|
-
wp-includes/class-wp-block.php
195 195 * Generates the render output for the block. 196 196 * 197 197 * @since 5.5.0 198 * 199 * @global WP_Post $post The post to edit. 198 200 * 199 201 * @param array $options { 200 202 * Optional options object. -
wp-includes/class-wp-taxonomy.php
278 278 * 279 279 * @since 4.7.0 280 280 * 281 * @global WP $wp Current WordPress environment instance.282 *283 281 * @param string $taxonomy Taxonomy key, must not exceed 32 characters. 284 282 * @param array|string $object_type Name of the object type for the taxonomy object. 285 283 * @param array|string $args Optional. Array or query string of arguments for registering a taxonomy. -
wp-includes/class-wp-term-query.php
910 910 * 911 911 * @since 4.6.0 912 912 * 913 * @global wpdb $wpdb WordPress database abstraction object.914 *915 913 * @param string $orderby_raw Alias for the field to order by. 916 914 * @return string|false Value to used in the ORDER clause. False otherwise. 917 915 */