Changeset 46823 for trunk/src/wp-includes/nav-menu.php
- Timestamp:
- 12/06/2019 10:41:26 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/nav-menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu.php
r46660 r46823 1066 1066 * @access private 1067 1067 * 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. 1071 1071 */ 1072 1072 function _wp_auto_add_pages_to_menu( $new_status, $old_status, $post ) {
Note: See TracChangeset
for help on using the changeset viewer.