Make WordPress Core

Opened 18 years ago

Closed 18 years ago

#7692 closed defect (bug) (fixed)

PHP [E_NOTICE] with shortcode [gallery]

Reported by: arena's profile arena Owned by:
Milestone: 2.7 Priority: normal
Severity: normal Version:
Component: Gallery Keywords:
Focuses: Cc:

Description

While using the_content() with a post containing a gallery, i have the following errors

2008-09-05 13:13:53 000000 -- PHP [E_NOTICE] 8 : Undefined index: cat in C:\Vn\wptest\wp-includes\query.php at line 525

2008-09-05 13:13:53 000000 -- PHP [E_NOTICE] 8 : Undefined variable: listtag in C:\Vn\wptest\wp-includes\media.php at line 420

2008-09-05 13:13:53 000000 -- PHP [E_NOTICE] 8 : Undefined variable: i in C:\Vn\wptest\wp-includes\media.php at line 460

Change History (4)

#1 @ryan
18 years ago

  • Component changed from General to Gallery
  • Owner anonymous deleted

#2 @ryan
18 years ago

(In [9282]) Remove unused var. see #7692

#3 @ryan
18 years ago

(In [9283]) Init var. see #7692

#4 @ryan
18 years ago

  • Resolution set to fixed
  • Status changed from new to closed

The cat warning is already fixed. Closing ticket as fully resolved.

Note: See TracTickets for help on using tickets.