|
domain, '', $blog['domain'] );
}
?>
'',
'backend' => '',
'activate' => '',
'deactivate' => '',
'archive' => '',
'unarchive' => '',
'spam' => '',
'unspam' => '',
'delete' => '',
'visit' => '',
);
$actions['edit'] = '' . esc_html__( 'Edit', 'sitepress' ) . '';
$actions['backend'] = "" . esc_html__( 'Dashboard', 'sitepress' ) . '';
$actions['visit'] = "" . esc_html__( 'Visit', 'sitepress' ) . '';
$actions = apply_filters( 'manage_sites_action_links', array_filter( $actions ), $blog['blog_id'], $blog_name );
echo $wp_list_table->row_actions( $actions );
?>
|
|
"> |