updated plugin W3 Total Cache version 2.5.0

This commit is contained in:
2023-10-22 22:21:26 +00:00
committed by Gitium
parent 2f6b5b6047
commit 9e3fa792d7
255 changed files with 10113 additions and 23010 deletions

View File

@ -114,8 +114,9 @@ if ( ! defined( 'W3TC' ) ) {
$links,
array(
'a' => array(
'href' => array(),
'class' => array(),
'href' => array(),
'class' => array(),
'target' => array(),
),
)
);
@ -204,7 +205,8 @@ if ( ! defined( 'W3TC' ) ) {
'By %s',
'w3-total-cache'
),
'<a href="' . esc_url( $meta['author_uri'] ) . '" title="' . __( 'Visit author homepage', 'w3-total-cache' ) . '">' . esc_html( $meta['author'] ) . '</a>'
'<a href="' . esc_url( $meta['author_uri'] ) . '" target="_blank" title="' .
__( 'Visit author homepage', 'w3-total-cache' ) . '">' . esc_html( $meta['author'] ) . '</a>'
),
array(
'a' => array(
@ -215,7 +217,7 @@ if ( ! defined( 'W3TC' ) ) {
);
?>
|
<a href="<?php echo esc_url( $meta['extension_uri'] ); ?>"
<a href="<?php echo esc_url( $meta['extension_uri'] ); ?>" target="_blank"
title="<?php esc_attr_e( 'Visit extension site', 'w3-total-cache' ); ?>">
<?php esc_html_e( 'Visit extension site', 'w3-total-cache' ); ?></a>
</div>
@ -261,7 +263,3 @@ if ( ! defined( 'W3TC' ) ) {
</div>
<br class="clear">
</div>
<?php if ( is_network_admin() ) : ?>
<?php Util_Ui::button_config_save( 'extensions' ); ?>
<?php endif ?>