Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

$this->link missing from the post dropdown class #23

Open
malthemilthers opened this issue Dec 17, 2015 · 1 comment
Open

$this->link missing from the post dropdown class #23

malthemilthers opened this issue Dec 17, 2015 · 1 comment

Comments

@malthemilthers
Copy link

Hi just noticed that the post dropdown doesn't work correctly. It doesn't update on change, and it doesn't save. Seems that the <?php $this->link(); ?> is missing from the select tag. I simply edited so it reads like this on line 26:

<select name="<?php echo $this->id; ?>" <?php $this->link(); ?> id="<?php echo $this->id; ?>">

That seems to fix it.

@forjoyilive
Copy link

Same thing happened to me. I used this, though I don't know if it is better / not better:

<select name="<?php echo $this->id; ?>" id="<?php echo $this->id; ?>" data-customize-setting-link="<?php echo $this->id; ?>">

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants