Ticket #3457 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Notice: Undefined variable: full_path & cat_path

Reported by: devil1591 Assigned to: anonymous
Priority: normal Milestone: 2.1
Component: General Version: 2.1
Severity: normal Keywords:
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

12/08/06 17:06:31 changed by devil1591

  • version set to 2.1.
  • milestone deleted.

12/09/06 05:45:29 changed by Viper007Bond

  • keywords deleted.
  • milestone set to 2.1.

12/09/06 06:35:24 changed by markjaquith

  • status changed from new to closed.
  • resolution set to fixed.

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