Closed claytoncollie closed 6 years ago
Dashboard glance items pull in menu icons via CSS. Right now, the link being created does not have an identifier for me to target in my stylesheet. It would be useful to add the post type name to this string on line 464
$text = '<a href="' . esc_url( $url ) . '" class="' . esc_attr( $this->cpt->post_type ) . '">' . esc_html( $num . ' ' . $text ) . '</a>';
Related: #101
Dashboard glance items pull in menu icons via CSS. Right now, the link being created does not have an identifier for me to target in my stylesheet. It would be useful to add the post type name to this string on line 464
$text = '<a href="' . esc_url( $url ) . '" class="' . esc_attr( $this->cpt->post_type ) . '">' . esc_html( $num . ' ' . $text ) . '</a>';