Shared-Counts
Shared-Counts copied to clipboard
Unknown format specifier "t" in /wp-content/plugins/Shared-Counts/includes/class-shared-counts-admin.php on line 114
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' ),