Ticket #34981: 34981.2.diff
| File 34981.2.diff, 691 bytes (added by , 10 years ago) |
|---|
-
src/wp-includes/media.php
3131 3131 $sizes = array(); 3132 3132 3133 3133 /** This filter is documented in wp-admin/includes/media.php */ 3134 $possible_sizes = a pply_filters( 'image_size_names_choose', array(3134 $possible_sizes = array( 3135 3135 'thumbnail' => __('Thumbnail'), 3136 3136 'medium' => __('Medium'), 3137 3137 'large' => __('Large'), 3138 3138 'full' => __('Full Size'), 3139 ) );3139 ); 3140 3140 unset( $possible_sizes['full'] ); 3141 3141 3142 3142 // Loop through all potential sizes that may be chosen. Try to do this with some efficiency.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)