[wp-trac] [WordPress Trac] #23807: PHP Strict Mode : Bulk_Plugin_Upgrader_Skin::before() warning
WordPress Trac
noreply at wordpress.org
Mon Mar 18 05:33:42 UTC 2013
#23807: PHP Strict Mode : Bulk_Plugin_Upgrader_Skin::before() warning
------------------------------+--------------------
Reporter: charlestonsw | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.6
Component: Warnings/Notices | Version: 3.5.1
Severity: minor | Resolution:
Keywords: |
------------------------------+--------------------
Changes (by SergeyBiryukov):
* component: Upgrade/Install => Warnings/Notices
* milestone: Awaiting Review => 3.6
Old description:
> This is from core WP 3.5.1 on my dev box while installing the Debug Bar
> plugin. This is not the first plugin to trigger this message while
> testing. I do have strict mode and full warnings/debug messages enabled
> throughout WordPress and PHP.
>
> Strict Standards: Declaration of Bulk_Plugin_Upgrader_Skin::before()
> should be compatible with that of Bulk_Upgrader_Skin::before() in
> /var/www/html/wp-admin/includes/class-wp-upgrader.php on line 1359 Strict
> Standards: Declaration of Bulk_Plugin_Upgrader_Skin::after() should be
> compatible with that of Bulk_Upgrader_Skin::after() in /var/www/html/wp-
> admin/includes/class-wp-upgrader.php on line 1359 Strict Standards:
> Declaration of Bulk_Theme_Upgrader_Skin::before() should be compatible
> with that of Bulk_Upgrader_Skin::before() in /var/www/html/wp-
> admin/includes/class-wp-upgrader.php on line 1394 Strict Standards:
> Declaration of Bulk_Theme_Upgrader_Skin::after() should be compatible
> with that of Bulk_Upgrader_Skin::after() in /var/www/html/wp-
> admin/includes/class-wp-upgrader.php on line 1394
New description:
This is from core WP 3.5.1 on my dev box while installing the Debug Bar
plugin. This is not the first plugin to trigger this message while
testing. I do have strict mode and full warnings/debug messages enabled
throughout WordPress and PHP.
{{{
Strict Standards: Declaration of Bulk_Plugin_Upgrader_Skin::before()
should be compatible with that of Bulk_Upgrader_Skin::before() in
/var/www/html/wp-admin/includes/class-wp-upgrader.php on line 1359
Strict Standards: Declaration of Bulk_Plugin_Upgrader_Skin::after() should
be compatible with that of Bulk_Upgrader_Skin::after() in /var/www/html
/wp-admin/includes/class-wp-upgrader.php on line 1359
Strict Standards: Declaration of Bulk_Theme_Upgrader_Skin::before() should
be compatible with that of Bulk_Upgrader_Skin::before() in /var/www/html
/wp-admin/includes/class-wp-upgrader.php on line 1394
Strict Standards: Declaration of Bulk_Theme_Upgrader_Skin::after() should
be compatible with that of Bulk_Upgrader_Skin::after() in /var/www/html
/wp-admin/includes/class-wp-upgrader.php on line 1394
}}}
--
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23807#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list