Make WordPress Core

Ticket #57069: 57069.4.patch

File 57069.4.patch, 1.5 KB (added by upadalavipul, 2 years ago)
  • wp-includes/class-wp-block.php

     
    195195         * Generates the render output for the block.
    196196         *
    197197         * @since 5.5.0
     198         *
     199         * @global WP_Post $post The post to edit.
    198200         *
    199201         * @param array $options {
    200202         *     Optional options object.
  • wp-includes/class-wp-taxonomy.php

     
    278278         *
    279279         * @since 4.7.0
    280280         *
    281          * @global WP $wp Current WordPress environment instance.
    282          *
    283281         * @param string       $taxonomy    Taxonomy key, must not exceed 32 characters.
    284282         * @param array|string $object_type Name of the object type for the taxonomy object.
    285283         * @param array|string $args        Optional. Array or query string of arguments for registering a taxonomy.
  • wp-includes/class-wp-term-query.php

     
    910910         *
    911911         * @since 4.6.0
    912912         *
    913          * @global wpdb $wpdb WordPress database abstraction object.
    914          *
    915913         * @param string $orderby_raw Alias for the field to order by.
    916914         * @return string|false Value to used in the ORDER clause. False otherwise.
    917915         */