Skip to content

Commit

Permalink
Update namespace for Attribute and Tag interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Mar 3, 2022
1 parent e884dbc commit 73b4305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/embeds/class-amp-wordpress-embed-handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
* @package AMP
*/

use AmpProject\Attribute;
use AmpProject\Extension;
use AmpProject\Dom\Document;
use AmpProject\Dom\Element;
use AmpProject\Html\Attribute;
use AmpProject\Html\Tag;
use AmpProject\Layout;
use AmpProject\Tag;

/**
* Class AMP_WordPress_Embed_Handler
Expand Down

0 comments on commit 73b4305

Please sign in to comment.