Make WordPress Core


Ignore:
Timestamp:
12/06/2019 10:41:26 PM (6 years ago)
Author:
johnbillion
Message:

Docs: Increase the specificity of various docblock parameter types and return types.

See #48303

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-blogs.php

    r46685 r46823  
    770770 * @since 3.3.0
    771771 *
    772  * @param string $new_status The new post status
    773  * @param string $old_status The old post status
    774  * @param object $post       Post object
     772 * @param string  $new_status The new post status.
     773 * @param string  $old_status The old post status.
     774 * @param WP_Post $post       Post object.
    775775 */
    776776function _update_blog_date_on_post_publish( $new_status, $old_status, $post ) {
Note: See TracChangeset for help on using the changeset viewer.