Changeset 63790
- Timestamp:
- 09/22/2026 04:05:00 AM (16 hours ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 15 edited
-
block-supports/custom-css.php (modified) (1 diff)
-
class-wp-block-processor.php (modified) (2 diffs)
-
class-wp-theme-json.php (modified) (1 diff)
-
class-wp-token-map.php (modified) (2 diffs)
-
html-api/class-wp-html-processor.php (modified) (3 diffs)
-
html-api/class-wp-html-tag-processor.php (modified) (3 diffs)
-
html-api/class-wp-html-token.php (modified) (1 diff)
-
rest-api/endpoints/class-wp-rest-block-directory-controller.php (modified) (2 diffs)
-
rest-api/endpoints/class-wp-rest-comments-controller.php (modified) (1 diff)
-
rest-api/endpoints/class-wp-rest-font-faces-controller.php (modified) (1 diff)
-
rest-api/endpoints/class-wp-rest-font-families-controller.php (modified) (1 diff)
-
rest-api/endpoints/class-wp-rest-global-styles-controller.php (modified) (1 diff)
-
rest-api/endpoints/class-wp-rest-search-controller.php (modified) (6 diffs)
-
rest-api/endpoints/class-wp-rest-themes-controller.php (modified) (1 diff)
-
sitemaps/class-wp-sitemaps-stylesheet.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/custom-css.php
r63529 r63790 158 158 * Registers the style block attribute for block types that support it. 159 159 * 160 * @since 7.0.0 161 * 160 162 * @param WP_Block_Type $block_type Block Type. 161 163 */ -
trunk/src/wp-includes/class-wp-block-processor.php
r63630 r63790 539 539 * when processing HTML spans, so there’s no need to track them independently. 540 540 * 541 * @since 6.9.0 541 542 * @var 'push'|'void'|'pop'|null 542 543 */ … … 1443 1444 * $is_formula = $processor->is_block_type( 'math-block/formula' ); 1444 1445 * 1446 * @since 6.9.0 1447 * 1445 1448 * @param string $block_type Block type name for the desired block. 1446 1449 * E.g. "paragraph", "core/paragraph", "math-blocks/formula". -
trunk/src/wp-includes/class-wp-theme-json.php
r63641 r63790 955 955 * Processes pseudo-selectors for any node (block or variation). 956 956 * 957 * @since 7.0.0 958 * 957 959 * @param array $node The node data (block or variation). 958 960 * @param string $base_selector The base selector. -
trunk/src/wp-includes/class-wp-token-map.php
r63320 r63790 152 152 * corresponds to the WordPress release will help people identify where an 153 153 * old copy of data came from. 154 * 155 * @since 6.6.0 154 156 */ 155 157 const STORAGE_VERSION = '6.6.0-trunk'; … … 644 646 * ); 645 647 * 648 * @since 6.6.0 649 * 646 650 * @return array The lookup key/substitution values as an associate array. 647 651 */ -
trunk/src/wp-includes/html-api/class-wp-html-processor.php
r63463 r63790 258 258 * Context node if created as a fragment parser. 259 259 * 260 * @since 6.6.0 260 261 * @var WP_HTML_Token|null 261 262 */ … … 5133 5134 /** 5134 5135 * Indicates the namespace of the current token, or "html" if there is none. 5136 * 5137 * @since 6.7.0 5135 5138 * 5136 5139 * @return string One of "html", "math", or "svg". … … 6652 6655 * doing so with a full understanding that it's intended to be a private API. 6653 6656 * 6657 * @since 6.4.0 6654 6658 * @access private 6655 6659 */ -
trunk/src/wp-includes/html-api/class-wp-html-tag-processor.php
r63656 r63790 690 690 * Whether the current tag is an opening tag, e.g. <div>, or a closing tag, e.g. </div>. 691 691 * 692 * @since 6.2.0 692 693 * @var bool 693 694 */ … … 1381 1382 * Releasing a bookmark frees up the small 1382 1383 * performance overhead it requires. 1384 * 1385 * @since 6.2.0 1383 1386 * 1384 1387 * @param string $name Name of the bookmark to remove. … … 5087 5090 * its information. 5088 5091 * 5092 * @since 6.7.0 5093 * 5089 5094 * @return WP_HTML_Doctype_Info|null The DOCTYPE declaration information or `null` if not 5090 5095 * currently at a DOCTYPE node. -
trunk/src/wp-includes/html-api/class-wp-html-token.php
r62507 r63790 82 82 * Called when token is garbage-collected or otherwise destroyed. 83 83 * 84 * @since 6.4.0 84 85 * @var callable|null 85 86 */ -
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php
r63567 r63790 19 19 /** 20 20 * Constructs the controller. 21 * 22 * @since 5.5.0 21 23 */ 22 24 public function __construct() { … … 27 29 /** 28 30 * Registers the necessary REST API routes. 31 * 32 * @since 5.5.0 29 33 */ 30 34 public function register_routes() { -
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
r63675 r63790 2168 2168 * Check if post type supports notes. 2169 2169 * 2170 * @since 6.9.0 2171 * 2170 2172 * @param string $post_type Post type name. 2171 2173 * @return bool True if post type supports notes, false otherwise. -
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php
r61765 r63790 10 10 /** 11 11 * Class to access font faces through the REST API. 12 * 13 * @since 6.5.0 12 14 */ 13 15 class WP_REST_Font_Faces_Controller extends WP_REST_Posts_Controller { -
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-font-families-controller.php
r61765 r63790 497 497 * Prepares child font face links for the request. 498 498 * 499 * @since 6.5.0 500 * 499 501 * @param int $font_family_id Font family post ID. 500 502 * @return array Links for the child font face posts. -
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php
r63596 r63790 10 10 /** 11 11 * Base Global Styles REST API Controller. 12 * 13 * @since 5.9.0 12 14 */ 13 15 class WP_REST_Global_Styles_Controller extends WP_REST_Posts_Controller { -
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php
r59970 r63790 19 19 /** 20 20 * ID property name. 21 * 22 * @since 5.0.0 21 23 */ 22 24 const PROP_ID = 'id'; … … 24 26 /** 25 27 * Title property name. 28 * 29 * @since 5.0.0 26 30 */ 27 31 const PROP_TITLE = 'title'; … … 29 33 /** 30 34 * URL property name. 35 * 36 * @since 5.0.0 31 37 */ 32 38 const PROP_URL = 'url'; … … 34 40 /** 35 41 * Type property name. 42 * 43 * @since 5.0.0 36 44 */ 37 45 const PROP_TYPE = 'type'; … … 39 47 /** 40 48 * Subtype property name. 49 * 50 * @since 5.0.0 41 51 */ 42 52 const PROP_SUBTYPE = 'subtype'; … … 44 54 /** 45 55 * Identifier for the 'any' type. 56 * 57 * @since 5.0.0 46 58 */ 47 59 const TYPE_ANY = 'any'; -
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php
r61856 r63790 20 20 * Matches theme's directory: `/themes/<subdirectory>/<theme>/` or `/themes/<theme>/`. 21 21 * Excludes invalid directory name characters: `/:<>*?"|`. 22 * 23 * @since 5.9.0 22 24 */ 23 25 const PATTERN = '[^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?'; -
trunk/src/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php
r62704 r63790 19 19 /** 20 20 * Renders the XSL stylesheet depending on whether it's the sitemap index or not. 21 * 22 * @since 5.5.0 21 23 * 22 24 * @param string $type Stylesheet type. Either 'sitemap' or 'index'.
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)