[wp-trac] [WordPress Trac] #23406: Some notices messages which can maybe fixed
WordPress Trac
noreply at wordpress.org
Wed Feb 6 18:07:33 UTC 2013
#23406: Some notices messages which can maybe fixed
------------------------------+------------------------------
Reporter: uniterre | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Warnings/Notices | Version: 3.5.1
Severity: trivial | Resolution:
Keywords: |
------------------------------+------------------------------
Comment (by nacin):
Please update to PHP 5.3, where is_a() is no longer deprecated.
The others appear to be valid issues:
{{{
wp-includes/class.wp-dependencies.php
223: function set_group( $handle, $recursion, $group ) {
wp-includes/class.wp-scripts.php
161: function set_group( $handle, $recursion, $group = false ) {
}}}
{{{
wp-admin/includes/nav-menu.php
37: function start_el(&$output, $item, $depth, $args) {
238: function start_el(&$output, $item, $depth, $args) {
wp-includes/category-template.php
823: function start_el( &$output, $category, $depth = 0, $args =
array(), $id = 0 ) {
wp-includes/nav-menu-template.php
67: function start_el( &$output, $item, $depth = 0, $args = array(),
$id = 0 ) {
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23406#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list