Make WordPress Core


Ignore:
Timestamp:
12/01/2014 12:59:43 AM (10 years ago)
Author:
wonderboymusic
Message:

Improve various @param docs for src/wp-admin/*.

See #30224.

File:
1 edited

Legend:

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

    r30648 r30680  
    433433 * @since 2.5.0
    434434 *
    435  * @param array $content_func
     435 * @param string|callable $content_func
    436436 */
    437437function wp_iframe($content_func /* ... */) {
     
    917917 * @since 2.7.0
    918918 *
    919  * @param object $post
     919 * @param WP_Post $post
    920920 * @param string $checked
    921921 * @return string
     
    945945 * @since 2.7.0
    946946 *
    947  * @param object $post
     947 * @param WP_Post $post
    948948 * @param bool|string $check
    949949 * @return array
     
    10171017 * @since 2.7.0
    10181018 *
    1019  * @param object $post
     1019 * @param WP_Post $post
    10201020 * @param string $url_type
    10211021 * @return string
     
    29312931 *
    29322932 * @param string $file Path to file.
    2933  * @return array|boolean Returns array of metadata, if found.
     2933 * @return array|bool Returns array of metadata, if found.
    29342934 */
    29352935function wp_read_video_metadata( $file ) {
Note: See TracChangeset for help on using the changeset viewer.