Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/DataLiberation/URL/class-urlintextprocessor.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // phpcs:disable WordPress.Files.FileName.InvalidClassFileName
<?php

namespace WordPress\DataLiberation\URL;

Expand Down Expand Up @@ -106,7 +106,7 @@
*
* This reflects how URLs actually appear in text blocks where whitespace often terminates a link.
*/
class PHPURLInTextProcessor {
class URLInTextProcessor {

private $text;
private $url_starts_at;
Expand Down
11 changes: 0 additions & 11 deletions components/DataLiberation/URL/loaders/class-urlintextprocessor.php

This file was deleted.

4 changes: 2 additions & 2 deletions components/HTML/class-wp-html-processor.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // phpcs:disable WordPress.Files.FileName.InvalidClassFileName
<?php
/**
* HTML API: WP_HTML_Processor class
*
Expand Down Expand Up @@ -140,7 +140,7 @@
* @see WP_HTML_Tag_Processor
* @see https://html.spec.whatwg.org/
*/
class WP_HTML_PHP_Processor extends WP_HTML_Tag_Processor {
class WP_HTML_Processor extends WP_HTML_Tag_Processor {
/**
* The maximum number of bookmarks allowed to exist at any given time.
*
Expand Down
4 changes: 2 additions & 2 deletions components/HTML/class-wp-html-tag-processor.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // phpcs:disable WordPress.Files.FileName.InvalidClassFileName
<?php
/**
* HTML API: WP_HTML_Tag_Processor class
*
Expand Down Expand Up @@ -408,7 +408,7 @@
* Introduces "special" elements which act like void elements, e.g. TITLE, STYLE.
* Allows scanning through all tokens and processing modifiable text, where applicable.
*/
class WP_HTML_PHP_Tag_Processor {
class WP_HTML_Tag_Processor {
/**
* The maximum number of bookmarks allowed to exist at
* any given time.
Expand Down
19 changes: 0 additions & 19 deletions components/HTML/loaders/class-wp-html-processor.php

This file was deleted.

15 changes: 0 additions & 15 deletions components/HTML/loaders/class-wp-html-tag-processor.php

This file was deleted.

4 changes: 2 additions & 2 deletions components/XML/class-xmlprocessor.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // phpcs:disable WordPress.Files.FileName.InvalidClassFileName
<?php

namespace WordPress\XML;

Expand Down Expand Up @@ -341,7 +341,7 @@
*
* @since WP_VERSION
*/
class PHPXMLProcessor {
class XMLProcessor {
/**
* The maximum number of bookmarks allowed to exist at
* any given time.
Expand Down
11 changes: 0 additions & 11 deletions components/XML/loaders/class-xmlprocessor.php

This file was deleted.

Loading