Changeset 27140
- Timestamp:
- 02/08/2014 11:52:40 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r27139 r27140 205 205 * @since 3.9.0 206 206 * 207 * @param string $name Optional. The image size to check. Default empty.207 * @param string $name The image size to check. 208 208 * @return bool True if the image size exists, false if not. 209 209 */ 210 function has_image_size( $name = '') {210 function has_image_size( $name ) { 211 211 global $_wp_additional_image_sizes; 212 212
Note: See TracChangeset
for help on using the changeset viewer.