Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request weblab#18 from jmr06005/master
Changing url to link
  • Loading branch information
jmr06005 committed Mar 24, 2016
2 parents 58118e9 + 34d00c8 commit d915e2a
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit d915e2a

Please sign in to comment.