Skip to content

Commit

Permalink
Call the new print_router_markup method in the deprecated `print_ro…
Browse files Browse the repository at this point in the history
…uter_loading_and_screen_reader_markup` method
  • Loading branch information
michalczaplinski committed Sep 30, 2024
1 parent 76f506f commit e09839e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,9 @@ private function get_router_animation_styles(): string {
*/
public function print_router_loading_and_screen_reader_markup() {
_deprecated_function( __METHOD__, '6.7.0', 'WP_Interactivity_API::print_router_markup' );

// Call the new method.
$this->print_router_markup();
}

/**
Expand Down

0 comments on commit e09839e

Please sign in to comment.