Changeset 27262
- Timestamp:
- 02/25/2014 05:13:08 PM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 23 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/nav-menu.php
r26349 r27262 232 232 * Create HTML list of nav menu input items. 233 233 * 234 * @package WordPress235 234 * @since 3.0.0 236 235 * @uses Walker_Nav_Menu -
trunk/src/wp-admin/install-helper.php
r19935 r27262 44 44 * 45 45 * @since 1.0.0 46 * @package WordPress 47 * @subpackage Plugin 46 * 48 47 * @uses $wpdb 49 48 * … … 76 75 * 77 76 * @since 1.0.0 78 * @package WordPress 79 * @subpackage Plugin 77 * 80 78 * @uses $wpdb 81 79 * … … 109 107 * 110 108 * @since 1.0.0 111 * @package WordPress 112 * @subpackage Plugin 109 * 113 110 * @uses $wpdb 114 111 * … … 153 150 * 154 151 * @since 1.0.0 155 * @package WordPress156 * @subpackage Plugin157 152 * 158 153 * @param string $table_name Table name -
trunk/src/wp-admin/install.php
r27246 r27262 48 48 * 49 49 * @since 2.5.0 50 * @package WordPress51 * @subpackage Installer52 50 */ 53 51 function display_header() { … … 74 72 * 75 73 * @since 2.8.0 76 * @package WordPress77 * @subpackage Installer78 74 */ 79 75 function display_setup_form( $error = null ) { -
trunk/src/wp-admin/link-parse-opml.php
r19712 r27262 71 71 * @since 0.71 72 72 * @access private 73 * @package WordPress74 * @subpackage Dummy75 73 * 76 74 * @param mixed $parser XML Parser resource. -
trunk/src/wp-admin/press-this.php
r26898 r27262 20 20 * Press It form handler. 21 21 * 22 * @package WordPress23 * @subpackage Press_This24 22 * @since 2.6.0 25 23 * … … 164 162 * Retrieve all image URLs from given URI. 165 163 * 166 * @package WordPress167 * @subpackage Press_This168 164 * @since 2.6.0 169 165 * -
trunk/src/wp-admin/setup-config.php
r26298 r27262 14 14 /** 15 15 * We are installing. 16 *17 * @package WordPress18 16 */ 19 17 define('WP_INSTALLING', true); … … 89 87 * @ignore 90 88 * @since 2.3.0 91 * @package WordPress92 * @subpackage Installer_WP_Config93 89 */ 94 90 function setup_config_display_header() { -
trunk/src/wp-includes/class-http.php
r27049 r27262 767 767 * HTTP request method uses PHP Streams to retrieve the url. 768 768 * 769 * @package WordPress770 * @subpackage HTTP771 *772 769 * @since 2.7.0 773 770 * @since 3.7.0 Combined with the fsockopen transport and switched to stream_socket_client(). … … 1157 1154 * 1158 1155 * @see WP_HTTP::request 1159 *1160 * @package WordPress1161 * @subpackage HTTP1162 1156 * 1163 1157 * @since 2.7.0 -
trunk/src/wp-includes/class-wp-customize-setting.php
r23591 r27262 421 421 422 422 /** 423 * Class WP_Customize_Background_Image_Setting 424 * 423 425 * @package WordPress 424 426 * @subpackage Customize -
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r26868 r27262 4 4 * 5 5 * @package WordPress 6 * @subpackage Publishing 6 7 */ 7 8 -
trunk/src/wp-includes/comment-template.php
r27157 r27262 1524 1524 * HTML comment list class. 1525 1525 * 1526 * @package WordPress1527 1526 * @uses Walker 1528 1527 * @since 2.7.0 -
trunk/src/wp-includes/comment.php
r27258 r27262 467 467 * status values and descriptions. 468 468 * 469 * @package WordPress470 * @subpackage Post471 469 * @since 2.7.0 472 470 * … … 2357 2355 * 2358 2356 * @since 2.3.0 2359 * @package WordPress2360 * @subpackage Cache2361 2357 * 2362 2358 * @param int|array $ids Comment ID or array of comment IDs to remove from cache … … 2377 2373 * 2378 2374 * @since 2.3.0 2379 * @package WordPress2380 * @subpackage Cache2381 2375 * 2382 2376 * @param array $comments Array of comment row objects -
trunk/src/wp-includes/deprecated.php
r27203 r27262 1678 1678 * and the rest of the content will be removed. 1679 1679 * 1680 * @package WordPress1681 * @subpackage Feed1682 1680 * @since 0.71 1683 1681 * @uses apply_filters() Calls 'the_content_rss' on the content before processing. -
trunk/src/wp-includes/feed.php
r26903 r27262 17 17 * are retrieved for use in the feeds. 18 18 * 19 * @package WordPress20 * @subpackage Feed21 19 * @since 1.5.1 22 20 * @see get_bloginfo() For the list of possible values to display. … … 48 46 * are retrieved for use in the feeds. 49 47 * 50 * @package WordPress51 * @subpackage Feed52 48 * @since 0.71 53 49 * @see get_bloginfo() For the list of possible values to display. … … 75 71 * 'default_feed' filter. 76 72 * 77 * @package WordPress78 * @subpackage Feed79 73 * @since 2.5.0 80 74 * @uses apply_filters() Calls 'default_feed' hook on the default feed string. … … 98 92 * Retrieve the blog title for the feed title. 99 93 * 100 * @package WordPress101 * @subpackage Feed102 94 * @since 2.2.0 103 95 * … … 124 116 * Display the blog title for display of the feed title. 125 117 * 126 * @package WordPress127 * @subpackage Feed128 118 * @since 2.2.0 129 119 * @see wp_title() $sep parameter usage. … … 148 138 * Retrieve the current post title for the feed. 149 139 * 150 * @package WordPress151 * @subpackage Feed152 140 * @since 2.0.0 153 141 * … … 170 158 * Display the post title in the feed. 171 159 * 172 * @package WordPress173 * @subpackage Feed174 160 * @since 0.71 175 161 * @uses get_the_title_rss() Used to retrieve current post title. … … 182 168 * Retrieve the post content for feeds. 183 169 * 184 * @package WordPress185 * @subpackage Feed186 170 * @since 2.9.0 187 171 * @see get_the_content() … … 212 196 * Display the post content for feeds. 213 197 * 214 * @package WordPress215 * @subpackage Feed216 198 * @since 2.9.0 217 199 * @uses apply_filters() Calls 'the_content_feed' on the content before processing. … … 227 209 * Display the post excerpt for the feed. 228 210 * 229 * @package WordPress230 * @subpackage Feed231 211 * @since 0.71 232 212 */ … … 246 226 * Display the permalink to the post for use in feeds. 247 227 * 248 * @package WordPress249 * @subpackage Feed250 228 * @since 2.3.0 251 229 */ … … 282 260 * Display the feed GUID for the current comment. 283 261 * 284 * @package WordPress285 * @subpackage Feed286 262 * @since 2.5.0 287 263 * … … 295 271 * Retrieve the feed GUID for the current comment. 296 272 * 297 * @package WordPress298 * @subpackage Feed299 273 * @since 2.5.0 300 274 * … … 332 306 * Retrieve the current comment author for use in the feeds. 333 307 * 334 * @package WordPress335 * @subpackage Feed336 308 * @since 2.0.0 337 309 * @uses get_comment_author() … … 355 327 * Display the current comment author in the feed. 356 328 * 357 * @package WordPress358 * @subpackage Feed359 329 * @since 1.0.0 360 330 */ … … 366 336 * Display the current comment content for use in the feeds. 367 337 * 368 * @package WordPress369 * @subpackage Feed370 338 * @since 1.0.0 371 339 * @uses get_comment_text() … … 391 359 * RSS2, Atom, or RSS1 and RSS0.91 RDF feeds. 392 360 * 393 * @package WordPress394 * @subpackage Feed395 361 * @since 2.1.0 396 362 * … … 445 411 * Display the post categories in the feed. 446 412 * 447 * @package WordPress448 * @subpackage Feed449 413 * @since 0.71 450 414 * @see get_the_category_rss() For better explanation. … … 461 425 * The two possible values are either 'xhtml' or 'html'. 462 426 * 463 * @package WordPress464 * @subpackage Feed465 427 * @since 2.2.0 466 428 */ … … 486 448 * attributes. 487 449 * 488 * @package WordPress489 * @subpackage Template490 450 * @since 1.5.0 491 451 * @uses get_post_custom() To get the current post enclosure metadata. … … 528 488 * enclosure(s) consist of link HTML tag(s) with a URI and other attributes. 529 489 * 530 * @package WordPress531 * @subpackage Template532 490 * @since 2.2.0 533 491 * @uses get_post_custom() To get the current post enclosure metadata. … … 566 524 * @link http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.3.1 567 525 * 568 * @package WordPress569 * @subpackage Feed570 526 * @since 2.5.0 571 527 * … … 604 560 * Generate a correct link for the atom:self element. 605 561 * 606 * @package WordPress607 * @subpackage Feed608 562 * @since 2.5.0 609 563 */ … … 626 580 * Return the content type for specified feed type. 627 581 * 628 * @package WordPress629 * @subpackage Feed630 582 * @since 2.8.0 631 583 */ -
trunk/src/wp-includes/functions.php
r27259 r27262 354 354 * the $post_default_title will be used instead. 355 355 * 356 * @package WordPress357 * @subpackage XMLRPC358 356 * @since 0.71 359 357 * … … 380 378 * category is found, then it will always be an array. 381 379 * 382 * @package WordPress383 * @subpackage XMLRPC384 380 * @since 0.71 385 381 * … … 403 399 * XMLRPC XML content without title and category elements. 404 400 * 405 * @package WordPress406 * @subpackage XMLRPC407 401 * @since 0.71 408 402 * … … 444 438 * pingbacks and trackbacks. 445 439 * 446 * @package WordPress447 440 * @since 1.5.0 448 441 * … … 1192 1185 * Retrieve URL with nonce added to URL query. 1193 1186 * 1194 * @package WordPress1195 * @subpackage Security1196 1187 * @since 2.0.4 1197 1188 * … … 1224 1215 * the nonce creation value. 1225 1216 * 1226 * @package WordPress1227 * @subpackage Security1228 1217 * @since 2.0.4 1229 1218 * … … 1253 1242 * input name is '_wp_http_referer', in case you wanted to check manually. 1254 1243 * 1255 * @package WordPress1256 * @subpackage Security1257 1244 * @since 2.0.4 1258 1245 * … … 1275 1262 * be the current page, if it doesn't exist. 1276 1263 * 1277 * @package WordPress1278 * @subpackage Security1279 1264 * @since 2.0.4 1280 1265 * … … 1297 1282 * as the current request URL, will return false. 1298 1283 * 1299 * @package WordPress1300 * @subpackage Security1301 1284 * @since 2.0.4 1302 1285 * … … 1320 1303 * Retrieve original referer that was posted, if it exists. 1321 1304 * 1322 * @package WordPress1323 * @subpackage Security1324 1305 * @since 2.0.4 1325 1306 * … … 1832 1813 * Retrieve the file type based on the extension name. 1833 1814 * 1834 * @package WordPress1835 1815 * @since 2.5.0 1836 1816 * @uses apply_filters() Calls 'ext2type' hook on default supported types. … … 2093 2073 * with the "Are you sure?" message. 2094 2074 * 2095 * @package WordPress2096 * @subpackage Security2097 2075 * @since 2.0.4 2098 2076 * … … 2431 2409 * 2432 2410 * @access private 2433 * @package WordPress2434 2411 * @since 2.2.0 2435 2412 * … … 2451 2428 * 2452 2429 * @access private 2453 * @package WordPress2454 2430 * @since 2.2.0 2455 2431 * … … 2473 2449 * 2474 2450 * @access private 2475 * @package WordPress2476 * @subpackage MCE2477 2451 * @since 2.1.0 2478 2452 * … … 2905 2879 * This function is to be used in every function that is deprecated. 2906 2880 * 2907 * @package WordPress2908 * @subpackage Debug2909 2881 * @since 2.5.0 2910 2882 * @access private … … 2950 2922 * This function is to be used in every file that is deprecated. 2951 2923 * 2952 * @package WordPress2953 * @subpackage Debug2954 2924 * @since 2.5.0 2955 2925 * @access private … … 3003 2973 * The current behavior is to trigger a user error if WP_DEBUG is true. 3004 2974 * 3005 * @package WordPress3006 * @subpackage Debug3007 2975 * @since 3.0.0 3008 2976 * @access private … … 3046 3014 * The current behavior is to trigger a user error if WP_DEBUG is true. 3047 3015 * 3048 * @package WordPress3049 * @subpackage Debug3050 3016 * @since 3.1.0 3051 3017 * @access private … … 3391 3357 * 3392 3358 * @since 3.0.0 3393 * @package WordPress3394 3359 * 3395 3360 * @return bool True if multisite and global terms enabled -
trunk/src/wp-includes/general-template.php
r27231 r27262 2191 2191 * stylesheet link to that generated URL is printed. 2192 2192 * 2193 * @package WordPress2194 2193 * @since 2.3.0 2195 2194 * @uses $wp_styles WordPress Styles Object -
trunk/src/wp-includes/link-template.php
r27260 r27262 500 500 * specified, the current post is used. 501 501 * 502 * @package WordPress503 * @subpackage Feed504 502 * @since 2.5.0 505 503 * … … 523 521 * can be requested or left blank to get the default feed. 524 522 * 525 * @package WordPress526 * @subpackage Feed527 523 * @since 2.5.0 528 524 * … … 561 557 * can be requested or left blank to get the default feed. 562 558 * 563 * @package WordPress564 * @subpackage Feed565 559 * @since 2.5.0 566 560 * … … 1956 1950 * overridden. 1957 1951 * 1958 * @package WordPress1959 1952 * @since 3.0.0 1960 1953 * … … 1976 1969 * overridden. 1977 1970 * 1978 * @package WordPress1979 1971 * @since 3.0.0 1980 1972 * … … 2017 2009 * overridden. 2018 2010 * 2019 * @package WordPress2020 2011 * @since 2.6.0 2021 2012 * … … 2037 2028 * overridden. 2038 2029 * 2039 * @package WordPress2040 2030 * @since 3.0.0 2041 2031 * … … 2065 2055 * Retrieve the url to the admin area for the current site. 2066 2056 * 2067 * @package WordPress2068 2057 * @since 2.6.0 2069 2058 * … … 2079 2068 * Retrieve the url to the admin area for a given site. 2080 2069 * 2081 * @package WordPress2082 2070 * @since 3.0.0 2083 2071 * … … 2099 2087 * Retrieve the url to the includes directory. 2100 2088 * 2101 * @package WordPress2102 2089 * @since 2.6.0 2103 2090 * … … 2118 2105 * Retrieve the url to the content directory. 2119 2106 * 2120 * @package WordPress2121 2107 * @since 2.6.0 2122 2108 * … … 2137 2123 * You can hardcode the plugin slug in $path or pass __FILE__ as a second argument to get the correct folder name. 2138 2124 * 2139 * @package WordPress2140 2125 * @since 2.6.0 2141 2126 * … … 2179 2164 * overridden. 2180 2165 * 2181 * @package WordPress2182 2166 * @since 3.0.0 2183 2167 * … … 2210 2194 * overridden. 2211 2195 * 2212 * @package WordPress2213 2196 * @since 3.0.0 2214 2197 * … … 2241 2224 * Retrieve the url to the admin area for the network. 2242 2225 * 2243 * @package WordPress2244 2226 * @since 3.0.0 2245 2227 * … … 2263 2245 * Retrieve the url to the admin area for the current user. 2264 2246 * 2265 * @package WordPress2266 2247 * @since 3.0.0 2267 2248 * … … 2282 2263 * Retrieve the url to the admin area for either the current blog or the network depending on context. 2283 2264 * 2284 * @package WordPress2285 2265 * @since 3.1.0 2286 2266 * … … 2399 2379 * Output rel=canonical for singular queries. 2400 2380 * 2401 * @package WordPress2402 2381 * @since 2.9.0 2403 2382 */ -
trunk/src/wp-includes/nav-menu-template.php
r27227 r27262 11 11 * Create HTML list of nav menu items. 12 12 * 13 * @package WordPress14 13 * @since 3.0.0 15 14 * @uses Walker -
trunk/src/wp-includes/option.php
r26304 r27262 4 4 * 5 5 * @package WordPress 6 * @subpackage Option 6 7 */ 7 8 … … 17 18 * 18 19 * @since 1.5.0 19 * @package WordPress20 * @subpackage Option21 20 * @uses apply_filters() Calls 'pre_option_$option' before checking the option. 22 21 * Any value other than false will "short-circuit" the retrieval of the option … … 99 98 * 100 99 * @since 2.2.0 101 * @package WordPress102 * @subpackage Option103 100 * 104 101 * @param string $option Option name. … … 114 111 * @uses attr Sanitizes value. 115 112 * @since 1.5.0 116 * @package WordPress117 * @subpackage Option118 113 * 119 114 * @param string $option Option name. … … 127 122 * 128 123 * @since 2.2.0 129 * @package WordPress130 * @subpackage Option131 124 * 132 125 * @return array List of all options. … … 160 153 * 161 154 * @since 3.0.0 162 * @package WordPress163 * @subpackage Option164 155 * 165 156 * @param int $site_id Optional site ID for which to query the options. Defaults to the current site. … … 200 191 * 201 192 * @since 1.0.0 202 * @package WordPress203 * @subpackage Option204 193 * 205 194 * @uses apply_filters() Calls 'pre_update_option_$option' hook to allow overwriting the … … 275 264 * options the same as the ones which are protected. 276 265 * 277 * @package WordPress278 * @subpackage Option279 266 * @since 1.0.0 280 267 * … … 344 331 * Removes option by name. Prevents removal of protected WordPress options. 345 332 * 346 * @package WordPress347 * @subpackage Option348 333 * @since 1.2.0 349 334 * … … 392 377 * 393 378 * @since 2.8.0 394 * @package WordPress395 * @subpackage Transient396 379 * 397 380 * @uses do_action() Calls 'delete_transient_$transient' hook before transient is deleted. … … 432 415 * 433 416 * @since 2.8.0 434 * @package WordPress435 * @subpackage Transient436 417 * 437 418 * @param string $transient Transient name. Expected to not be SQL-escaped … … 474 455 * 475 456 * @since 2.8.0 476 * @package WordPress477 * @subpackage Transient478 457 * 479 458 * @uses apply_filters() Calls 'pre_set_transient_$transient' hook to allow overwriting the … … 522 501 * the settings. 523 502 * 524 * @package WordPress525 * @subpackage Option526 503 * @since 2.7.0 527 504 */ … … 569 546 * Retrieve user interface setting value based on setting name. 570 547 * 571 * @package WordPress572 * @subpackage Option573 548 * @since 2.7.0 574 549 * … … 589 564 * This function has to be used before any output has started as it calls setcookie(). 590 565 * 591 * @package WordPress592 * @subpackage Option593 566 * @since 2.8.0 594 567 * … … 614 587 * This function has to be used before any output has started as it calls setcookie(). 615 588 * 616 * @package WordPress617 * @subpackage Option618 589 * @since 2.7.0 619 590 * … … 646 617 * Retrieve all user interface settings. 647 618 * 648 * @package WordPress649 * @subpackage Option650 619 * @since 2.7.0 651 620 * … … 681 650 * Private. Set all user interface settings. 682 651 * 683 * @package WordPress684 * @subpackage Option685 652 * @since 2.8.0 686 653 * … … 718 685 * Delete the user settings of the current user. 719 686 * 720 * @package WordPress721 * @subpackage Option722 687 * @since 2.7.0 723 688 */ … … 734 699 * 735 700 * @see get_option() 736 * @package WordPress737 * @subpackage Option738 701 * @since 2.8.0 739 702 * … … 796 759 * 797 760 * @see add_option() 798 * @package WordPress799 * @subpackage Option800 761 * @since 2.8.0 801 762 * … … 857 818 * 858 819 * @see delete_option() 859 * @package WordPress860 * @subpackage Option861 820 * @since 2.8.0 862 821 * … … 900 859 * @see update_option() 901 860 * @since 2.8.0 902 * @package WordPress903 * @subpackage Option904 861 * 905 862 * @uses apply_filters() Calls 'pre_update_site_option_$option' hook to allow overwriting the … … 958 915 * 959 916 * @since 2.9.0 960 * @package WordPress961 * @subpackage Transient962 917 * 963 918 * @uses do_action() Calls 'delete_site_transient_$transient' hook before transient is deleted. … … 991 946 * @see get_transient() 992 947 * @since 2.9.0 993 * @package WordPress994 * @subpackage Transient995 948 * 996 949 * @uses apply_filters() Calls 'pre_site_transient_$transient' hook before checking the transient. … … 1039 992 * @see set_transient() 1040 993 * @since 2.9.0 1041 * @package WordPress1042 * @subpackage Transient1043 994 * 1044 995 * @uses apply_filters() Calls 'pre_set_site_transient_$transient' hook to allow overwriting the -
trunk/src/wp-includes/plugin.php
r27158 r27262 64 64 * so everything is as quick as possible. 65 65 * 66 * @package WordPress67 * @subpackage Plugin68 *69 66 * @global array $wp_filter A multidimensional array of all hooks and the callbacks hooked to them. 70 67 * @global array $merged_filters Tracks the tags that need to be merged for later. If the hook is added, it doesn't need to run through that process. … … 92 89 * Check if any filter has been registered for a hook. 93 90 * 94 * @package WordPress95 * @subpackage Plugin96 91 * @since 2.5.0 97 92 * … … 148 143 * </code> 149 144 * 150 * @package WordPress151 * @subpackage Plugin152 *153 145 * @global array $wp_filter Stores all of the filters 154 146 * @global array $merged_filters Merges the filter hooks using this function. … … 214 206 * functions hooked to <tt>$tag</tt> are supplied using an array. 215 207 * 216 * @package WordPress217 * @subpackage Plugin218 208 * @since 3.0.0 219 209 * @global array $wp_filter Stores all of the filters … … 275 265 * will be given on removal failure. 276 266 * 277 * @package WordPress278 * @subpackage Plugin279 *280 267 * @since 1.2.0 281 268 * … … 329 316 * Retrieve the name of the current filter or action. 330 317 * 331 * @package WordPress332 * @subpackage Plugin333 318 * @since 2.5.0 334 319 * … … 350 335 * @uses add_filter() Adds an action. Parameter list and functionality are the same. 351 336 * 352 * @package WordPress353 * @subpackage Plugin354 *355 337 * @since 1.2.0 356 338 * … … 376 358 * @see apply_filters() This function works similar with the exception that 377 359 * nothing is returned and only the functions or methods are called. 378 *379 * @package WordPress380 * @subpackage Plugin381 360 * 382 361 * @since 1.2.0 … … 442 421 * Retrieve the number of times an action is fired. 443 422 * 444 * @package WordPress445 * @subpackage Plugin446 423 * @since 2.1.0 447 424 * … … 466 443 * functions hooked to <tt>$tag</tt> are supplied using an array. 467 444 * 468 * @package WordPress469 * @subpackage Plugin470 445 * @since 2.1.0 471 446 * … … 522 497 * Check if any action has been registered for a hook. 523 498 * 524 * @package WordPress525 * @subpackage Plugin526 499 * @since 2.5.0 527 500 * … … 546 519 * hook and possibly replace them with a substitute. 547 520 * 548 * @package WordPress549 * @subpackage Plugin550 *551 521 * @since 1.2.0 552 522 * … … 582 552 * This method extracts the name of a plugin from its filename. 583 553 * 584 * @package WordPress585 * @subpackage Plugin586 *587 554 * @since 1.5.0 588 555 * … … 631 598 /** 632 599 * Gets the filesystem directory path (with trailing slash) for the plugin __FILE__ passed in 633 * @package WordPress 634 * @subpackage Plugin 600 * 635 601 * @since 2.8.0 636 602 * … … 644 610 /** 645 611 * Gets the URL directory path (with trailing slash) for the plugin __FILE__ passed in 646 * @package WordPress 647 * @subpackage Plugin 612 * 648 613 * @since 2.8.0 649 614 * … … 668 633 * 'activate_sample.php'. 669 634 * 670 * @package WordPress671 * @subpackage Plugin672 635 * @since 2.0.0 673 636 * … … 693 656 * 'deactivate_sample.php'. 694 657 * 695 * @package WordPress696 * @subpackage Plugin697 658 * @since 2.0.0 698 659 * … … 755 716 * it will fail unless the all hook exists prior to this function call. 756 717 * 757 * @package WordPress758 * @subpackage Plugin759 718 * @since 2.5.0 760 719 * @access private … … 793 752 * shouldn't have any speed penalty. 794 753 * 795 * @package WordPress796 * @subpackage Plugin797 754 * @access private 798 755 * @since 2.2.3 -
trunk/src/wp-includes/post-template.php
r27134 r27262 594 594 } 595 595 596 /** 597 * Page Template Functions for usage in Themes 598 * 599 * @package WordPress 600 * @subpackage Template 601 */ 596 // 597 // Page Template Functions for usage in Themes 598 // 602 599 603 600 /** … … 987 984 * Create HTML list of pages. 988 985 * 989 * @package WordPress990 986 * @since 2.1.0 991 987 * @uses Walker … … 1103 1099 * Create HTML dropdown list of pages. 1104 1100 * 1105 * @package WordPress1106 1101 * @since 2.1.0 1107 1102 * @uses Walker … … 1307 1302 * Retrieve formatted date timestamp of a revision (linked to that revisions's page). 1308 1303 * 1309 * @package WordPress1310 * @subpackage Post_Revisions1311 1304 * @since 2.6.0 1312 1305 * … … 1346 1339 * Retrieve formatted date timestamp of a revision (linked to that revisions's page). 1347 1340 * 1348 * @package WordPress1349 * @subpackage Post_Revisions1350 1341 * @since 3.6.0 1351 1342 * … … 1399 1390 * restore action links. 1400 1391 * 1401 * @package WordPress1402 * @subpackage Post_Revisions1403 1392 * @since 2.6.0 1404 1393 * -
trunk/src/wp-includes/post.php
r27191 r27262 877 877 * Arguments prefixed with an _underscore shouldn't be used by plugins and themes. 878 878 * 879 * @package WordPress880 * @subpackage Post881 879 * @since 3.0.0 882 880 * @uses $wp_post_statuses Inserts new post status object into the list … … 952 950 * Retrieve a post status object by name 953 951 * 954 * @package WordPress955 * @subpackage Post956 952 * @since 3.0.0 957 953 * @uses $wp_post_statuses … … 974 970 * Get a list of all registered post status objects. 975 971 * 976 * @package WordPress977 * @subpackage Post978 972 * @since 3.0.0 979 973 * @uses $wp_post_statuses … … 1045 1039 * Retrieve a post type object by name 1046 1040 * 1047 * @package WordPress1048 * @subpackage Post1049 1041 * @since 3.0.0 1050 1042 * @uses $wp_post_types … … 1067 1059 * Get a list of all registered post type objects. 1068 1060 * 1069 * @package WordPress1070 * @subpackage Post1071 1061 * @since 2.9.0 1072 1062 * @uses $wp_post_types … … 2602 2592 * {@link wp_get_object_terms()}. 2603 2593 * 2604 * @package WordPress2605 * @subpackage Post2606 2594 * @since 2.3.0 2607 2595 * … … 2623 2611 * {@link wp_get_object_terms()}. 2624 2612 * 2625 * @package WordPress2626 * @subpackage Post2627 2613 * @since 2.8.0 2628 2614 * … … 3216 3202 * @uses wp_set_post_tags() Same first two parameters, but the last parameter is always set to true. 3217 3203 * 3218 * @package WordPress3219 * @subpackage Post3220 3204 * @since 2.3.0 3221 3205 * … … 4717 4701 * Updates posts in cache. 4718 4702 * 4719 * @package WordPress4720 * @subpackage Cache4721 4703 * @since 1.5.1 4722 4704 * … … 4740 4722 * wp_suspend_cache_invalidation(). 4741 4723 * 4742 * @package WordPress4743 * @subpackage Cache4744 4724 * @since 2.0.0 4745 4725 * … … 4781 4761 * Call major cache updating functions for list of Post objects. 4782 4762 * 4783 * @package WordPress4784 * @subpackage Cache4785 4763 * @since 1.5.0 4786 4764 * … … 4835 4813 * function, do not need to perform SQL queries on their own. 4836 4814 * 4837 * @package WordPress4838 * @subpackage Cache4839 4815 * @since 2.1.0 4840 4816 * … … 4855 4831 * wp_suspend_cache_invalidation(). 4856 4832 * 4857 * @package WordPress4858 * @subpackage Cache4859 4833 * @since 3.0.0 4860 4834 * -
trunk/src/wp-includes/taxonomy.php
r27186 r27262 124 124 * Get a list of registered taxonomy objects. 125 125 * 126 * @package WordPress127 * @subpackage Taxonomy128 126 * @since 3.0.0 129 127 * @uses $wp_taxonomies … … 153 151 * result in <code>Array('category', 'post_tag')</code> 154 152 * 155 * @package WordPress156 * @subpackage Taxonomy157 153 * @since 2.3.0 158 154 * … … 193 189 * is a taxonomy object and if it is, it will return it. 194 190 * 195 * @package WordPress196 * @subpackage Taxonomy197 191 * @since 2.3.0 198 192 * … … 217 211 * Formerly is_taxonomy(), introduced in 2.3.0. 218 212 * 219 * @package WordPress220 * @subpackage Taxonomy221 213 * @since 3.0.0 222 214 * … … 240 232 * A false return value might also mean that the taxonomy does not exist. 241 233 * 242 * @package WordPress243 * @subpackage Taxonomy244 234 * @since 2.3.0 245 235 * … … 489 479 * Add an already registered taxonomy to an object type. 490 480 * 491 * @package WordPress492 * @subpackage Taxonomy493 481 * @since 3.0.0 494 482 * @uses $wp_taxonomies Modifies taxonomy object … … 558 546 * either ASC or DESC array. The value should be in the key named 'order'. 559 547 * 560 * @package WordPress561 * @subpackage Taxonomy562 548 * @since 2.3.0 563 549 * … … 919 905 * for custom taxonomies or plugging into default taxonomies. 920 906 * 921 * @package WordPress922 * @subpackage Taxonomy923 907 * @since 2.3.0 924 908 * … … 992 976 * and $field and $value combinations exist, the Term will be returned. 993 977 * 994 * @package WordPress995 * @subpackage Taxonomy996 978 * @since 2.3.0 997 979 * … … 1061 1043 * Will return an empty array if $term does not exist in $taxonomy. 1062 1044 * 1063 * @package WordPress1064 * @subpackage Taxonomy1065 1045 * @since 2.3.0 1066 1046 * … … 1101 1081 * information. 1102 1082 * 1103 * @package WordPress1104 * @subpackage Taxonomy1105 1083 * @since 2.3.0 1106 1084 * … … 1134 1112 * editing. Function is for contextual and simplicity. 1135 1113 * 1136 * @package WordPress1137 * @subpackage Taxonomy1138 1114 * @since 2.3.0 1139 1115 * … … 1245 1221 * the cache for similar queries. Default value is 'core'. 1246 1222 * 1247 * @package WordPress1248 * @subpackage Taxonomy1249 1223 * @since 2.3.0 1250 1224 * … … 1552 1526 * Formerly is_term(), introduced in 2.3.0. 1553 1527 * 1554 * @package WordPress1555 * @subpackage Taxonomy1556 1528 * @since 3.0.0 1557 1529 * … … 1648 1620 * The $term is expected to be either an array or an object. 1649 1621 * 1650 * @package WordPress1651 * @subpackage Taxonomy1652 1622 * @since 2.3.0 1653 1623 * … … 1698 1668 * hooks into the filter you need. 1699 1669 * 1700 * @package WordPress1701 * @subpackage Taxonomy1702 1670 * @since 2.3.0 1703 1671 * … … 1758 1726 * Default $args is 'hide_empty' which can be 'hide_empty=true' or array('hide_empty' => true). 1759 1727 * 1760 * @package WordPress1761 * @subpackage Taxonomy1762 1728 * @since 2.3.0 1763 1729 * … … 1791 1757 * taxonomy itself. 1792 1758 * 1793 * @package WordPress1794 * @subpackage Taxonomy1795 1759 * @since 2.3.0 1796 1760 * @uses wp_remove_object_terms() … … 1823 1787 * The $args 'force_default' will force the term supplied as default to be 1824 1788 * assigned even if the object was not going to be termless 1825 * @package WordPress 1826 * @subpackage Taxonomy 1789 * 1827 1790 * @since 2.3.0 1828 1791 * … … 1954 1917 * array of all matching term ids or term names will be returned respectively. 1955 1918 * 1956 * @package WordPress1957 * @subpackage Taxonomy1958 1919 * @since 2.3.0 1959 1920 * @uses $wpdb … … 2242 2203 * exists under. 2243 2204 * 2244 * @package WordPress2245 * @subpackage Taxonomy2246 2205 * @since 2.3.0 2247 2206 * @uses wp_remove_object_terms() … … 2338 2297 * Add term(s) associated with a given object. 2339 2298 * 2340 * @package WordPress2341 * @subpackage Taxonomy2342 2299 * @since 3.6.0 2343 2300 * @uses wp_set_object_terms() … … 2355 2312 * Remove term(s) associated with a given object. 2356 2313 * 2357 * @package WordPress2358 * @subpackage Taxonomy2359 2314 * @since 3.6.0 2360 2315 * @uses $wpdb … … 2430 2385 * The only purpose for $term is for appending a parent, if one exists. 2431 2386 * 2432 * @package WordPress2433 * @subpackage Taxonomy2434 2387 * @since 2.3.0 2435 2388 * @uses $wpdb … … 2503 2456 * away from the term keys. 2504 2457 * 2505 * @package WordPress2506 * @subpackage Taxonomy2507 2458 * @since 2.3.0 2508 2459 * … … 2644 2595 * of term ID. Once that is done, then update the database. 2645 2596 * 2646 * @package WordPress2647 * @subpackage Taxonomy2648 2597 * @since 2.3.0 2649 2598 * @uses $wpdb … … 2728 2677 * take place. 2729 2678 * 2730 * @package WordPress2731 * @subpackage Taxonomy2732 2679 * @since 2.3.0 2733 2680 * … … 2757 2704 * Will remove all of the term ids from the cache. 2758 2705 * 2759 * @package WordPress2760 * @subpackage Taxonomy2761 2706 * @since 2.3.0 2762 2707 * @uses $wpdb … … 2812 2757 * Retrieves the taxonomy relationship to the term object id. 2813 2758 * 2814 * @package WordPress2815 * @subpackage Taxonomy2816 2759 * @since 2.3.0 2817 2760 * … … 2840 2783 * for each term and it also increases for each taxonomy the term belongs to. 2841 2784 * 2842 * @package WordPress2843 * @subpackage Taxonomy2844 2785 * @since 2.3.0 2845 2786 * @uses wp_get_object_terms() Used to get terms from the database to update … … 2899 2840 * Updates Terms to Taxonomy in cache. 2900 2841 * 2901 * @package WordPress2902 * @subpackage Taxonomy2903 2842 * @since 2.3.0 2904 2843 * … … 2923 2862 * Retrieves children of taxonomy as Term IDs. 2924 2863 * 2925 * @package WordPress2926 * @subpackage Taxonomy2927 2864 * @access private 2928 2865 * @since 2.3.0 … … 2958 2895 * If $terms is an array of IDs, then _get_term_children returns an array of IDs. 2959 2896 * 2960 * @package WordPress2961 * @subpackage Taxonomy2962 2897 * @access private 2963 2898 * @since 2.3.0 … … 3029 2964 * relevant children are already in the $terms argument. 3030 2965 * 3031 * @package WordPress3032 * @subpackage Taxonomy3033 2966 * @access private 3034 2967 * @since 2.3.0 … … 3095 3028 * taxonomies. 3096 3029 * 3097 * @package WordPress3098 * @subpackage Taxonomy3099 3030 * @access private 3100 3031 * @since 2.3.0 … … 3143 3074 * Default callback for the link_category taxonomy. 3144 3075 * 3145 * @package WordPress3146 * @subpackage Taxonomy3147 3076 * @since 3.3.0 3148 3077 * @uses $wpdb -
trunk/src/wp-includes/update.php
r26192 r27262 14 14 * isn't installing. 15 15 * 16 * @package WordPress17 16 * @since 2.3.0 18 17 * @uses $wp_version Used to check against the newest WordPress version. … … 165 164 * api.wordpress.org. Will only check if WordPress isn't installing. 166 165 * 167 * @package WordPress168 166 * @since 2.3.0 169 167 * @uses $wp_version Used to notify the WordPress version. … … 296 294 * installing. 297 295 * 298 * @package WordPress299 296 * @since 2.7.0 300 297 * @uses $wp_version Used to notify the WordPress version.
Note: See TracChangeset
for help on using the changeset viewer.