Changeset 16660
- Timestamp:
- 12/01/2010 07:24:38 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 22 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-background.php
r16061 r16660 20 20 * 21 21 * @var callback 22 * @since unknown22 * @since 3.0.0 23 23 * @access private 24 24 */ -
trunk/wp-admin/includes/class-wp-posts-list-table.php
r16593 r16660 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 -
trunk/wp-admin/includes/media.php
r16535 r16660 10 10 * {@internal Missing Short Description}} 11 11 * 12 * @since unknown12 * @since 2.5.0 13 13 * 14 14 * @return unknown … … 28 28 * {@internal Missing Short Description}} 29 29 * 30 * @since unknown30 * @since 2.5.0 31 31 * 32 32 * @param unknown_type $tabs … … 60 60 * {@internal Missing Short Description}} 61 61 * 62 * @since unknown62 * @since 2.5.0 63 63 */ 64 64 function the_media_upload_tabs() { … … 90 90 * {@internal Missing Short Description}} 91 91 * 92 * @since unknown92 * @since 2.5.0 93 93 * 94 94 * @param unknown_type $id … … 118 118 * {@internal Missing Short Description}} 119 119 * 120 * @since unknown120 * @since 2.6.0 121 121 * 122 122 * @param unknown_type $html … … 160 160 * {@internal Missing Short Description}} 161 161 * 162 * @since unknown162 * @since 2.5.0 163 163 * 164 164 * @param unknown_type $html … … 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 … … 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 … … 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 … … 402 402 * {@internal Missing Short Description}} 403 403 * 404 * @since unknown404 * @since 2.5.0 405 405 * 406 406 * @return unknown … … 489 489 * {@internal Missing Short Description}} 490 490 * 491 * @since unknown491 * @since 2.5.0 492 492 * 493 493 * @return unknown … … 548 548 * {@internal Missing Short Description}} 549 549 * 550 * @since unknown550 * @since 2.6.0 551 551 * 552 552 * @param unknown_type $file … … 594 594 * {@internal Missing Short Description}} 595 595 * 596 * @since unknown596 * @since 2.5.0 597 597 * 598 598 * @return unknown … … 652 652 * {@internal Missing Short Description}} 653 653 * 654 * @since unknown654 * @since 2.5.0 655 655 * 656 656 * @return unknown … … 710 710 * {@internal Missing Short Description}} 711 711 * 712 * @since unknown712 * @since 2.5.0 713 713 * 714 714 * @return unknown … … 765 765 * {@internal Missing Short Description}} 766 766 * 767 * @since unknown767 * @since 2.5.0 768 768 * 769 769 * @return unknown … … 788 788 * {@internal Missing Short Description}} 789 789 * 790 * @since unknown790 * @since 2.5.0 791 791 * 792 792 * @return unknown … … 809 809 * Retrieve HTML for the image alignment radio buttons with the specified one checked. 810 810 * 811 * @since unknown811 * @since 2.7.0 812 812 * 813 813 * @param unknown_type $post … … 837 837 * Retrieve HTML for the size radio buttons with the specified one checked. 838 838 * 839 * @since unknown839 * @since 2.7.0 840 840 * 841 841 * @param unknown_type $post … … 892 892 * Retrieve HTML for the Link URL buttons with the default link type as specified. 893 893 * 894 * @since unknown894 * @since 2.7.0 895 895 * 896 896 * @param unknown_type $post … … 923 923 * {@internal Missing Short Description}} 924 924 * 925 * @since unknown925 * @since 2.5.0 926 926 * 927 927 * @param unknown_type $form_fields … … 962 962 * {@internal Missing Short Description}} 963 963 * 964 * @since unknown964 * @since 2.5.0 965 965 * 966 966 * @param unknown_type $form_fields … … 973 973 } 974 974 975 /** 976 * {@internal Missing Short Description}} 977 * 978 * @since 2.8.0 979 * 980 * @param unknown_type $form_fields 981 * @param unknown_type $post 982 * @return unknown 983 */ 975 984 function media_post_single_attachment_fields_to_edit( $form_fields, $post ) { 976 985 unset($form_fields['image_url']); … … 981 990 * {@internal Missing Short Description}} 982 991 * 983 * @since unknown992 * @since 2.5.0 984 993 * 985 994 * @param unknown_type $post … … 1003 1012 * {@internal Missing Short Description}} 1004 1013 * 1005 * @since unknown1014 * @since 2.5.0 1006 1015 * 1007 1016 * @param unknown_type $html … … 1030 1039 * {@internal Missing Short Description}} 1031 1040 * 1032 * @since unknown1041 * @since 2.5.0 1033 1042 * 1034 1043 * @param unknown_type $post … … 1120 1129 * the image attachment. 1121 1130 * 1122 * @since unknown1131 * @since 2.5.0 1123 1132 * 1124 1133 * @param int $post_id Optional. Post ID. … … 1154 1163 * Retrieve HTML form for modifying the image attachment. 1155 1164 * 1156 * @since unknown1165 * @since 2.5.0 1157 1166 * 1158 1167 * @param int $attachment_id Attachment ID for modification. … … 1377 1386 * {@internal Missing Short Description}} 1378 1387 * 1379 * @since unknown1388 * @since 2.5.0 1380 1389 */ 1381 1390 function media_upload_header() { … … 1391 1400 * {@internal Missing Short Description}} 1392 1401 * 1393 * @since unknown1402 * @since 2.5.0 1394 1403 * 1395 1404 * @param unknown_type $errors … … 1546 1555 * {@internal Missing Short Description}} 1547 1556 * 1548 * @since unknown1557 * @since 2.5.0 1549 1558 * 1550 1559 * @param unknown_type $type … … 1604 1613 * {@internal Missing Short Description}} 1605 1614 * 1606 * @since unknown1615 * @since 2.7.0 1607 1616 * 1608 1617 * @param unknown_type $type … … 1722 1731 * {@internal Missing Short Description}} 1723 1732 * 1724 * @since unknown1733 * @since 2.5.0 1725 1734 * 1726 1735 * @param unknown_type $errors … … 1864 1873 * {@internal Missing Short Description}} 1865 1874 * 1866 * @since unknown1875 * @since 2.5.0 1867 1876 * 1868 1877 * @param unknown_type $errors … … 2026 2035 * {@internal Missing Short Description}} 2027 2036 * 2028 * @since unknown2037 * @since 2.7.0 2029 2038 * 2030 2039 * @return unknown … … 2108 2117 * {@internal Missing Short Description}} 2109 2118 * 2110 * @since unknown2119 * @since 2.7.0 2111 2120 * 2112 2121 * @return unknown … … 2138 2147 * {@internal Missing Short Description}} 2139 2148 * 2140 * @since unknown2149 * @since 2.7.0 2141 2150 * 2142 2151 * @return unknown … … 2168 2177 * {@internal Missing Short Description}} 2169 2178 * 2170 * @since unknown2179 * @since 2.7.0 2171 2180 * 2172 2181 * @return unknown … … 2225 2234 * Support a GET parameter for disabling the flash uploader. 2226 2235 * 2227 * @since unknown2236 * @since 2.6.0 2228 2237 * 2229 2238 * @param unknown_type $flash … … 2241 2250 * {@internal Missing Short Description}} 2242 2251 * 2243 * @since unknown2252 * @since 2.6.0 2244 2253 */ 2245 2254 function media_upload_flash_bypass() { … … 2252 2261 * {@internal Missing Short Description}} 2253 2262 * 2254 * @since unknown2263 * @since 2.6.0 2255 2264 */ 2256 2265 function media_upload_html_bypass($flash = true) { … … 2273 2282 * Make sure the GET parameter sticks when we submit a form. 2274 2283 * 2275 * @since unknown2284 * @since 2.6.0 2276 2285 * 2277 2286 * @param unknown_type $url -
trunk/wp-admin/includes/misc.php
r16635 r16660 10 10 * {@internal Missing Short Description}} 11 11 * 12 * @since unknown12 * @since 2.0.0 13 13 * 14 14 * @return unknown … … 22 22 * {@internal Missing Short Description}} 23 23 * 24 * @since unknown24 * @since 1.5.0 25 25 * 26 26 * @param unknown_type $filename … … 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 … … 118 118 * blank out old rules. 119 119 * 120 * @since unknown120 * @since 1.5.0 121 121 */ 122 122 function save_mod_rewrite_rules() { … … 170 170 * {@internal Missing Short Description}} 171 171 * 172 * @since unknown172 * @since 1.5.0 173 173 * 174 174 * @param unknown_type $file … … 192 192 * If siteurl or home changed, flush rewrite rules. 193 193 * 194 * @since unknown194 * @since 2.1.0 195 195 * 196 196 * @param unknown_type $old_value … … 235 235 * if neither is defined. 236 236 * 237 * @since unknown237 * @since 2.0.0 238 238 * 239 239 * @param array $vars An array of globals to reset. … … 258 258 * {@internal Missing Short Description}} 259 259 * 260 * @since unknown260 * @since 2.1.0 261 261 * 262 262 * @param unknown_type $message -
trunk/wp-admin/includes/plugin.php
r16438 r16660 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. … … 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. … … 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. … … 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 … … 630 630 * completed. 631 631 * 632 * @since unknown632 * @since 2.6.0 633 633 * 634 634 * @param array $plugins List of plugin … … 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 */ … … 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 … … 1598 1598 * {@internal Missing Short Description}} 1599 1599 * 1600 * @since unknown1600 * @since 2.7.0 1601 1601 * 1602 1602 * @param unknown_type $options … … 1616 1616 * {@internal Missing Short Description}} 1617 1617 * 1618 * @since unknown1618 * @since 2.7.0 1619 1619 * 1620 1620 * @param unknown_type $new_options … … 1647 1647 * {@internal Missing Short Description}} 1648 1648 * 1649 * @since unknown1649 * @since 2.7.0 1650 1650 * 1651 1651 * @param unknown_type $del_options -
trunk/wp-admin/includes/post.php
r16659 r16660 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. … … 435 435 * Get an existing post and format it for editing. 436 436 * 437 * @since unknown437 * @since 2.0.0 438 438 * 439 439 * @param unknown_type $id … … 453 453 * Determine if a post exists based on title, content, and date 454 454 * 455 * @since unknown455 * @since 2.0.0 456 456 * 457 457 * @param string $title Post title … … 494 494 * Creates a new post from the "Write Post" form using $_POST information. 495 495 * 496 * @since unknown496 * @since 2.1.0 497 497 * 498 498 * @return unknown … … 591 591 * Calls wp_write_post() and handles the errors. 592 592 * 593 * @since unknown593 * @since 2.0.0 594 594 * 595 595 * @return unknown … … 610 610 * {@internal Missing Short Description}} 611 611 * 612 * @since unknown612 * @since 1.2.0 613 613 * 614 614 * @param unknown_type $post_ID … … 653 653 * {@internal Missing Short Description}} 654 654 * 655 * @since unknown655 * @since 1.2.0 656 656 * 657 657 * @param unknown_type $mid … … 675 675 * Get a list of previously defined keys. 676 676 * 677 * @since unknown677 * @since 1.2.0 678 678 * 679 679 * @return unknown … … 694 694 * {@internal Missing Short Description}} 695 695 * 696 * @since unknown696 * @since 2.1.0 697 697 * 698 698 * @param unknown_type $mid … … 714 714 * Some postmeta stuff. 715 715 * 716 * @since unknown716 * @since 1.2.0 717 717 * 718 718 * @param unknown_type $postid … … 731 731 * {@internal Missing Short Description}} 732 732 * 733 * @since unknown733 * @since 1.2.0 734 734 * 735 735 * @param unknown_type $meta_id … … 774 774 * Replace hrefs of attachment anchors with up-to-date permalinks. 775 775 * 776 * @since unknown776 * @since 2.3.0 777 777 * @access private 778 778 * … … 830 830 * Move child posts to a new parent. 831 831 * 832 * @since unknown832 * @since 2.3.0 833 833 * @access private 834 834 * … … 951 951 * {@internal Missing Short Description}} 952 952 * 953 * @since unknown953 * @since 2.5.0 954 954 * 955 955 * @param unknown_type $type … … 966 966 * {@internal Missing Short Description}} 967 967 * 968 * @since unknown968 * @since 2.5.0 969 969 * 970 970 * @param unknown_type $q … … 1009 1009 * 1010 1010 * @uses get_user_option() 1011 * @since unknown1011 * @since 2.5.0 1012 1012 * 1013 1013 * @param unknown_type $id … … 1032 1032 * {@internal Missing Short Description}} 1033 1033 * 1034 * @since unknown1034 * @since 2.5.0 1035 1035 * 1036 1036 * @param int|object $id Post ID or post object. … … 1096 1096 * intended to be used for the inplace editor of the permalink post slug on in the post (and page?) editor. 1097 1097 * 1098 * @since unknown1098 * @since 2.5.0 1099 1099 * 1100 1100 * @param int|object $id Post ID or post object. -
trunk/wp-admin/includes/taxonomy.php
r16535 r16660 14 14 * {@internal Missing Short Description}} 15 15 * 16 * @since unknown16 * @since 2.0.0 17 17 * 18 18 * @param unknown_type $cat_name … … 29 29 * {@internal Missing Short Description}} 30 30 * 31 * @since unknown31 * @since 2.0.0 32 32 * 33 33 * @param unknown_type $id … … 42 42 * {@internal Missing Short Description}} 43 43 * 44 * @since unknown44 * @since 2.0.0 45 45 * 46 46 * @param unknown_type $cat_name … … 58 58 * {@internal Missing Short Description}} 59 59 * 60 * @since unknown60 * @since 2.0.0 61 61 * 62 62 * @param unknown_type $categories … … 174 174 * {@internal Missing Short Description}} 175 175 * 176 * @since unknown176 * @since 2.3.0 177 177 * 178 178 * @param unknown_type $tag_name … … 186 186 * {@internal Missing Short Description}} 187 187 * 188 * @since unknown188 * @since 2.3.0 189 189 * 190 190 * @param unknown_type $tag_name … … 240 240 * {@internal Missing Short Description}} 241 241 * 242 * @since unknown242 * @since 2.8.0 243 243 * 244 244 * @param unknown_type $tag_name -
trunk/wp-admin/includes/template.php
r16645 r16660 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 { … … 55 55 * {@internal Missing Short Description}} 56 56 * 57 * @since unknown57 * @since 2.5.1 58 58 * 59 59 * @param unknown_type $post_id … … 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 … … 143 145 * {@internal Missing Short Description}} 144 146 * 145 * @since unknown147 * @since 2.5.0 146 148 * 147 149 * @param unknown_type $taxonomy … … 191 193 * {@internal Missing Short Description}} 192 194 * 193 * @since unknown195 * @since 2.5.1 194 196 * 195 197 * @param unknown_type $link_id … … 260 262 * {@internal Missing Short Description}} 261 263 * 262 * @since unknown264 * @since 2.7.0 263 265 * 264 266 * @param unknown_type $post … … 315 317 * {@internal Missing Short Description}} 316 318 * 317 * @since unknown319 * @since 2.7.0 318 320 * 319 321 * @param unknown_type $position … … 409 411 * {@internal Missing Short Description}} 410 412 * 411 * @since unknown413 * @since 1.2.0 412 414 * 413 415 * @param unknown_type $meta … … 452 454 * {@internal Missing Short Description}} 453 455 * 454 * @since unknown456 * @since 2.5.0 455 457 * 456 458 * @param unknown_type $entry … … 507 509 * {@internal Missing Short Description}} 508 510 * 509 * @since unknown511 * @since 1.2.0 510 512 */ 511 513 function meta_form() { … … 568 570 * {@internal Missing Short Description}} 569 571 * 570 * @since unknown572 * @since 0.71 571 573 * 572 574 * @param unknown_type $edit … … 642 644 * {@internal Missing Short Description}} 643 645 * 644 * @since unknown646 * @since 1.5.0 645 647 * 646 648 * @param unknown_type $default … … 661 663 * {@internal Missing Short Description}} 662 664 * 663 * @since unknown665 * @since 1.5.0 664 666 * 665 667 * @param unknown_type $default … … 697 699 * {@internal Missing Short Description}} 698 700 * 699 * @since unknown701 * @since 2.0.0 700 702 * 701 703 * @param unknown_type $id … … 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 … … 772 774 * {@internal Missing Short Description}} 773 775 * 774 * @since unknown776 * @since 2.3.0 775 777 * 776 778 * @param unknown_type $size … … 792 794 * {@internal Missing Short Description}} 793 795 * 794 * @since unknown796 * @since 2.3.0 795 797 * 796 798 * @param unknown_type $bytes … … 808 810 * {@internal Missing Short Description}} 809 811 * 810 * @since unknown812 * @since 2.5.0 811 813 * 812 814 * @return unknown … … 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. … … 995 997 * {@internal Missing Short Description}} 996 998 * 997 * @since unknown999 * @since 2.7.0 998 1000 * 999 1001 * @param unknown_type $screen … … 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 … … 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 … … 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. … … 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 * … … 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) 1248 * 1249 * @since 3.0.0 1244 1250 * 1245 1251 * @global array $wp_settings_errors Storage array of errors registered during this pageload … … 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. … … 1321 1329 * {@internal Missing Short Description}} 1322 1330 * 1323 * @since unknown1331 * @since 2.7.0 1324 1332 * 1325 1333 * @param unknown_type $found_action … … 1379 1387 * {@internal Missing Short Description}} 1380 1388 * 1381 * @since unknown1389 * @since 2.7.0 1382 1390 */ 1383 1391 function favorite_actions( $screen = null ) { -
trunk/wp-admin/includes/theme.php
r16620 r16660 10 10 * {@internal Missing Short Description}} 11 11 * 12 * @since unknown12 * @since 2.0.0 13 13 * 14 14 * @return unknown … … 107 107 * {@internal Missing Short Description}} 108 108 * 109 * @since unknown109 * @since 1.5.0 110 110 * 111 111 * @return unknown … … 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 -
trunk/wp-admin/includes/upgrade.php
r16284 r16660 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. … … 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. … … 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. … … 337 337 * {@internal Missing Long Description}} 338 338 * 339 * @since unknown339 * @since 2.1.0 340 340 * 341 341 * @return null … … 376 376 * {@internal Missing Long Description}} 377 377 * 378 * @since unknown378 * @since 1.0.1 379 379 */ 380 380 function upgrade_all() { … … 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. … … 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. … … 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. … … 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 * … … 1334 1334 * {@internal Missing Long Description}} 1335 1335 * 1336 * @since unknown1336 * @since 1.5.0 1337 1337 * 1338 1338 * @param string $content … … 1361 1361 * {@internal Missing Long Description}} 1362 1362 * 1363 * @since unknown1363 * @since 1.5.0 1364 1364 * 1365 1365 * @param unknown_type $queries … … 1568 1568 * {@internal Missing Long Description}} 1569 1569 * 1570 * @since unknown1570 * @since 1.5.0 1571 1571 */ 1572 1572 function make_db_current() { … … 1584 1584 * {@internal Missing Long Description}} 1585 1585 * 1586 * @since unknown1586 * @since 1.5.0 1587 1587 */ 1588 1588 function make_db_current_silent() { … … 1597 1597 * {@internal Missing Long Description}} 1598 1598 * 1599 * @since unknown1599 * @since 1.5.0 1600 1600 * 1601 1601 * @param unknown_type $theme_name … … 1676 1676 * {@internal Missing Long Description}} 1677 1677 * 1678 * @since unknown1678 * @since 1.5.0 1679 1679 * 1680 1680 * @param unknown_type $theme_name … … 1742 1742 * {@internal Missing Long Description}} 1743 1743 * 1744 * @since unknown1744 * @since 1.5.0 1745 1745 * 1746 1746 * @return unknown … … 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. … … 1821 1821 * {@internal Missing Long Description}} 1822 1822 * 1823 * @since unknown1823 * @since 2.1.0 1824 1824 */ 1825 1825 function wp_check_mysql_version() { … … 1835 1835 * {@internal Missing Long Description}} 1836 1836 * 1837 * @since unknown1837 * @since 2.2.0 1838 1838 */ 1839 1839 function maybe_disable_automattic_widgets() { … … 1851 1851 /** 1852 1852 * Runs before the schema is upgraded. 1853 * 1854 * @since 2.9.0 1853 1855 */ 1854 1856 function pre_schema_upgrade() { -
trunk/wp-admin/includes/user.php
r16443 r16660 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. … … 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. … … 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. … … 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. … … 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; … … 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. … … 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; -
trunk/wp-admin/includes/widgets.php
r16365 r16660 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 … … 85 85 * {@internal Missing Short Description}} 86 86 * 87 * @since unknown87 * @since 2.5.0 88 88 * 89 89 * @param array $params … … 129 129 * Called from dynamic_sidebar(). 130 130 * 131 * @since unknown131 * @since 2.5.0 132 132 * 133 133 * @param array $sidebar_args -
trunk/wp-admin/link-parse-opml.php
r11682 r16660 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 * … … 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 -
trunk/wp-admin/profile.php
r14139 r16660 10 10 * This is a profile page. 11 11 * 12 * @since unknown12 * @since 2.5.0 13 13 * @var bool 14 14 */ -
trunk/wp-admin/upgrade.php
r15146 r16660 10 10 * We are upgrading WordPress. 11 11 * 12 * @since unknown12 * @since 1.5.1 13 13 * @var bool 14 14 */ -
trunk/wp-includes/class-http.php
r16450 r16660 1625 1625 * 1626 1626 * @uses WP_PROXY_BYPASS_HOSTS 1627 * @since unknown1627 * @since 2.8.0 1628 1628 * 1629 1629 * @param string $uri URI to check. -
trunk/wp-includes/feed.php
r16334 r16660 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. … … 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. -
trunk/wp-includes/functions.php
r16581 r16660 1643 1643 * by different browsers 1644 1644 * 1645 * @since 2.8 1645 * @since 2.8.0 1646 1646 * 1647 1647 * @uses apply_filters() … … 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 -
trunk/wp-includes/general-template.php
r16381 r16660 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 … … 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 … … 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 … … 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 … … 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 * -
trunk/wp-includes/theme.php
r16424 r16660 871 871 * index.php. 872 872 * 873 * @since unknown (2.6.0 most likely)873 * @since 2.5.0 874 874 * @uses apply_filters() Calls 'taxonomy_template' filter on found path. 875 875 * … … 1236 1236 * Switches current theme to new template and stylesheet names. 1237 1237 * 1238 * @since unknown1238 * @since 2.5.0 1239 1239 * @uses do_action() Calls 'switch_theme' action on updated theme display name. 1240 1240 * -
trunk/wp-includes/wp-db.php
r16336 r16660 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 -
trunk/wp-includes/wp-diff.php
r15259 r16660 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
Note: See TracChangeset
for help on using the changeset viewer.