Skip to content

Commit

Permalink
Add classes in wp-includes/html-api
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Feb 28, 2023
1 parent 2ae8fa3 commit ad7c71e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/wp-includes/class-wp-autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ final class WP_Autoload {
'wp' => 'wp-includes/class-wp.php',
'wpdb' => 'wp-includes/class-wpdb.php', // Defines some constants.

/* Classes in the wp-includes/html-api/ folder. */
'wp_html_attribute_token' => 'wp-includes/html-api/class-wp-html-attribute-token.php',
'wp_html_span' => 'wp-includes/html-api/class-wp-html-span.php',
'wp_html_tag_processor' => 'wp-includes/html-api/class-wp-html-tag-processor.php',
'wp_html_text_replacement' => 'wp-includes/html-api/class-wp-html-text-replacement.php',

/* Classes in the wp-includes/customize/ folder. */
'wp_customize_background_image_control' => 'wp-includes/customize/class-wp-customize-background-image-control.php',
'wp_customize_background_image_setting' => 'wp-includes/customize/class-wp-customize-background-image-setting.php',
Expand Down

0 comments on commit ad7c71e

Please sign in to comment.