Make WordPress Core

Ticket #44502: 44502-2.patch

File 44502-2.patch, 987 bytes (added by shamim51, 7 years ago)
  • wp-includes/post.php

     
    454454 * The path is relative to the current upload dir.
    455455 *
    456456 * @since 2.9.0
     457 * @access private
    457458 *
    458459 * @param string $path Full path to the file.
    459460 * @return string Relative path on success, unchanged path on failure.
     
    860861 * Return statuses for privacy requests.
    861862 *
    862863 * @since 4.9.6
     864 * @access private
    863865 *
    864866 * @return array
    865867 */
     
    24232425 * Return the cache key for wp_count_posts() based on the passed arguments.
    24242426 *
    24252427 * @since 3.9.0
     2428 * @access private
    24262429 *
    24272430 * @param string $type Optional. Post type to retrieve count Default 'post'.
    24282431 * @param string $perm Optional. 'readable' or empty. Default empty.
     
    48184821 * $children contains parent-children relations
    48194822 *
    48204823 * @since 2.9.0
     4824 * @access private
    48214825 *
    48224826 * @see _page_traverse_name()
    48234827 *