Translatable

This commit is contained in:
Job 2019-01-28 12:28:48 +01:00 committed by GitHub
parent b0aa198d4c
commit 2174937f4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -55,12 +55,12 @@ $untested_plugins = $plugin_updates->get_untested_plugins( WC()->version, 'minor
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td data-export-label="Site URL"><?php esc_html_e( 'WordPress Address (URL)', 'woocommerce' ); ?>:</td> <td data-export-label="WordPress Address (URL)"><?php esc_html_e( 'WordPress Address (URL)', 'woocommerce' ); ?>:</td>
<td class="help"><?php echo wc_help_tip( esc_html__( 'The root URL of your site.', 'woocommerce' ) ); /* phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped */ ?></td> <td class="help"><?php echo wc_help_tip( esc_html__( 'The root URL of your site.', 'woocommerce' ) ); /* phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped */ ?></td>
<td><?php echo esc_html( $environment['site_url'] ); ?></td> <td><?php echo esc_html( $environment['site_url'] ); ?></td>
</tr> </tr>
<tr> <tr>
<td data-export-label="Home URL"><?php esc_html_e( 'Site Address (URL)', 'woocommerce' ); ?>:</td> <td data-export-label="Site Address (URL)"><?php esc_html_e( 'Site Address (URL)', 'woocommerce' ); ?>:</td>
<td class="help"><?php echo wc_help_tip( esc_html__( 'The homepage URL of your site.', 'woocommerce' ) ); /* phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped */ ?></td> <td class="help"><?php echo wc_help_tip( esc_html__( 'The homepage URL of your site.', 'woocommerce' ) ); /* phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped */ ?></td>
<td><?php echo esc_html( $environment['home_url'] ); ?></td> <td><?php echo esc_html( $environment['home_url'] ); ?></td>
</tr> </tr>