PHPDoc | Return type changed to string from array.

This commit is contained in:
Khan M Rashedun-Naby 2018-07-20 22:59:41 +06:00
parent eb104ecd17
commit 90b6f98582
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ abstract class WC_CSV_Exporter {
* @since 3.1.0
* @param array $term_ids Term IDs to format.
* @param string $taxonomy Taxonomy name.
* @return array
* @return string
*/
public function format_term_ids( $term_ids, $taxonomy ) {
$term_ids = wp_parse_id_list( $term_ids );