Make WordPress Core

Ticket #44502: 44502.patch

File 44502.patch, 951 bytes (added by shamim51, 7 years ago)
  • post.php

     
    433433 * The path is relative to the current upload dir.
    434434 *
    435435 * @since 2.9.0
     436 * @access private
    436437 *
    437438 * @param string $path Full path to the file.
    438439 * @return string Relative path on success, unchanged path on failure.
     
    839840 * Return statuses for privacy requests.
    840841 *
    841842 * @since 5.0.0
     843 * @access private
    842844 *
    843845 * @return array
    844846 */
     
    24042406 * Return the cache key for wp_count_posts() based on the passed arguments.
    24052407 *
    24062408 * @since 3.9.0
     2409 * @access private
    24072410 *
    24082411 * @param string $type Optional. Post type to retrieve count Default 'post'.
    24092412 * @param string $perm Optional. 'readable' or empty. Default empty.
     
    47794782 * $children contains parent-children relations
    47804783 *
    47814784 * @since 2.9.0
     4785 * @access private
    47824786 *
    47834787 * @see _page_traverse_name()
    47844788 *