diff --git a/acf-export.php b/acf-export.php index dede079..32fb2db 100644 --- a/acf-export.php +++ b/acf-export.php @@ -105,7 +105,7 @@ if(function_exists("register_field_group")) 'campus' => 'Campus', 'office_hours' => 'Office Hours', 'courses' => 'Courses', - 'url' => 'URL', + 'url' => 'Link', ), 'default_value' => array('photo','first_name','last_name','email'), 'layout' => 'vertical', @@ -343,7 +343,7 @@ if(function_exists("register_field_group")) ), array ( 'key' => 'field_url', - 'label' => 'URL', + 'label' => 'Link', 'name' => 'url', 'type' => 'url', 'instructions' => '',