Changeset 47060 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 01/11/2020 06:30:58 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/deprecated.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r46810 r47060 611 611 * @param string $exclude 612 612 * @param bool $hierarchical 613 * @return false|null613 * @return null|false 614 614 */ 615 615 function list_cats($optionall = 1, $all = 'All', $sort_column = 'ID', $sort_order = 'asc', $file = '', $list = true, $optiondates = 0, … … 631 631 * 632 632 * @param string|array $args 633 * @return false|null|string633 * @return null|string|false 634 634 */ 635 635 function wp_list_cats($args = '') { … … 1909 1909 * @param bool $fullsize Optional, default to false. Whether to have full size image. 1910 1910 * @param array $max_dims Optional. Dimensions of image. 1911 * @return false|stringHTML content.1911 * @return string|false HTML content. 1912 1912 */ 1913 1913 function get_attachment_icon( $id = 0, $fullsize = false, $max_dims = false ) { … … 1965 1965 * @param bool $fullsize Optional, default to false. Whether to have full size image. 1966 1966 * @param array $max_dims Optional. Dimensions of image. 1967 * @return false|string1967 * @return string|false 1968 1968 */ 1969 1969 function get_attachment_innerHTML($id = 0, $fullsize = false, $max_dims = false) {
Note: See TracChangeset
for help on using the changeset viewer.