Skip to content

RSS Social Icon validation #1

@JesseMcL

Description

@JesseMcL

Adding the link for the RSS social icon doesn't validate.

quick look at code, and a simple change fixes it.

functions-theme-options.php:

            array(
                'title'       => __( 'RSS Feed', 'responsive-mobile' ),
                'type'        => 'text',
                'id'          => 'rss_uid',
                'description' => __( 'Enter your RSS Feed URL', 'responsive-mobile' ),
                'default'     => '',
                'validate'    => 'checkbox'
            ),

change validate to url and it works as expected.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions