@@ -179,10 +179,10 @@ |
||
179 | 179 | /** |
180 | 180 | * Build up a taxonomy field HTML |
181 | 181 | * |
182 | - * @param $taxonomy |
|
182 | + * @param string $taxonomy |
|
183 | 183 | * @param $post |
184 | 184 | * |
185 | - * @return array |
|
185 | + * @return string |
|
186 | 186 | */ |
187 | 187 | function build_taxonomy_html( $taxonomy, $post ) { |
188 | 188 | //$terms_slugs = wp_get_post_terms( $post->ID, $taxonomy, 'ids' ); |