Enhancement class-wc-admin-api-keys-table-list.php
Replaced Ellipses for asterisk when hiding part of the API Key
This commit is contained in:
parent
dddd0e65ac
commit
64942cb195
|
@ -129,7 +129,7 @@ class WC_Admin_API_Keys_Table_List extends WP_List_Table {
|
|||
* @return string
|
||||
*/
|
||||
public function column_truncated_key( $key ) {
|
||||
return '<code>…' . esc_html( $key['truncated_key'] ) . '</code>';
|
||||
return '<code>***' . esc_html( $key['truncated_key'] ) . '</code>';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue