mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
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:
@@ -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() ) { ?>
|
||||
|
||||
Reference in New Issue
Block a user