Merge pull request #5713 from coenjacobs/dont-assume-log-action
Status page log title should not assume action for title
This commit is contained in:
commit
707b0b66cd
|
@ -1,7 +1,7 @@
|
||||||
<?php if ( $logs ) : ?>
|
<?php if ( $logs ) : ?>
|
||||||
<div id="log-viewer-select">
|
<div id="log-viewer-select">
|
||||||
<div class="alignleft">
|
<div class="alignleft">
|
||||||
<h3><?php printf( __( 'Viewing %s (%s)', 'woocommerce' ), esc_html( $viewed_log ), date_i18n( get_option( 'date_format') . ' ' . get_option( 'time_format'), filemtime( WC_LOG_DIR . $viewed_log ) ) ); ?></h3>
|
<h3><?php printf( __( 'Log file: %s (%s)', 'woocommerce' ), esc_html( $viewed_log ), date_i18n( get_option( 'date_format') . ' ' . get_option( 'time_format'), filemtime( WC_LOG_DIR . $viewed_log ) ) ); ?></h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="alignright">
|
<div class="alignright">
|
||||||
<form action="<?php echo admin_url( 'admin.php?page=wc-status&tab=logs' ); ?>" method="post">
|
<form action="<?php echo admin_url( 'admin.php?page=wc-status&tab=logs' ); ?>" method="post">
|
||||||
|
|
Loading…
Reference in New Issue