mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-20 06:53:23 +09:00
escape all the things
This commit is contained in:
@@ -27,7 +27,7 @@ class Display_Featured_Image_Genesis_Admin {
|
||||
*/
|
||||
public function set_up_taxonomy_columns() {
|
||||
$args = array(
|
||||
'public' => true
|
||||
'public' => true,
|
||||
);
|
||||
$output = 'names';
|
||||
$taxonomies = get_taxonomies( $args, $output );
|
||||
|
||||
Reference in New Issue
Block a user