', addslashes( $reactivate_url ) );
self::_error( sprintf( __( '%s
then %s.', 'w3-total-cache' ), $e->getMessage(), $reactivate_button ) );
}
/**
* W3 writable error
*
* @param string $path
* @param string[] $chmod_dirs Directories that should be chmod 777 inorder to write
*/
static public function throw_on_write_error( $path, $chmod_dirs = array() ) {
$chmods = '';
if ( $chmod_dirs ) {
$chmods = '
%s | %s |
%s | %s |