#141965 by jeffschuler: taxonomy_term_path() and its phpdoc block was separated by one blank line, thus disconnecting it for the API docs parser.
parent
ca90577d76
commit
ab452bb770
|
@ -57,7 +57,6 @@ function taxonomy_link($type, $node = NULL) {
|
||||||
* @return
|
* @return
|
||||||
* An internal Drupal path.
|
* An internal Drupal path.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function taxonomy_term_path($term) {
|
function taxonomy_term_path($term) {
|
||||||
$vocabulary = taxonomy_get_vocabulary($term->vid);
|
$vocabulary = taxonomy_get_vocabulary($term->vid);
|
||||||
if ($vocabulary->module != 'taxonomy' && $path = module_invoke($vocabulary->module, 'term_path', $term)) {
|
if ($vocabulary->module != 'taxonomy' && $path = module_invoke($vocabulary->module, 'term_path', $term)) {
|
||||||
|
|
Loading…
Reference in New Issue