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

@ -19,7 +19,7 @@ class Extension_Wpml_Plugin_Admin {
if ( !$state->get_boolean( 'wpml.hide_note_language_negotiation_type' ) ) {
$notes[] = sprintf(
__( 'W3 Total Cache\'s Page caching cannot work effectively when WPML Language URL formatis "Language name added as a parameter" used. Please consider another URL format. Visit the WPML -> Languages settings. %s' ,
__( 'W3 Total Cache\'s Page caching cannot work effectively when WPML Language URL format is "Language name added as a parameter" used. Please consider another URL format. Visit the WPML -> Languages settings. %s',
'w3-total-cache' ),
Util_Ui::button_hide_note2( array(
'w3tc_default_config_state' => 'y',
@ -111,7 +111,7 @@ class Extension_Wpml_Plugin_Admin {
$config = Dispatcher::config();
if ( !Util_Environment::is_w3tc_pro( $config ) )
$activate_text = 'Available after <a href="#" class="button-buy-plugin" data-src="wpml_requirements3">upgrade</a>. ';
$activate_text = 'Available after <a href="#" class="button-buy-plugin" data-src="wpml_requirements3">upgrade</a>. ';
else {
$activate_text = sprintf( '<a class="button" href="%s">Click here</a> to try it. ',
Util_Ui::url( array( 'w3tc_extensions_activate' => $extension_id ) ) );