Skip to content

Commit

Permalink
Correção na parte do Facebook
Browse files Browse the repository at this point in the history
Foi feita alteração para utilização somente da url da pagina tirando a necessidade da pessoa colocar o link todo do Facebook sem o http://
  • Loading branch information
viniciusdsales authored May 4, 2020
1 parent e226fe4 commit d07b735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2495,7 +2495,7 @@ function coletivo_customize_register( $wp_customize ) {
array(
'label' => esc_html__('Facebook', 'coletivo'),
'section' => 'coletivo_contact_content',
'description' => esc_html__('Enter the adress without http://', 'coletivo')
'description' => esc_html__('Enter the name of the page url after the "/" (example of url https://www.facebook.com/facebook, just put facebook)', 'coletivo')
)
);
$wp_customize->add_setting( 'coletivo_contact_instagram',
Expand Down

0 comments on commit d07b735

Please sign in to comment.