#141965 by jeffschuler: taxonomy_term_path() and its phpdoc block was separated by one blank line, thus disconnecting it for the API docs parser.

5.x
Neil Drumm 2009-07-10 05:47:16 +00:00
parent ca90577d76
commit ab452bb770
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ function taxonomy_link($type, $node = NULL) {
* @return
* An internal Drupal path.
*/
function taxonomy_term_path($term) {
$vocabulary = taxonomy_get_vocabulary($term->vid);
if ($vocabulary->module != 'taxonomy' && $path = module_invoke($vocabulary->module, 'term_path', $term)) {