Make WordPress Core

Opened 19 years ago

Closed 19 years ago

#3457 closed defect (bug) (fixed)

Notice: Undefined variable: full_path & cat_path

Reported by: devil1591's profile devil1591 Owned by:
Milestone: 2.1 Priority: normal
Severity: normal Version: 2.1
Component: General Keywords:
Focuses: Cc:

Description

Notice: Undefined variable: full_path in wp-includes\category.php on line 173

Notice: Undefined variable: cat_path in wp-includes\query.php on line 823

You are using uninitialised variable and doing .= on it ;)

Change History (3)

#1 @devil1591
19 years ago

  • Milestone 2.1 deleted
  • Version set to 2.1

#2 @Viper007Bond
19 years ago

  • Keywords Undefined variable notice removed
  • Milestone set to 2.1

#3 @markjaquith
19 years ago

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

(In [4634]) Init strings before concatenation. Props devil1591. fixes #3457

Note: See TracTickets for help on using tickets.