Shared-Counts icon indicating copy to clipboard operation
Shared-Counts copied to clipboard

Unknown format specifier "t" in /wp-content/plugins/Shared-Counts/includes/class-shared-counts-admin.php on line 114

Open JiveDig opened this issue 10 months ago • 0 comments

I'm not sure if this is a PHP 8.x thing or not, but the line here:

__( 'Welcome to Shared Counts. Please see %1$the documentation%2$s for more information.', 'shared-counts' ),

needs to be:

__( 'Welcome to Shared Counts. Please see %1$s the documentation %2$s for more information.', 'shared-counts' ),

Image

JiveDig avatar Feb 10 '25 20:02 JiveDig