Skip to content

Commit

Permalink
Fix network settings markup
Browse files Browse the repository at this point in the history
  • Loading branch information
roborourke authored Aug 28, 2024
1 parent 151343d commit 8585568
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions inc/namespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,8 @@ function add_network_settings() {
] );
?>
</td>
</tr>
<tr valign="top">
<th scope="row">
<label for="hm_gtm_network_url"><?php esc_html_e( 'Container URL', 'hm_gtm' ); ?></label>
</th>
Expand All @@ -368,6 +370,8 @@ function add_network_settings() {
] );
?>
</td>
</tr>
<tr valign="top">
<th scope="row">
<label for="hm_gtm_network_snippet"><?php esc_html_e( 'Custom Container Snippet', 'hm_gtm' ); ?></label>
</th>
Expand All @@ -380,6 +384,8 @@ function add_network_settings() {
] );
?>
</td>
</tr>
<tr valign="top">
<th scope="row">
<label for="hm_gtm_network_snippet_iframe"><?php esc_html_e( 'Custom Container Iframe Snippet', 'hm_gtm' ); ?></label>
</th>
Expand Down

0 comments on commit 8585568

Please sign in to comment.