Skip to content

Commit

Permalink
Revert change for warning
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Oct 25, 2022
1 parent 4c5153f commit 5a6d966
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions admin/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ function perflab_render_modules_page_field( $module_slug, $module_data, $module_
?>
<?php } ?>
</label>
<div id="<?php echo esc_attr( "{$base_id}_description" ); ?>" class="description">
<?php echo wp_kses_post( $module_data['description'] ); ?>
</div>
<p id="<?php echo esc_attr( "{$base_id}_description" ); ?>" class="description">
<?php echo esc_html( $module_data['description'] ); ?>
</p>
</fieldset>
<?php
}
Expand Down
2 changes: 1 addition & 1 deletion modules/database/sqlite/load.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Module Name: SQLite Integration
* Description: Use an SQLite database instead of MySQL. <div style="background:#fff;border:1px solid #c3c4c7;border-left-width: 4px;border-left-color:#dba617;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);padding:1em;max-width:50em;">CAUTION: Enabling this module will bring up the WordPress installation screen. You will need to reconfigure your site, and you will lose all your data. If you then disable the module, you will get back to your previous MySQL database, with all your previous data intact.</div>
* Description: Use an SQLite database instead of MySQL. CAUTION: Enabling this module will bring up the WordPress installation screen. You will need to reconfigure your site, and you will lose all your data. If you then disable the module, you will get back to your previous MySQL database, with all your previous data intact.
* Experimental: Yes
*
* @package performance-lab
Expand Down

0 comments on commit 5a6d966

Please sign in to comment.