Skip to content

Commit 418ee87

Browse files
committed
Update class-db-tags.php
1 parent 880ce26 commit 418ee87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/publications/class-db-tags.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public static function delete_tag_relation($delbox) {
206206
/**
207207
* Returns an array|object with the name, tag_id and occurence of all_tags
208208
* @param array $args {
209-
* @type string order Default: a.name ASC
209+
* @type string order Default: t.name ASC
210210
* @type string limit SQL limit like 0,50
211211
* @type string search a full text search through name field
212212
* @type boolean only_zero If true: only tags with 0 occurence will be returned

0 commit comments

Comments
 (0)