Skip to content
Snippets Groups Projects
Commit 8354ccd8 authored by Erick Hitter's avatar Erick Hitter
Browse files

Update plugin name in UI

parent a934b065
No related branches found
No related tags found
No related merge requests found
...@@ -180,7 +180,7 @@ class WP_Redis_Cache { ...@@ -180,7 +180,7 @@ class WP_Redis_Cache {
public function render_ui() { public function render_ui() {
?> ?>
<div class="wrap"> <div class="wrap">
<h2>WP Redis Options</h2> <h2>WP Redis Cache Options</h2>
<form method="post" action="options.php"> <form method="post" action="options.php">
<?php settings_fields( $this->ns ); ?> <?php settings_fields( $this->ns ); ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment