Make WordPress Core


Ignore:
Timestamp:
06/27/2015 01:02:12 AM (9 years ago)
Author:
wonderboymusic
Message:

For doc block types, favor bool over the few remaining booleans

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/image-edit.php

    r32642 r32964  
    209209 * @param string $mime_type
    210210 * @param int $post_id
    211  * @return boolean
     211 * @return bool
    212212 */
    213213function wp_stream_image( $image, $mime_type, $post_id ) {
     
    265265 * @param string $mime_type
    266266 * @param int $post_id
    267  * @return boolean
     267 * @return bool
    268268 */
    269269function wp_save_image_file( $filename, $image, $mime_type, $post_id ) {
     
    553553 *
    554554 * @param int $post_id
    555  * @return boolean
     555 * @return bool
    556556 */
    557557function stream_preview_image( $post_id ) {
Note: See TracChangeset for help on using the changeset viewer.