#8220 closed defect (bug) (fixed)
Unused variables/variable typo's cleanup
| Reported by: | DD32 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7 |
| Component: | General | Version: | 2.7 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
Patch removed variables which are not used by any function, and corrects a number of typo's
There is also an undefined variable which i have not touched:
register_taxonomy() refers to an undefined variable $term; It looks like it should be the slug to me, but i'm not entirely sure of it, So i've left it unchanged:
http://trac.wordpress.org/browser/trunk/wp-includes/taxonomy.php#L185
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Few more notes:
$defaults[$avatar_default][1]doesnt exist, As far as i could tell, 'custom' shouldnt be passed to that function, instead, a URL should be, So i've assumed that branch was supposed to add the size arg to the url..