Changeset 32994 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 06/29/2015 12:57:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r32964 r32994 1779 1779 } 1780 1780 1781 if ( $post->ID == get_option( 'site_icon' ) ) { 1782 $media_states[] = __( 'Site Icon' ); 1783 } 1784 1781 1785 /** 1782 1786 * Filter the default media display states for items in the Media list table. … … 1785 1789 * 1786 1790 * @param array $media_states An array of media states. Default 'Header Image', 1787 * 'Background Image' .1791 * 'Background Image', 'Site Icon'. 1788 1792 */ 1789 1793 $media_states = apply_filters( 'display_media_states', $media_states );
Note: See TracChangeset
for help on using the changeset viewer.