Changeset 16660 for trunk/wp-admin/includes/template.php
- Timestamp:
- 12/01/2010 07:24:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 ) {
Note: See TracChangeset
for help on using the changeset viewer.