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/nav-menu.php

    r46660 r46823  
    10661066 * @access private
    10671067 *
    1068  * @param string $new_status The new status of the post object.
    1069  * @param string $old_status The old status of the post object.
    1070  * @param object $post       The post object being transitioned from one status to another.
     1068 * @param string  $new_status The new status of the post object.
     1069 * @param string  $old_status The old status of the post object.
     1070 * @param WP_Post $post       The post object being transitioned from one status to another.
    10711071 */
    10721072function _wp_auto_add_pages_to_menu( $new_status, $old_status, $post ) {
Note: See TracChangeset for help on using the changeset viewer.