Site Icon: Add Customizer UI.

Second part of the Site Icon feature after [32994] introduced it for Settings.

Props celloexpressions.
See #16434.



git-svn-id: https://develop.svn.wordpress.org/trunk@33154 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Konstantin Obenland
2015-07-10 21:32:23 +00:00
parent 0730240b9a
commit 68cd0bc870
10 changed files with 516 additions and 15 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
<a class="button hide-if-js" href="<?php echo esc_url( $upload_url ); ?>"><?php _e( 'Add a Site Icon' ); ?></a>
<?php endif; ?>
<p class="description"><?php _e( 'Site Icon creates a favicon and app icons for your site.' ) ?></p>
<p class="description"><?php _e( 'The Site Icon is used as a browser and app icon for your site.' ); ?></p>
</td>
</tr>
<?php if ( !is_multisite() ) { ?>