Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theme demo import error #816

Open
FahadIq01 opened this issue Nov 15, 2022 · 1 comment
Open

Theme demo import error #816

FahadIq01 opened this issue Nov 15, 2022 · 1 comment

Comments

@FahadIq01
Copy link

Warning: sprintf(): Too few arguments in C:\xampp\htdocs\estore\wp-admin\includes\class-bulk-upgrader-skin.php on line 156

@Alexus450
Copy link

Alexus450 commented Nov 21, 2022

it is related to this lines with strings they should be like this, if not just edit them in your tgm class php file.
check lines about 3666 and 3674
....
$this->upgrader->strings['skin_update_successful'] = __( '%1$s installed and activated successfully.', 'tgmpa' );
...
$this->upgrader->strings['skin_update_successful'] = __( '%1$s installed successfully.', 'tgmpa' );
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants