modified file bootstrap-buttons.css

This commit is contained in:
2023-12-08 23:23:36 +00:00
committed by Gitium
parent 33d18af972
commit 3f4d8b933f
2304 changed files with 24432 additions and 417943 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 ?>