Changeset 27139
- Timestamp:
- 02/08/2014 10:54:47 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r27129 r27139 205 205 * @since 3.9.0 206 206 * 207 * @param string $name The image size to check.208 * @return bool True if itexists, false if not.207 * @param string $name Optional. The image size to check. Default empty. 208 * @return bool True if the image size exists, false if not. 209 209 */ 210 210 function has_image_size( $name = '' ) { … … 220 220 * 221 221 * @param string $name The image size to remove. 222 * @return bool True on success, false on failure.222 * @return bool True if the image size was successfully removed, false on failure. 223 223 */ 224 224 function remove_image_size( $name ) {
Note: See TracChangeset
for help on using the changeset viewer.