Ticket #44502: 44502-2.patch
File 44502-2.patch, 987 bytes (added by , 7 years ago) |
---|
-
wp-includes/post.php
454 454 * The path is relative to the current upload dir. 455 455 * 456 456 * @since 2.9.0 457 * @access private 457 458 * 458 459 * @param string $path Full path to the file. 459 460 * @return string Relative path on success, unchanged path on failure. … … 860 861 * Return statuses for privacy requests. 861 862 * 862 863 * @since 4.9.6 864 * @access private 863 865 * 864 866 * @return array 865 867 */ … … 2423 2425 * Return the cache key for wp_count_posts() based on the passed arguments. 2424 2426 * 2425 2427 * @since 3.9.0 2428 * @access private 2426 2429 * 2427 2430 * @param string $type Optional. Post type to retrieve count Default 'post'. 2428 2431 * @param string $perm Optional. 'readable' or empty. Default empty. … … 4818 4821 * $children contains parent-children relations 4819 4822 * 4820 4823 * @since 2.9.0 4824 * @access private 4821 4825 * 4822 4826 * @see _page_traverse_name() 4823 4827 *