Closed (won't fix)
Project:
Drupal core
Version:
6.x-dev
Component:
taxonomy.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2009 at 10:22 UTC
Updated:
19 Jun 2013 at 14:05 UTC
Attached is a patch to document taxonomy_save_vocabulary. I'm quite new at creating patches, so any feedback on whether it's correct, and if not, what to change, would be much appreciated.
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_save_vocabulary_doc.patch | 1.9 KB | chriscohen |
Comments
Comment #1
davidwhthomas commentedPlease commit this, there's no documentation on that function at the moment and this is v.useful.
Comment #2
beautifulmindThanks. I just wanted to make one thing clear and that what you did for me. Thanks a lot pal!
Comment #3
thedavidmeister commentedpatch no longer applies.
error: taxonomy/taxonomy.module: No such file or directory
We have trailing whitespace issues here, indentation is wrong. We say "associative array" instead of "keyed array".
No need for AND and DELETED to be capitalized in the first paragraph.
Comment #4
chriscohen commentedNo offence mate but just fix it and apply it already. I wrote this in 2009 so of course it's going to be out of date.
I have long since given up offering my patches on documentation because every single one ends up having nothing done about it, even years later, so I am not going to rewrite this one.
I do appreciate your last update however, so thanks for the input.
Comment #5
thedavidmeister commentedI don't have any more ability to apply patches directly to core than you do.
I will close this then, the function in question does not exist in D7+ and if I re-roll the patch I won't be eligible to RTBC it and it doesn't look like anybody else is interested in moving this along.
Thanks anyway for the original patch.