' . __( 'Title:' ) . '
%4$s
' . __( 'The tag cloud will not be displayed since there are no taxonomies that support the tag cloud widget.' ) . '
%2$s' . '', $id, __( 'Taxonomy:' ), $name ); foreach ( $taxonomies as $taxonomy => $tax ) { printf( '%s', esc_attr( $taxonomy ), selected( $taxonomy, $current_taxonomy, false ), $tax->labels->name ); } echo '