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

PHPCS

parent f3b96f7c
No related branches found
No related tags found
1 merge request!5Prepare plugin for WP.org
Pipeline #5032 failed with stages
in 2 minutes and 19 seconds
......@@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: Redis User Session Storage 0.2\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/redis-user-session-storage\n"
"POT-Creation-Date: 2022-07-09 03:01:34+00:00\n"
"POT-Creation-Date: 2022-07-09 03:10:26+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
......@@ -25,7 +25,8 @@ msgstr ""
"X-Textdomain-Support: yes\n"
"X-Generator: grunt-wp-i18n 1.0.3\n"
#: redis-user-session-storage.php:89
#: redis-user-session-storage.php:90
#. translators: 1: New plugin name, 2: Old plugin name
msgid ""
"%1$s: An outdated version of this plugin, %2$s, is active. Please "
"deactivate it to use the current version."
......
......@@ -58,7 +58,7 @@ load();
/**
* Override Core's default usermeta-based token storage.
*
* @param string $manager
* @param string $manager Name of session-manager class.
* @return string
*/
function set_session_token_manager( $manager ) {
......@@ -86,7 +86,8 @@ function admin_notice() {
<p>
<?php
printf(
__( '%1$s: An outdated version of this plugin, %2$s, is active. Please deactivate it to use the current version.', 'redis-user-session-storage' ),
/* translators: 1: New plugin name, 2: Old plugin name */
esc_html__( '%1$s: An outdated version of this plugin, %2$s, is active. Please deactivate it to use the current version.', 'redis-user-session-storage' ),
'<strong>Redis User Session Storage</strong>',
'<em>WP Redis User Session Storage</em>'
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment