Make WordPress Core

Changeset 37403


Ignore:
Timestamp:
05/08/2016 12:45:18 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in a comment in check_and_publish_future_post().

See #32246.

File:
1 edited

Legend:

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

    r37345 r37403  
    36733673    }
    36743674
    3675     // wp_publish_post(_ returns no meaningful value.
     3675    // wp_publish_post() returns no meaningful value.
    36763676    wp_publish_post( $post_id );
    36773677}
Note: See TracChangeset for help on using the changeset viewer.