[wp-trac] [WordPress Trac] #33330: Undefined property: stdClass::$slug
WordPress Trac
noreply at wordpress.org
Wed Oct 21 18:04:07 UTC 2015
#33330: Undefined property: stdClass::$slug
--------------------------+------------------------------
Reporter: mattfiocca | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: Awaiting Review
Component: Plugins | Version:
Severity: normal | Resolution:
Keywords: has-patch | Focuses:
--------------------------+------------------------------
Comment (by mDaedalus):
I had the same issue, on an older site. I forgot, I had created a function
to remove core updates and then commented out the add_filter() function.
Once I removed the function from the functions.php file in a child theme,
everything worked fine.
So, I would guess it could be a plugin, template or a child theme, that is
causing your annoyance.
If possible do a grep search on the files and look for keywords like
"update".
Here are some examples of core update blocking functions.
http://www.wpoptimus.com/626/7-ways-disable-update-wordpress-
notifications/
--
Ticket URL: <https://core.trac.wordpress.org/ticket/33330#comment:15>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list