- Patch #1577938 by m-abshir, trogels, jhodgdon: taxonomy_vocabulary_save() documentation needs clarification: new vocabulary versus updating vocabulary.
parent
f4104a20b5
commit
5bdfbd7eeb
|
@ -386,7 +386,8 @@ function taxonomy_admin_vocabulary_title_callback($vocabulary) {
|
|||
*
|
||||
* @param $vocabulary
|
||||
* A vocabulary object with the following properties:
|
||||
* - vid: The ID of the vocabulary.
|
||||
* - vid: (optional) The ID of the vocabulary (omit if creating a new
|
||||
* vocabulary; only use to update an existing vocabulary).
|
||||
* - name: The human-readable name of the vocabulary.
|
||||
* - machine_name: The machine name of the vocabulary.
|
||||
* - description: (optional) The vocabulary's description.
|
||||
|
|
Loading…
Reference in New Issue