Skip to content

Commit

Permalink
Update outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Jun 24, 2024
1 parent f525670 commit ae1bdff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions transfer-protocol/bin/rewrite-urls.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@
$string_new_site_url = $options['new-site-url'];
$parsed_new_site_url = WP_URL::parse( $string_new_site_url );

echo "Replacing $base_url with $string_new_site_url in the input.\n";
echo "Note this is not yet enough to migrate the site as both the previous and the new";
echo "site might be hosted on specific paths.\n\n";
echo "Replacing $base_url with $string_new_site_url in the input.\n\n";
while ( $p->next_url() ) {
$updated = false;
$matched_url = $p->get_raw_url();
Expand Down
3 changes: 0 additions & 3 deletions transfer-protocol/tricky-output.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
Replacing https://🚀-science.com/science with https://science.wordpress.com in the input.
Note this is not yet enough to migrate the site as both the previous and the newsite might be hosted on specific paths.

<!-- wp:paragraph -->
<p>
<!-- Inline URLs are migrated -->
Expand Down

0 comments on commit ae1bdff

Please sign in to comment.