Make WordPress Core


Ignore:
Timestamp:
01/17/2019 07:20:16 AM (6 years ago)
Author:
pento
Message:

Docs: Mark the internal functions as @private in wp-includes/post.php.

Props shamim51.
Fixes #44502.

File:
1 edited

Legend:

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

    r44587 r44636  
    508508 *
    509509 * @since 2.9.0
     510 * @access private
    510511 *
    511512 * @param string $path Full path to the file.
     
    914915 *
    915916 * @since 4.9.6
     917 * @access private
    916918 *
    917919 * @return array
     
    24822484 *
    24832485 * @since 3.9.0
     2486 * @access private
    24842487 *
    24852488 * @param string $type Optional. Post type to retrieve count Default 'post'.
     
    49044907 *
    49054908 * @since 2.9.0
     4909 * @access private
    49064910 *
    49074911 * @see _page_traverse_name()
Note: See TracChangeset for help on using the changeset viewer.