Ticket #57069: 57069.patch
File 57069.patch, 1.9 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 Global post object. 198 200 * 199 201 * @param array $options { 200 202 * Optional options object. -
wp-includes/class-wp-locale.php
124 124 * @since 2.1.0 125 125 * 126 126 * @global string $text_direction 127 * @global string $wp_version The WordPress version string.127 * 128 128 */ 129 129 public function init() { 130 130 // The weekdays. -
wp-includes/class-wp-tax-query.php
589 589 * 590 590 * @since 3.2.0 591 591 * 592 * @global wpdb $wpdb The WordPress database abstraction object.593 *594 592 * @param array $query The single query. Passed by reference. 595 593 * @param string $resulting_field The resulting field. Accepts 'slug', 'name', 'term_taxonomy_id', 596 594 * or 'term_id'. Default 'term_id'. -
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 */