Ticket #21483: 21483.9.diff
File 21483.9.diff, 735 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/class-wp-customize-control.php
795 795 <# } else { #> 796 796 <p class="placeholder-text"><?php echo $this->button_labels['placeholder']; ?></p> 797 797 <a class="button upload-button" id="{{ data.settings.default }}-button" href="#"><?php echo $this->button_labels['select']; ?></a> 798 <# if ( !data.defaultAttachment ) { #>798 <# if ( data.defaultAttachment ) { #> 799 799 <a class="default-button remove-button" href="#"><?php echo $this->button_labels['default']; ?></a> 800 800 <# } #> 801 801 <# } #>