Changeset 30202 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 11/03/2014 06:16:34 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/deprecated.php (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r30122 r30202 469 469 * specify 'rand' as the order which will return links in a random order. 470 470 * @param int $limit Limit to X entries. If not specified, all entries are shown. 471 * @return unknown471 * @return array 472 472 */ 473 473 function get_linkobjectsbyname($cat_name = "noname" , $orderby = 'name', $limit = -1) { … … 523 523 * order which will return links in a random order. 524 524 * @param int $limit Limit to X entries. If not specified, all entries are shown. 525 * @return unknown525 * @return array 526 526 */ 527 527 function get_linkobjects($category = 0, $orderby = 'name', $limit = 0) { … … 632 632 * @param string $exclude 633 633 * @param bool $hierarchical 634 * @return unknown634 * @return string 635 635 */ 636 636 function list_cats($optionall = 1, $all = 'All', $sort_column = 'ID', $sort_order = 'asc', $file = '', $list = true, $optiondates = 0, … … 651 651 * 652 652 * @param string|array $args 653 * @return unknown653 * @return string 654 654 */ 655 655 function wp_list_cats($args = '') { … … 692 692 * @param int $selected 693 693 * @param int $exclude 694 * @return unknown694 * @return string 695 695 */ 696 696 function dropdown_cats($optionall = 1, $all = 'All', $orderby = 'ID', $order = 'asc', … … 727 727 * @param string $feed 728 728 * @param string $feed_image 729 * @return unknown729 * @return null|string 730 730 */ 731 731 function list_authors($optioncount = false, $exclude_admin = true, $show_fullname = false, $hide_empty = true, $feed = '', $feed_image = '') { … … 744 744 * @param int $blogid Not Used 745 745 * @param int $post_ID 746 * @return unknown746 * @return array 747 747 */ 748 748 function wp_get_post_cats($blogid = '1', $post_ID = 0) { … … 762 762 * @param int $post_ID 763 763 * @param array $post_categories 764 * @return unknown764 * @return bool|mixed 765 765 */ 766 766 function wp_set_post_cats($blogid = '1', $post_ID = 0, $post_categories = array()) { … … 781 781 * @param string $after 782 782 * @param bool $show_post_count 783 * @return unknown783 * @return string|null 784 784 */ 785 785 function get_archives($type='', $limit='', $format='html', $before = '', $after = '', $show_post_count = false) { … … 1099 1099 * 1100 1100 * @param object $link 1101 * @return unknown1101 * @return mixed 1102 1102 */ 1103 1103 function get_linkrating($link) {
Note: See TracChangeset
for help on using the changeset viewer.