Opened 20 years ago
Closed 20 years ago
#3457 closed defect (bug) (fixed)
Notice: Undefined variable: full_path & cat_path
| Reported by: | devil1591 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | General | Version: | 2.1 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [4634]) Init strings before concatenation. Props devil1591. fixes #3457