Skip to content
This repository has been archived by the owner. It is now read-only.

Changing url to link #18

Merged
merged 1 commit into from Mar 24, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions acf-export.php
Expand Up @@ -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',
Expand Down Expand Up @@ -343,7 +343,7 @@ if(function_exists("register_field_group"))
),
array (
'key' => 'field_url',
'label' => 'URL',
'label' => 'Link',
'name' => 'url',
'type' => 'url',
'instructions' => '',
Expand Down