Changeset 10006
- Timestamp:
- 07/03/2020 06:30:58 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-block-validator.php
r10005 r10006 86 86 $docs_link = ''; 87 87 if ( 'check' === substr( $item->check_name, 0, 5 ) ) { 88 $docs_link = "<a href=' /hypothetical/doc/page#{$item->check_name}'>" . __( 'More about this.', 'wporg-plugins' ) . '</a>';88 $docs_link = "<a href='help#{$item->check_name}'>" . __( 'More about this.', 'wporg-plugins' ) . '</a>'; 89 89 } 90 90 $output .= "<li class='{$item->check_name}'>{$item->message} {$docs_link}</li>\n";
Note: See TracChangeset
for help on using the changeset viewer.