Ticket #15445: t15445-since-unknown-version-numbers.diff
File t15445-since-unknown-version-numbers.diff, 37.9 KB (added by , 13 years ago) |
---|
-
wp-admin/custom-background.php
19 19 * Callback for administration header. 20 20 * 21 21 * @var callback 22 * @since unknown22 * @since 3.0.0 23 23 * @access private 24 24 */ 25 25 var $admin_header_callback; -
wp-admin/includes/class-wp-posts-list-table.php
411 411 * Given a top level page ID, display the nested hierarchy of sub-pages 412 412 * together with paging support 413 413 * 414 * @since unknown414 * @since 3.1.0 (Standalone function exists since 2.6.0) 415 415 * 416 416 * @param unknown_type $children_pages 417 417 * @param unknown_type $count -
wp-admin/includes/media.php
9 9 /** 10 10 * {@internal Missing Short Description}} 11 11 * 12 * @since unknown12 * @since 2.5.0 13 13 * 14 14 * @return unknown 15 15 */ … … 27 27 /** 28 28 * {@internal Missing Short Description}} 29 29 * 30 * @since unknown30 * @since 2.5.0 31 31 * 32 32 * @param unknown_type $tabs 33 33 * @return unknown … … 59 59 /** 60 60 * {@internal Missing Short Description}} 61 61 * 62 * @since unknown62 * @since 2.5.0 63 63 */ 64 64 function the_media_upload_tabs() { 65 65 global $redir_tab; … … 89 89 /** 90 90 * {@internal Missing Short Description}} 91 91 * 92 * @since unknown92 * @since 2.5.0 93 93 * 94 94 * @param unknown_type $id 95 95 * @param unknown_type $alt … … 117 117 /** 118 118 * {@internal Missing Short Description}} 119 119 * 120 * @since unknown120 * @since 2.6.0 121 121 * 122 122 * @param unknown_type $html 123 123 * @param unknown_type $id … … 159 159 /** 160 160 * {@internal Missing Short Description}} 161 161 * 162 * @since unknown162 * @since 2.5.0 163 163 * 164 164 * @param unknown_type $html 165 165 */ … … 180 180 * 181 181 * This handles the file upload POST itself, creating the attachment post. 182 182 * 183 * @since unknown183 * @since 2.5.0 184 184 * 185 185 * @param string $file_id Index into the {@link $_FILES} array of the upload 186 186 * @param int $post_id The post ID the media is associated with … … 241 241 /** 242 242 * This handles a sideloaded file in the same way as an uploaded file is handled by {@link media_handle_upload()} 243 243 * 244 * @since 2.6 244 * @since 2.6.0 245 245 * 246 246 * @param array $file_array Array similar to a {@link $_FILES} upload array 247 247 * @param int $post_id The post ID the media is associated with … … 295 295 * Wrap iframe content (produced by $content_func) in a doctype, html head/body 296 296 * etc any additional function args will be passed to content_func. 297 297 * 298 * @since unknown298 * @since 2.5.0 299 299 * 300 300 * @param unknown_type $content_func 301 301 */ … … 352 352 /** 353 353 * {@internal Missing Short Description}} 354 354 * 355 * @since unknown355 * @since 2.5.0 356 356 * 357 357 * @return unknown 358 358 */ … … 439 439 /** 440 440 * {@internal Missing Short Description}} 441 441 * 442 * @since unknown442 * @since 2.5.0 443 443 * 444 444 * @return unknown 445 445 */ … … 498 498 /** 499 499 * {@internal Missing Short Description}} 500 500 * 501 * @since unknown501 * @since 2.6.0 502 502 * 503 503 * @param unknown_type $file 504 504 * @param unknown_type $post_id … … 544 544 /** 545 545 * {@internal Missing Short Description}} 546 546 * 547 * @since unknown547 * @since 2.5.0 548 548 * 549 549 * @return unknown 550 550 */ … … 602 602 /** 603 603 * {@internal Missing Short Description}} 604 604 * 605 * @since unknown605 * @since 2.5.0 606 606 * 607 607 * @return unknown 608 608 */ … … 660 660 /** 661 661 * {@internal Missing Short Description}} 662 662 * 663 * @since unknown663 * @since 2.5.0 664 664 * 665 665 * @return unknown 666 666 */ … … 715 715 /** 716 716 * {@internal Missing Short Description}} 717 717 * 718 * @since unknown718 * @since 2.5.0 719 719 * 720 720 * @return unknown 721 721 */ … … 738 738 /** 739 739 * {@internal Missing Short Description}} 740 740 * 741 * @since unknown741 * @since 2.5.0 742 742 * 743 743 * @return unknown 744 744 */ … … 759 759 /** 760 760 * Retrieve HTML for the image alignment radio buttons with the specified one checked. 761 761 * 762 * @since unknown762 * @since 2.7.0 763 763 * 764 764 * @param unknown_type $post 765 765 * @param unknown_type $checked … … 787 787 /** 788 788 * Retrieve HTML for the size radio buttons with the specified one checked. 789 789 * 790 * @since unknown790 * @since 2.7.0 791 791 * 792 792 * @param unknown_type $post 793 793 * @param unknown_type $check … … 842 842 /** 843 843 * Retrieve HTML for the Link URL buttons with the default link type as specified. 844 844 * 845 * @since unknown845 * @since 2.7.0 846 846 * 847 847 * @param unknown_type $post 848 848 * @param unknown_type $url_type … … 873 873 /** 874 874 * {@internal Missing Short Description}} 875 875 * 876 * @since unknown876 * @since 2.5.0 877 877 * 878 878 * @param unknown_type $form_fields 879 879 * @param unknown_type $post … … 912 912 /** 913 913 * {@internal Missing Short Description}} 914 914 * 915 * @since unknown915 * @since 2.5.0 916 916 * 917 917 * @param unknown_type $form_fields 918 918 * @param unknown_type $post … … 923 923 return $form_fields; 924 924 } 925 925 926 /** 927 * {@internal Missing Short Description}} 928 * 929 * @since 2.8.0 930 * 931 * @param unknown_type $form_fields 932 * @param unknown_type $post 933 * @return unknown 934 */ 926 935 function media_post_single_attachment_fields_to_edit( $form_fields, $post ) { 927 936 unset($form_fields['image_url']); 928 937 return $form_fields; … … 931 940 /** 932 941 * {@internal Missing Short Description}} 933 942 * 934 * @since unknown943 * @since 2.5.0 935 944 * 936 945 * @param unknown_type $post 937 946 * @param unknown_type $attachment … … 953 962 /** 954 963 * {@internal Missing Short Description}} 955 964 * 956 * @since unknown965 * @since 2.5.0 957 966 * 958 967 * @param unknown_type $html 959 968 * @param unknown_type $attachment_id … … 980 989 /** 981 990 * {@internal Missing Short Description}} 982 991 * 983 * @since unknown992 * @since 2.5.0 984 993 * 985 994 * @param unknown_type $post 986 995 * @param unknown_type $errors … … 1070 1079 * component. Will also create link for showing and hiding the form to modify 1071 1080 * the image attachment. 1072 1081 * 1073 * @since unknown1082 * @since 2.5.0 1074 1083 * 1075 1084 * @param int $post_id Optional. Post ID. 1076 1085 * @param array $errors Errors for attachment, if any. … … 1104 1113 /** 1105 1114 * Retrieve HTML form for modifying the image attachment. 1106 1115 * 1107 * @since unknown1116 * @since 2.5.0 1108 1117 * 1109 1118 * @param int $attachment_id Attachment ID for modification. 1110 1119 * @param string|array $args Optional. Override defaults. … … 1326 1335 /** 1327 1336 * {@internal Missing Short Description}} 1328 1337 * 1329 * @since unknown1338 * @since 2.5.0 1330 1339 */ 1331 1340 function media_upload_header() { 1332 1341 ?> … … 1340 1349 /** 1341 1350 * {@internal Missing Short Description}} 1342 1351 * 1343 * @since unknown1352 * @since 2.5.0 1344 1353 * 1345 1354 * @param unknown_type $errors 1346 1355 */ … … 1482 1491 /** 1483 1492 * {@internal Missing Short Description}} 1484 1493 * 1485 * @since unknown1494 * @since 2.5.0 1486 1495 * 1487 1496 * @param unknown_type $type 1488 1497 * @param unknown_type $errors … … 1540 1549 /** 1541 1550 * {@internal Missing Short Description}} 1542 1551 * 1543 * @since unknown1552 * @since 2.7.0 1544 1553 * 1545 1554 * @param unknown_type $type 1546 1555 * @param unknown_type $errors … … 1658 1667 /** 1659 1668 * {@internal Missing Short Description}} 1660 1669 * 1661 * @since unknown1670 * @since 2.5.0 1662 1671 * 1663 1672 * @param unknown_type $errors 1664 1673 */ … … 1799 1808 /** 1800 1809 * {@internal Missing Short Description}} 1801 1810 * 1802 * @since unknown1811 * @since 2.5.0 1803 1812 * 1804 1813 * @param unknown_type $errors 1805 1814 */ … … 1961 1970 /** 1962 1971 * {@internal Missing Short Description}} 1963 1972 * 1964 * @since unknown1973 * @since 2.7.0 1965 1974 * 1966 1975 * @return unknown 1967 1976 */ … … 2043 2052 /** 2044 2053 * {@internal Missing Short Description}} 2045 2054 * 2046 * @since unknown2055 * @since 2.7.0 2047 2056 * 2048 2057 * @return unknown 2049 2058 */ … … 2073 2082 /** 2074 2083 * {@internal Missing Short Description}} 2075 2084 * 2076 * @since unknown2085 * @since 2.7.0 2077 2086 * 2078 2087 * @return unknown 2079 2088 */ … … 2103 2112 /** 2104 2113 * {@internal Missing Short Description}} 2105 2114 * 2106 * @since unknown2115 * @since 2.7.0 2107 2116 * 2108 2117 * @return unknown 2109 2118 */ … … 2160 2169 * 2161 2170 * Support a GET parameter for disabling the flash uploader. 2162 2171 * 2163 * @since unknown2172 * @since 2.6.0 2164 2173 * 2165 2174 * @param unknown_type $flash 2166 2175 * @return unknown … … 2176 2185 /** 2177 2186 * {@internal Missing Short Description}} 2178 2187 * 2179 * @since unknown2188 * @since 2.6.0 2180 2189 */ 2181 2190 function media_upload_flash_bypass() { 2182 2191 echo '<p class="upload-flash-bypass">'; … … 2187 2196 /** 2188 2197 * {@internal Missing Short Description}} 2189 2198 * 2190 * @since unknown2199 * @since 2.6.0 2191 2200 */ 2192 2201 function media_upload_html_bypass($flash = true) { 2193 2202 echo '<p class="upload-html-bypass hide-if-no-js">'; … … 2208 2217 * 2209 2218 * Make sure the GET parameter sticks when we submit a form. 2210 2219 * 2211 * @since unknown2220 * @since 2.6.0 2212 2221 * 2213 2222 * @param unknown_type $url 2214 2223 * @return unknown -
wp-admin/includes/misc.php
9 9 /** 10 10 * {@internal Missing Short Description}} 11 11 * 12 * @since unknown12 * @since 2.0.0 13 13 * 14 14 * @return unknown 15 15 */ … … 21 21 /** 22 22 * {@internal Missing Short Description}} 23 23 * 24 * @since unknown24 * @since 1.5.0 25 25 * 26 26 * @param unknown_type $filename 27 27 * @param unknown_type $marker … … 57 57 * BEGIN and END markers. Replaces existing marked info. Retains surrounding 58 58 * data. Creates file if none exists. 59 59 * 60 * @since unknown60 * @since 1.5.0 61 61 * 62 62 * @param unknown_type $filename 63 63 * @param unknown_type $marker … … 117 117 * Always writes to the file if it exists and is writable to ensure that we 118 118 * blank out old rules. 119 119 * 120 * @since unknown120 * @since 1.5.0 121 121 */ 122 122 function save_mod_rewrite_rules() { 123 123 if ( is_multisite() ) … … 171 171 /** 172 172 * {@internal Missing Short Description}} 173 173 * 174 * @since unknown174 * @since 1.5.0 175 175 * 176 176 * @param unknown_type $file 177 177 */ … … 193 193 /** 194 194 * If siteurl or home changed, flush rewrite rules. 195 195 * 196 * @since unknown196 * @since 2.1.0 197 197 * 198 198 * @param unknown_type $old_value 199 199 * @param unknown_type $value … … 214 214 /** 215 215 * {@internal Missing Short Description}} 216 216 * 217 * @since unknown217 * @since 2.0.0 218 218 * 219 219 * @param unknown_type $url 220 220 * @return unknown … … 236 236 * in the $vars array to the value of $_POST[$var] or $_GET[$var] or '' 237 237 * if neither is defined. 238 238 * 239 * @since unknown239 * @since 2.1.0 240 240 * 241 241 * @param array $vars An array of globals to reset. 242 242 */ … … 259 259 /** 260 260 * {@internal Missing Short Description}} 261 261 * 262 * @since unknown262 * @since 2.5.0 263 263 * 264 264 * @param unknown_type $message 265 265 */ -
wp-admin/includes/plugin.php
198 198 * be split for maintainability. Keep everything in one file for extreme 199 199 * optimization purposes. 200 200 * 201 * @since unknown201 * @since 1.5.0 202 202 * 203 203 * @param string $plugin_folder Optional. Relative path to single plugin folder. 204 204 * @return array Key is the plugin file path and the value is an array of the plugin data. … … 481 481 * If any errors are found or text is outputted, then it will be captured to 482 482 * ensure that the success redirection will update the error redirection. 483 483 * 484 * @since unknown484 * @since 2.5.0 485 485 * 486 486 * @param string $plugin Plugin path to main plugin file with plugin data. 487 487 * @param string $redirect Optional. URL to redirect to. … … 544 544 * The deactivation hook is disabled by the plugin upgrader by using the $silent 545 545 * parameter. 546 546 * 547 * @since unknown547 * @since 2.5.0 548 548 * 549 549 * @param string|array $plugins Single plugin or list of plugins to deactivate. 550 550 * @param bool $silent Prevent calling deactivation hooks. Default is false. … … 596 596 * 597 597 * The execution will be halted as soon as one of the plugins has an error. 598 598 * 599 * @since unknown599 * @since 2.6.0 600 600 * 601 601 * @param string|array $plugins 602 602 * @param string $redirect Redirect to page after successful activation. … … 629 629 * If the plugins parameter list is empty, false will be returned. True when 630 630 * completed. 631 631 * 632 * @since unknown632 * @since 2.6.0 633 633 * 634 634 * @param array $plugins List of plugin 635 635 * @param string $redirect Redirect to page when complete. … … 721 721 * Validate all active plugins, deactivates invalid and 722 722 * returns an array of deactivated ones. 723 723 * 724 * @since unknown724 * @since 2.5.0 725 725 * @return array invalid plugins, plugin as key, error as value 726 726 */ 727 727 function validate_active_plugins() { … … 758 758 * 759 759 * Checks that the file exists and {@link validate_file() is valid file}. 760 760 * 761 * @since unknown761 * @since 2.5.0 762 762 * 763 763 * @param string $plugin Plugin Path 764 764 * @return WP_Error|int 0 on success, WP_Error on failure. … … 1597 1597 /** 1598 1598 * {@internal Missing Short Description}} 1599 1599 * 1600 * @since unknown1600 * @since 2.7.0 1601 1601 * 1602 1602 * @param unknown_type $options 1603 1603 * @return unknown … … 1615 1615 /** 1616 1616 * {@internal Missing Short Description}} 1617 1617 * 1618 * @since unknown1618 * @since 2.7.0 1619 1619 * 1620 1620 * @param unknown_type $new_options 1621 1621 * @param unknown_type $options … … 1646 1646 /** 1647 1647 * {@internal Missing Short Description}} 1648 1648 * 1649 * @since unknown1649 * @since 2.7.0 1650 1650 * 1651 1651 * @param unknown_type $del_options 1652 1652 * @param unknown_type $options -
wp-admin/includes/post.php
125 125 /** 126 126 * Update an existing post with values provided in $_POST. 127 127 * 128 * @since unknown128 * @since 1.5.0 129 129 * 130 130 * @param array $post_data Optional. 131 131 * @return int Post ID. … … 379 379 /** 380 380 * Get an existing post and format it for editing. 381 381 * 382 * @since unknown382 * @since 2.0.0 383 383 * 384 384 * @param unknown_type $id 385 385 * @return unknown … … 397 397 /** 398 398 * Determine if a post exists based on title, content, and date 399 399 * 400 * @since unknown400 * @since 2.0.0 401 401 * 402 402 * @param string $title Post title 403 403 * @param string $content Optional post content … … 438 438 /** 439 439 * Creates a new post from the "Write Post" form using $_POST information. 440 440 * 441 * @since unknown441 * @since 2.1.0 442 442 * 443 443 * @return unknown 444 444 */ … … 535 535 /** 536 536 * Calls wp_write_post() and handles the errors. 537 537 * 538 * @since unknown538 * @since 2.0.0 539 539 * 540 540 * @return unknown 541 541 */ … … 554 554 /** 555 555 * {@internal Missing Short Description}} 556 556 * 557 * @since unknown557 * @since 1.2.0 558 558 * 559 559 * @param unknown_type $post_ID 560 560 * @return unknown … … 596 596 /** 597 597 * {@internal Missing Short Description}} 598 598 * 599 * @since unknown599 * @since 1.2.0 600 600 * 601 601 * @param unknown_type $mid 602 602 * @return unknown … … 618 618 /** 619 619 * Get a list of previously defined keys. 620 620 * 621 * @since unknown621 * @since 1.2.0 622 622 * 623 623 * @return unknown 624 624 */ … … 637 637 /** 638 638 * {@internal Missing Short Description}} 639 639 * 640 * @since unknown640 * @since 2.1.0 641 641 * 642 642 * @param unknown_type $mid 643 643 * @return unknown … … 657 657 * 658 658 * Some postmeta stuff. 659 659 * 660 * @since unknown660 * @since 1.2.0 661 661 * 662 662 * @param unknown_type $postid 663 663 * @return unknown … … 674 674 /** 675 675 * {@internal Missing Short Description}} 676 676 * 677 * @since unknown677 * @since 1.2.0 678 678 * 679 679 * @param unknown_type $meta_id 680 680 * @param unknown_type $meta_key Expect Slashed … … 717 717 /** 718 718 * Replace hrefs of attachment anchors with up-to-date permalinks. 719 719 * 720 * @since unknown720 * @since 2.3.0 721 721 * @access private 722 722 * 723 723 * @param unknown_type $post_ID … … 773 773 /** 774 774 * Move child posts to a new parent. 775 775 * 776 * @since unknown776 * @since 2.3.0 777 777 * @access private 778 778 * 779 779 * @param unknown_type $old_ID … … 894 894 /** 895 895 * {@internal Missing Short Description}} 896 896 * 897 * @since unknown897 * @since 2.5.0 898 898 * 899 899 * @param unknown_type $type 900 900 * @return unknown … … 909 909 /** 910 910 * {@internal Missing Short Description}} 911 911 * 912 * @since unknown912 * @since 2.5.0 913 913 * 914 914 * @param unknown_type $q 915 915 * @return unknown … … 952 952 * {@internal Missing Short Description}} 953 953 * 954 954 * @uses get_user_option() 955 * @since unknown955 * @since 2.5.0 956 956 * 957 957 * @param unknown_type $id 958 958 * @param unknown_type $page … … 975 975 /** 976 976 * {@internal Missing Short Description}} 977 977 * 978 * @since unknown978 * @since 2.5.0 979 979 * 980 980 * @param int|object $id Post ID or post object. 981 981 * @param string $title (optional) Title … … 1039 1039 * 1040 1040 * intended to be used for the inplace editor of the permalink post slug on in the post (and page?) editor. 1041 1041 * 1042 * @since unknown1042 * @since 2.5.0 1043 1043 * 1044 1044 * @param int|object $id Post ID or post object. 1045 1045 * @param string $new_title (optional) New title -
wp-admin/includes/taxonomy.php
13 13 /** 14 14 * {@internal Missing Short Description}} 15 15 * 16 * @since unknown16 * @since 2.0.0 17 17 * 18 18 * @param unknown_type $cat_name 19 19 * @return unknown … … 28 28 /** 29 29 * {@internal Missing Short Description}} 30 30 * 31 * @since unknown31 * @since 2.0.0 32 32 * 33 33 * @param unknown_type $id 34 34 * @return unknown … … 41 41 /** 42 42 * {@internal Missing Short Description}} 43 43 * 44 * @since unknown44 * @since 2.0.0 45 45 * 46 46 * @param unknown_type $cat_name 47 47 * @param unknown_type $parent … … 57 57 /** 58 58 * {@internal Missing Short Description}} 59 59 * 60 * @since unknown60 * @since 2.0.0 61 61 * 62 62 * @param unknown_type $categories 63 63 * @param unknown_type $post_id … … 173 173 /** 174 174 * {@internal Missing Short Description}} 175 175 * 176 * @since unknown176 * @since 2.3.0 177 177 * 178 178 * @param unknown_type $tag_name 179 179 * @return unknown … … 185 185 /** 186 186 * {@internal Missing Short Description}} 187 187 * 188 * @since unknown188 * @since 2.3.0 189 189 * 190 190 * @param unknown_type $tag_name 191 191 * @return unknown … … 197 197 /** 198 198 * {@internal Missing Short Description}} 199 199 * 200 * @since unknown200 * @since 2.8.0 201 201 * 202 202 * @param unknown_type $tag_name 203 203 * @return unknown -
wp-admin/includes/template.php
16 16 /** 17 17 * {@internal Missing Short Description}} 18 18 * 19 * @since unknown19 * @since 2.5.1 20 20 */ 21 21 class Walker_Category_Checklist extends Walker { 22 22 var $tree_type = 'category'; … … 54 54 /** 55 55 * {@internal Missing Short Description}} 56 56 * 57 * @since unknown57 * @since 2.5.1 58 58 * 59 59 * @param unknown_type $post_id 60 60 * @param unknown_type $descendants_and_self … … 76 76 /** 77 77 * Taxonomy independent version of wp_category_checklist 78 78 * 79 * @since 3.0.0 80 * 79 81 * @param int $post_id 80 82 * @param array $args 81 83 */ … … 142 144 /** 143 145 * {@internal Missing Short Description}} 144 146 * 145 * @since unknown147 * @since 2.5.0 146 148 * 147 149 * @param unknown_type $taxonomy 148 150 * @param unknown_type $default … … 190 192 /** 191 193 * {@internal Missing Short Description}} 192 194 * 193 * @since unknown195 * @since 2.5.1 194 196 * 195 197 * @param unknown_type $link_id 196 198 */ … … 259 261 /** 260 262 * {@internal Missing Short Description}} 261 263 * 262 * @since unknown264 * @since 2.7.0 263 265 * 264 266 * @param unknown_type $post 265 267 */ … … 314 316 /** 315 317 * {@internal Missing Short Description}} 316 318 * 317 * @since unknown319 * @since 2.7.0 318 320 * 319 321 * @param unknown_type $position 320 322 * @param unknown_type $checkbox … … 408 410 /** 409 411 * {@internal Missing Short Description}} 410 412 * 411 * @since unknown413 * @since 1.2.0 412 414 * 413 415 * @param unknown_type $meta 414 416 */ … … 451 453 /** 452 454 * {@internal Missing Short Description}} 453 455 * 454 * @since unknown456 * @since 2.5.0 455 457 * 456 458 * @param unknown_type $entry 457 459 * @param unknown_type $count … … 506 508 /** 507 509 * {@internal Missing Short Description}} 508 510 * 509 * @since unknown511 * @since 1.2.0 510 512 */ 511 513 function meta_form() { 512 514 global $wpdb; … … 567 569 /** 568 570 * {@internal Missing Short Description}} 569 571 * 570 * @since unknown572 * @since 0.71 571 573 * 572 574 * @param unknown_type $edit 573 575 * @param unknown_type $for_post … … 641 643 /** 642 644 * {@internal Missing Short Description}} 643 645 * 644 * @since unknown646 * @since 1.5.0 645 647 * 646 648 * @param unknown_type $default 647 649 */ … … 660 662 /** 661 663 * {@internal Missing Short Description}} 662 664 * 663 * @since unknown665 * @since 1.5.0 664 666 * 665 667 * @param unknown_type $default 666 668 * @param unknown_type $parent … … 696 698 /** 697 699 * {@internal Missing Short Description}} 698 700 * 699 * @since unknown701 * @since 2.0.0 700 702 * 701 703 * @param unknown_type $id 702 704 * @return unknown … … 748 750 /** 749 751 * Print out <option> html elements for role selectors 750 752 * 751 * @since 2.1 753 * @since 2.1.0 752 754 * 753 755 * @param string $selected slug for the role that should be already selected 754 756 */ … … 771 773 /** 772 774 * {@internal Missing Short Description}} 773 775 * 774 * @since unknown776 * @since 2.3.0 775 777 * 776 778 * @param unknown_type $size 777 779 * @return unknown … … 791 793 /** 792 794 * {@internal Missing Short Description}} 793 795 * 794 * @since unknown796 * @since 2.3.0 795 797 * 796 798 * @param unknown_type $bytes 797 799 * @return unknown … … 807 809 /** 808 810 * {@internal Missing Short Description}} 809 811 * 810 * @since unknown812 * @since 2.5.0 811 813 * 812 814 * @return unknown 813 815 */ … … 821 823 /** 822 824 * Outputs the form used by the importers to accept the data to be imported 823 825 * 824 * @since 2.0 826 * @since 2.0.0 825 827 * 826 828 * @param string $action The action attribute for the form. 827 829 */ … … 994 996 /** 995 997 * {@internal Missing Short Description}} 996 998 * 997 * @since unknown999 * @since 2.7.0 998 1000 * 999 1001 * @param unknown_type $screen 1000 1002 */ … … 1029 1031 /** 1030 1032 * Get Hidden Meta Boxes 1031 1033 * 1032 * @since 2.7 1034 * @since 2.7.0 1033 1035 * 1034 1036 * @param string|object $screen Screen identifier 1035 1037 * @return array Hidden Meta Boxes … … 1139 1141 * 1140 1142 * @global $wp_settings_sections Storage array of all settings sections added to admin pages 1141 1143 * @global $wp_settings_fields Storage array of settings fields and info about their pages/sections 1142 * @since unknown1144 * @since 2.7.0 1143 1145 * 1144 1146 * @param string $page The slug name of the page whos settings sections you want to output 1145 1147 */ … … 1169 1171 * 1170 1172 * @global $wp_settings_fields Storage array of settings fields and their pages/sections 1171 1173 * 1172 * @since unknown1174 * @since 2.7.0 1173 1175 * 1174 1176 * @param string $page Slug title of the admin page who's settings fields you want to show. 1175 1177 * @param section $section Slug title of the settings section who's fields you want to show. … … 1206 1208 * Additional calls to settings_errors() can be used to show errors even when the settings 1207 1209 * page is first accessed. 1208 1210 * 1211 * @since 3.0.0 1212 * 1209 1213 * @global array $wp_settings_errors Storage array of errors registered during this pageload 1210 1214 * 1211 1215 * @param string $setting Slug title of the setting to which this error applies … … 1242 1246 * This is useful if you have errors or notices you want to show even when the user 1243 1247 * hasn't submitted data (i.e. when they first load an options page, or in admin_notices action hook) 1244 1248 * 1249 * @since 3.0.0 1250 * 1245 1251 * @global array $wp_settings_errors Storage array of errors registered during this pageload 1246 1252 * 1247 1253 * @param string $setting Optional slug title of a specific setting who's errors you want. … … 1294 1300 * shown in the default error reporting after submission. This is useful to show general errors like missing 1295 1301 * settings when the user arrives at the settings page. 1296 1302 * 1303 * @since 3.0.0 1304 * 1297 1305 * @param string $setting Optional slug title of a specific setting who's errors you want. 1298 1306 * @param boolean $sanitize Whether to re-sanitize the setting value before returning errors. 1299 1307 * @param boolean $hide_on_update If set to true errors will not be shown if the settings page has already been submitted. … … 1320 1328 /** 1321 1329 * {@internal Missing Short Description}} 1322 1330 * 1323 * @since unknown1331 * @since 2.7.0 1324 1332 * 1325 1333 * @param unknown_type $found_action 1326 1334 */ … … 1378 1386 /** 1379 1387 * {@internal Missing Short Description}} 1380 1388 * 1381 * @since unknown1389 * @since 2.7.0 1382 1390 */ 1383 1391 function favorite_actions( $screen = null ) { 1384 1392 $default_action = false; -
wp-admin/includes/theme.php
9 9 /** 10 10 * {@internal Missing Short Description}} 11 11 * 12 * @since unknown12 * @since 2.0.0 13 13 * 14 14 * @return unknown 15 15 */ … … 106 106 /** 107 107 * {@internal Missing Short Description}} 108 108 * 109 * @since unknown109 * @since 1.5.0 110 110 * 111 111 * @return unknown 112 112 */ … … 159 159 /** 160 160 * Get the Page Templates available in this theme 161 161 * 162 * @since unknown162 * @since 1.5.0 163 163 * 164 164 * @return array Key is template name, Value is template name 165 165 */ -
wp-admin/includes/upgrade.php
24 24 * 25 25 * {@internal Missing Long Description}} 26 26 * 27 * @since unknown27 * @since 2.1.0 28 28 * 29 29 * @param string $blog_title Blog title. 30 30 * @param string $user_name User's username. … … 98 98 * 99 99 * {@internal Missing Long Description}} 100 100 * 101 * @since unknown101 * @since 2.1.0 102 102 * 103 103 * @param int $user_id User ID. 104 104 */ … … 300 300 * 301 301 * {@internal Missing Long Description}} 302 302 * 303 * @since unknown303 * @since 2.1.0 304 304 * 305 305 * @param string $blog_title Blog title. 306 306 * @param string $blog_url Blog url. … … 336 336 * 337 337 * {@internal Missing Long Description}} 338 338 * 339 * @since unknown339 * @since 2.1.0 340 340 * 341 341 * @return null 342 342 */ … … 375 375 * 376 376 * {@internal Missing Long Description}} 377 377 * 378 * @since unknown378 * @since 1.0.1 379 379 */ 380 380 function upgrade_all() { 381 381 global $wp_current_db_version, $wp_db_version, $wp_rewrite; … … 1187 1187 * 1188 1188 * {@internal Missing Long Description}} 1189 1189 * 1190 * @since unknown1190 * @since 1.0.0 1191 1191 * 1192 1192 * @param string $table_name Database table name to create. 1193 1193 * @param string $create_ddl SQL statement to create table. … … 1210 1210 * 1211 1211 * {@internal Missing Long Description}} 1212 1212 * 1213 * @since unknown1213 * @since 1.0.1 1214 1214 * 1215 1215 * @param string $table Database table name. 1216 1216 * @param string $index Index name to drop. … … 1233 1233 * 1234 1234 * {@internal Missing Long Description}} 1235 1235 * 1236 * @since unknown1236 * @since 1.0.1 1237 1237 * 1238 1238 * @param string $table Database table name. 1239 1239 * @param string $index Database table index column. … … 1296 1296 /** 1297 1297 * Version of get_option that is private to install/upgrade. 1298 1298 * 1299 * @since unknown1299 * @since 1.5.1 1300 1300 * @access private 1301 1301 * 1302 1302 * @param string $setting Option name. … … 1333 1333 * 1334 1334 * {@internal Missing Long Description}} 1335 1335 * 1336 * @since unknown1336 * @since 1.5.0 1337 1337 * 1338 1338 * @param string $content 1339 1339 * @return string … … 1360 1360 * 1361 1361 * {@internal Missing Long Description}} 1362 1362 * 1363 * @since unknown1363 * @since 1.5.0 1364 1364 * 1365 1365 * @param unknown_type $queries 1366 1366 * @param unknown_type $execute … … 1567 1567 * 1568 1568 * {@internal Missing Long Description}} 1569 1569 * 1570 * @since unknown1570 * @since 1.5.0 1571 1571 */ 1572 1572 function make_db_current() { 1573 1573 global $wp_queries; … … 1583 1583 * 1584 1584 * {@internal Missing Long Description}} 1585 1585 * 1586 * @since unknown1586 * @since 1.5.0 1587 1587 */ 1588 1588 function make_db_current_silent() { 1589 1589 global $wp_queries; … … 1596 1596 * 1597 1597 * {@internal Missing Long Description}} 1598 1598 * 1599 * @since unknown1599 * @since 1.5.0 1600 1600 * 1601 1601 * @param unknown_type $theme_name 1602 1602 * @param unknown_type $template … … 1675 1675 * 1676 1676 * {@internal Missing Long Description}} 1677 1677 * 1678 * @since unknown1678 * @since 1.5.0 1679 1679 * 1680 1680 * @param unknown_type $theme_name 1681 1681 * @param unknown_type $template … … 1741 1741 * 1742 1742 * {@internal Missing Long Description}} 1743 1743 * 1744 * @since unknown1744 * @since 1.5.0 1745 1745 * 1746 1746 * @return unknown 1747 1747 */ … … 1789 1789 /** 1790 1790 * Translate user level to user role name. 1791 1791 * 1792 * @since unknown1792 * @since 2.0.0 1793 1793 * 1794 1794 * @param int $level User level. 1795 1795 * @return string User role name. … … 1820 1820 * 1821 1821 * {@internal Missing Long Description}} 1822 1822 * 1823 * @since unknown1823 * @since 2.1.0 1824 1824 */ 1825 1825 function wp_check_mysql_version() { 1826 1826 global $wpdb; … … 1834 1834 * 1835 1835 * {@internal Missing Long Description}} 1836 1836 * 1837 * @since unknown1837 * @since 2.2.0 1838 1838 */ 1839 1839 function maybe_disable_automattic_widgets() { 1840 1840 $plugins = __get_option( 'active_plugins' ); … … 1850 1850 1851 1851 /** 1852 1852 * Runs before the schema is upgraded. 1853 * 1854 * @since 2.9.0 1853 1855 */ 1854 1856 function pre_schema_upgrade() { 1855 1857 global $wp_current_db_version, $wp_db_version, $wpdb; -
wp-admin/includes/user.php
216 216 /** 217 217 * Retrieve user data and filter it. 218 218 * 219 * @since unknown219 * @since 2.0.5 220 220 * 221 221 * @param int $user_id User ID. 222 222 * @return object WP_User object with user data. … … 241 241 /** 242 242 * Retrieve the user's drafts. 243 243 * 244 * @since unknown244 * @since 2.0.0 245 245 * 246 246 * @param int $user_id User ID. 247 247 * @return array … … 261 261 * being deleted will be run after the posts are either reassigned or deleted. 262 262 * The user meta will also be deleted that are for that User ID. 263 263 * 264 * @since unknown264 * @since 2.0.0 265 265 * 266 266 * @param int $id User ID. 267 267 * @param int $reassign Optional. Reassign posts and links to new User ID. … … 316 316 /** 317 317 * Remove all capabilities from user. 318 318 * 319 * @since unknown319 * @since 2.1.0 320 320 * 321 321 * @param int $id User ID. 322 322 */ … … 328 328 } 329 329 330 330 add_action('admin_init', 'default_password_nag_handler'); 331 /** 332 * @since 2.8.0 333 */ 331 334 function default_password_nag_handler($errors = false) { 332 335 global $user_ID; 333 336 if ( ! get_user_option('default_password_nag') ) //Short circuit it. … … 341 344 } 342 345 343 346 add_action('profile_update', 'default_password_nag_edit_user', 10, 2); 347 /** 348 * @since 2.8.0 349 */ 344 350 function default_password_nag_edit_user($user_ID, $old_data) { 345 351 if ( ! get_user_option('default_password_nag', $user_ID) ) //Short circuit it. 346 352 return; … … 354 360 } 355 361 356 362 add_action('admin_notices', 'default_password_nag'); 363 /** 364 * @since 2.8.0 365 */ 357 366 function default_password_nag() { 358 367 global $pagenow; 359 368 if ( 'profile.php' == $pagenow || ! get_user_option('default_password_nag') ) //Short circuit it. -
wp-admin/includes/widgets.php
60 60 * Show the widgets and their settings for a sidebar. 61 61 * Used in the the admin widget config screen. 62 62 * 63 * @since unknown63 * @since 2.5.0 64 64 * 65 65 * @param string $sidebar id slug of the sidebar 66 66 */ … … 84 84 /** 85 85 * {@internal Missing Short Description}} 86 86 * 87 * @since unknown87 * @since 2.5.0 88 88 * 89 89 * @param array $params 90 90 * @return array … … 128 128 * 129 129 * Called from dynamic_sidebar(). 130 130 * 131 * @since unknown131 * @since 2.5.0 132 132 * 133 133 * @param array $sidebar_args 134 134 * @return array -
wp-admin/link-parse-opml.php
27 27 /** 28 28 * XML callback function for the start of a new XML tag. 29 29 * 30 * @since unknown30 * @since 0.71 31 31 * @access private 32 32 * 33 33 * @uses $updated_timestamp Not used inside function. … … 68 68 /** 69 69 * XML callback function that is called at the end of a XML tag. 70 70 * 71 * @since unknown71 * @since 0.71 72 72 * @access private 73 73 * @package WordPress 74 74 * @subpackage Dummy -
wp-admin/profile.php
9 9 /** 10 10 * This is a profile page. 11 11 * 12 * @since unknown12 * @since 2.5.0 13 13 * @var bool 14 14 */ 15 15 define('IS_PROFILE_PAGE', true); -
wp-admin/upgrade.php
9 9 /** 10 10 * We are upgrading WordPress. 11 11 * 12 * @since unknown12 * @since 1.5.1 13 13 * @var bool 14 14 */ 15 15 define( 'WP_INSTALLING', true ); -
wp-includes/class-http.php
1623 1623 * hosts that won't be sent through the proxy. 1624 1624 * 1625 1625 * @uses WP_PROXY_BYPASS_HOSTS 1626 * @since unknown1626 * @since 2.8.0 1627 1627 * 1628 1628 * @param string $uri URI to check. 1629 1629 * @return bool True, to send through the proxy and false if, the proxy should not be used. -
wp-includes/feed.php
204 204 * 205 205 * @package WordPress 206 206 * @subpackage Feed 207 * @since unknown207 * @since 2.5.0 208 208 * 209 209 * @param int|object $comment_id Optional comment object or id. Defaults to global comment object. 210 210 */ … … 217 217 * 218 218 * @package WordPress 219 219 * @subpackage Feed 220 * @since unknown220 * @since 2.5.0 221 221 * 222 222 * @param int|object $comment_id Optional comment object or id. Defaults to global comment object. 223 223 * @return bool|string false on failure or guid for comment on success. -
wp-includes/functions.php
1642 1642 * The several different headers cover the different ways cache prevention is handled 1643 1643 * by different browsers 1644 1644 * 1645 * @since 2.8 1645 * @since 2.8.0 1646 1646 * 1647 1647 * @uses apply_filters() 1648 1648 * @return array The associative array of header names and field values. … … 2216 2216 * The callback is passed three parameters, the first one is the directory, the 2217 2217 * second is the filename, and the third is the extension. 2218 2218 * 2219 * @since 2.5 2219 * @since 2.5.0 2220 2220 * 2221 2221 * @param string $dir 2222 2222 * @param string $filename -
wp-includes/general-template.php
199 199 * 200 200 * Returns the URL that allows the user to log out of the site 201 201 * 202 * @since 2.7 202 * @since 2.7.0 203 203 * @uses wp_nonce_url() To protect against CSRF 204 204 * @uses site_url() To generate the log in URL 205 205 * @uses apply_filters() calls 'logout_url' hook on final logout url … … 223 223 * 224 224 * Returns the URL that allows the user to log in to the site 225 225 * 226 * @since 2.7 226 * @since 2.7.0 227 227 * @uses site_url() To generate the log in URL 228 228 * @uses apply_filters() calls 'login_url' hook on final login url 229 229 * … … 2252 2252 * 2253 2253 * Compares the first two arguments and if identical marks as checked 2254 2254 * 2255 * @since 1.0 2255 * @since 1.0.0 2256 2256 * 2257 2257 * @param mixed $checked One of the values to compare 2258 2258 * @param mixed $current (true) The other value to compare if not just true … … 2268 2268 * 2269 2269 * Compares the first two arguments and if identical marks as selected 2270 2270 * 2271 * @since 1.0 2271 * @since 1.0.0 2272 2272 * 2273 2273 * @param mixed $selected One of the values to compare 2274 2274 * @param mixed $current (true) The other value to compare if not just true … … 2300 2300 * 2301 2301 * Compares the first two arguments and if identical marks as $type 2302 2302 * 2303 * @since 2.8 2303 * @since 2.8.0 2304 2304 * @access private 2305 2305 * 2306 2306 * @param any $helper One of the values to compare -
wp-includes/media.php
1437 1437 /** 1438 1438 * {@internal Missing Short Description}} 1439 1439 * 1440 * @since unknown1440 * @since 2.5.0 1441 1441 */ 1442 1442 function media_buttons() { 1443 1443 echo get_media_buttons(); … … 1447 1447 /** 1448 1448 * {@internal Missing Short Description}} 1449 1449 * 1450 * @since unknown1450 * @since 3.0.0 1451 1451 * @access private 1452 1452 */ 1453 1453 function _media_button( $title, $icon, $type ) { … … 1457 1457 /** 1458 1458 * {@internal Missing Short Description}} 1459 1459 * 1460 * @since unknown1460 * @since 3.0.0 1461 1461 */ 1462 1462 function get_upload_iframe_src( $type ) { 1463 1463 global $post_ID, $temp_ID; -
wp-includes/taxonomy.php
2926 2926 /** 2927 2927 * {@internal Missing Short Description}} 2928 2928 * 2929 * @since unknown2929 * @since 2.3.0 2930 2930 * 2931 2931 * @param unknown_type $post_id 2932 2932 * @return unknown … … 2938 2938 /** 2939 2939 * {@internal Missing Short Description}} 2940 2940 * 2941 * @since unknown2941 * @since 2.8.0 2942 2942 * 2943 2943 * @param unknown_type $post_id 2944 2944 * @return unknown -
wp-includes/theme.php
871 871 * template is used. If none of the files exist, then it will fall back on to 872 872 * index.php. 873 873 * 874 * @since unknown (2.6.0 most likely)874 * @since 2.5.0 875 875 * @uses apply_filters() Calls 'taxonomy_template' filter on found path. 876 876 * 877 877 * @return string … … 1236 1236 /** 1237 1237 * Switches current theme to new template and stylesheet names. 1238 1238 * 1239 * @since unknown1239 * @since 2.5.0 1240 1240 * @uses do_action() Calls 'switch_theme' action on updated theme display name. 1241 1241 * 1242 1242 * @param string $template Template name -
wp-includes/wp-db.php
455 455 /** 456 456 * A textual description of the last query/get_row/get_var call 457 457 * 458 * @since unknown458 * @since 3.0.0 459 459 * @access public 460 460 * @var string 461 461 */ -
wp-includes/wp-diff.php
64 64 * 65 65 * This will set class properties based on the key value pairs in the array. 66 66 * 67 * @since unknown67 * @since 2.6.0 68 68 * 69 69 * @param array $params 70 70 */