Ticket #44502: 44502.patch
File 44502.patch, 951 bytes (added by , 7 years ago) |
---|
-
post.php
433 433 * The path is relative to the current upload dir. 434 434 * 435 435 * @since 2.9.0 436 * @access private 436 437 * 437 438 * @param string $path Full path to the file. 438 439 * @return string Relative path on success, unchanged path on failure. … … 839 840 * Return statuses for privacy requests. 840 841 * 841 842 * @since 5.0.0 843 * @access private 842 844 * 843 845 * @return array 844 846 */ … … 2404 2406 * Return the cache key for wp_count_posts() based on the passed arguments. 2405 2407 * 2406 2408 * @since 3.9.0 2409 * @access private 2407 2410 * 2408 2411 * @param string $type Optional. Post type to retrieve count Default 'post'. 2409 2412 * @param string $perm Optional. 'readable' or empty. Default empty. … … 4779 4782 * $children contains parent-children relations 4780 4783 * 4781 4784 * @since 2.9.0 4785 * @access private 4782 4786 * 4783 4787 * @see _page_traverse_name() 4784 4788 *