Make WordPress Core

Ticket #57069: 57069.patch

File 57069.patch, 1.9 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 Global post object.
    198200         *
    199201         * @param array $options {
    200202         *     Optional options object.
  • wp-includes/class-wp-locale.php

     
    124124         * @since 2.1.0
    125125         *
    126126         * @global string $text_direction
    127          * @global string $wp_version     The WordPress version string.
     127         *
    128128         */
    129129        public function init() {
    130130                // The weekdays.
  • wp-includes/class-wp-tax-query.php

     
    589589         *
    590590         * @since 3.2.0
    591591         *
    592          * @global wpdb $wpdb The WordPress database abstraction object.
    593          *
    594592         * @param array  $query           The single query. Passed by reference.
    595593         * @param string $resulting_field The resulting field. Accepts 'slug', 'name', 'term_taxonomy_id',
    596594         *                                or 'term_id'. Default 'term_id'.
  • 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         */