Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 3740469

Browse files
Update documentation link
1 parent 87584b3 commit 3740469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/admin/meta-boxes/views/html-unknown-related-orders-row.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
echo sprintf( esc_html_x( '#%s', 'hash before order number', 'woocommerce-subscriptions' ), esc_html( $order_id ) );
1919
?>
2020
<div class="wcs-unknown-order-info-wrapper">
21-
<a href="https://docs.woocommerce.com/document/subscriptions/orders/#section-8">
21+
<a href="https://woocommerce.com/document/subscriptions/orders/#why-are-some-orders-in-the-related-orders-table-not-linking-to-the-order">
2222
<?php
2323
// Translators: The %1 placeholder is the translated order relationship ("Parent Order"), %2 placeholder is a <br> HTML tag.
2424
echo wcs_help_tip( sprintf( __( 'This %1$s couldn\'t be loaded from the database. %1$s Click to learn more.', 'woocommerce-subscriptions' ), $relationship, '</br>' ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped

0 commit comments

Comments
 (0)