Opened 9 years ago
Closed 9 years ago
#41657 closed defect (bug) (duplicate)
Warning: sprintf(): Too few arguments in wp-admin/includes/class-bulk-upgrader-skin.php on line 154
| Reported by: | kamalahmed | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugins | Version: | 4.8.1 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | administration |
Description
I used TGM plugin to install two plugins. And after installing the plugin, I found 1 warning in wp-admin/includes/class-bulk-upgrader-skin.php on line 154.
I checked the code and found the following code there.
<?php if ( ! $this->error ) { echo '<div class="updated js-update-details" data-update-details="progress-' . esc_attr( $this->upgrader->update_current ) . '">' . '<p>' . sprintf( $this->upgrader->strings['skin_update_successful'], $title ) . ' <button type="button" class="hide-if-no-js button-link js-update-details-toggle" aria-expanded="false">' . __( 'Show details.' ) . '</button>' . '</p></div>'; }
I have attached a screenshot of the error here too.
Attachments (1)
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Screenshot of the error screen during plugin upload