Make WordPress Core

Changeset 27262


Ignore:
Timestamp:
02/25/2014 05:13:08 PM (11 years ago)
Author:
DrewAPicture
Message:

Remove all @package and @subpackage PHPDoc tags not at the file- or class-levels in core.

See #27200.

Location:
trunk/src
Files:
23 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/nav-menu.php

    r26349 r27262  
    232232 * Create HTML list of nav menu input items.
    233233 *
    234  * @package WordPress
    235234 * @since 3.0.0
    236235 * @uses Walker_Nav_Menu
  • trunk/src/wp-admin/install-helper.php

    r19935 r27262  
    4444 *
    4545 * @since 1.0.0
    46  * @package WordPress
    47  * @subpackage Plugin
     46 *
    4847 * @uses $wpdb
    4948 *
     
    7675 *
    7776 * @since 1.0.0
    78  * @package WordPress
    79  * @subpackage Plugin
     77 *
    8078 * @uses $wpdb
    8179 *
     
    109107 *
    110108 * @since 1.0.0
    111  * @package WordPress
    112  * @subpackage Plugin
     109 *
    113110 * @uses $wpdb
    114111 *
     
    153150 *
    154151 * @since 1.0.0
    155  * @package WordPress
    156  * @subpackage Plugin
    157152 *
    158153 * @param string $table_name Table name
  • trunk/src/wp-admin/install.php

    r27246 r27262  
    4848 *
    4949 * @since 2.5.0
    50  * @package WordPress
    51  * @subpackage Installer
    5250 */
    5351function display_header() {
     
    7472 *
    7573 * @since 2.8.0
    76  * @package WordPress
    77  * @subpackage Installer
    7874 */
    7975function display_setup_form( $error = null ) {
  • trunk/src/wp-admin/link-parse-opml.php

    r19712 r27262  
    7171 * @since 0.71
    7272 * @access private
    73  * @package WordPress
    74  * @subpackage Dummy
    7573 *
    7674 * @param mixed $parser XML Parser resource.
  • trunk/src/wp-admin/press-this.php

    r26898 r27262  
    2020 * Press It form handler.
    2121 *
    22  * @package WordPress
    23  * @subpackage Press_This
    2422 * @since 2.6.0
    2523 *
     
    164162         * Retrieve all image URLs from given URI.
    165163         *
    166          * @package WordPress
    167          * @subpackage Press_This
    168164         * @since 2.6.0
    169165         *
  • trunk/src/wp-admin/setup-config.php

    r26298 r27262  
    1414/**
    1515 * We are installing.
    16  *
    17  * @package WordPress
    1816 */
    1917define('WP_INSTALLING', true);
     
    8987 * @ignore
    9088 * @since 2.3.0
    91  * @package WordPress
    92  * @subpackage Installer_WP_Config
    9389 */
    9490function setup_config_display_header() {
  • trunk/src/wp-includes/class-http.php

    r27049 r27262  
    767767 * HTTP request method uses PHP Streams to retrieve the url.
    768768 *
    769  * @package WordPress
    770  * @subpackage HTTP
    771  *
    772769 * @since 2.7.0
    773770 * @since 3.7.0 Combined with the fsockopen transport and switched to stream_socket_client().
     
    11571154 *
    11581155 * @see WP_HTTP::request
    1159  *
    1160  * @package WordPress
    1161  * @subpackage HTTP
    11621156 *
    11631157 * @since 2.7.0
  • trunk/src/wp-includes/class-wp-customize-setting.php

    r23591 r27262  
    421421
    422422/**
     423 * Class WP_Customize_Background_Image_Setting
     424 *
    423425 * @package WordPress
    424426 * @subpackage Customize
  • trunk/src/wp-includes/class-wp-xmlrpc-server.php

    r26868 r27262  
    44 *
    55 * @package WordPress
     6 * @subpackage Publishing
    67 */
    78
  • trunk/src/wp-includes/comment-template.php

    r27157 r27262  
    15241524 * HTML comment list class.
    15251525 *
    1526  * @package WordPress
    15271526 * @uses Walker
    15281527 * @since 2.7.0
  • trunk/src/wp-includes/comment.php

    r27258 r27262  
    467467 * status values and descriptions.
    468468 *
    469  * @package WordPress
    470  * @subpackage Post
    471469 * @since 2.7.0
    472470 *
     
    23572355 *
    23582356 * @since 2.3.0
    2359  * @package WordPress
    2360  * @subpackage Cache
    23612357 *
    23622358 * @param int|array $ids Comment ID or array of comment IDs to remove from cache
     
    23772373 *
    23782374 * @since 2.3.0
    2379  * @package WordPress
    2380  * @subpackage Cache
    23812375 *
    23822376 * @param array $comments Array of comment row objects
  • trunk/src/wp-includes/deprecated.php

    r27203 r27262  
    16781678 * and the rest of the content will be removed.
    16791679 *
    1680  * @package WordPress
    1681  * @subpackage Feed
    16821680 * @since 0.71
    16831681 * @uses apply_filters() Calls 'the_content_rss' on the content before processing.
  • trunk/src/wp-includes/feed.php

    r26903 r27262  
    1717 * are retrieved for use in the feeds.
    1818 *
    19  * @package WordPress
    20  * @subpackage Feed
    2119 * @since 1.5.1
    2220 * @see get_bloginfo() For the list of possible values to display.
     
    4846 * are retrieved for use in the feeds.
    4947 *
    50  * @package WordPress
    51  * @subpackage Feed
    5248 * @since 0.71
    5349 * @see get_bloginfo() For the list of possible values to display.
     
    7571 * 'default_feed' filter.
    7672 *
    77  * @package WordPress
    78  * @subpackage Feed
    7973 * @since 2.5.0
    8074 * @uses apply_filters() Calls 'default_feed' hook on the default feed string.
     
    9892 * Retrieve the blog title for the feed title.
    9993 *
    100  * @package WordPress
    101  * @subpackage Feed
    10294 * @since 2.2.0
    10395 *
     
    124116 * Display the blog title for display of the feed title.
    125117 *
    126  * @package WordPress
    127  * @subpackage Feed
    128118 * @since 2.2.0
    129119 * @see wp_title() $sep parameter usage.
     
    148138 * Retrieve the current post title for the feed.
    149139 *
    150  * @package WordPress
    151  * @subpackage Feed
    152140 * @since 2.0.0
    153141 *
     
    170158 * Display the post title in the feed.
    171159 *
    172  * @package WordPress
    173  * @subpackage Feed
    174160 * @since 0.71
    175161 * @uses get_the_title_rss() Used to retrieve current post title.
     
    182168 * Retrieve the post content for feeds.
    183169 *
    184  * @package WordPress
    185  * @subpackage Feed
    186170 * @since 2.9.0
    187171 * @see get_the_content()
     
    212196 * Display the post content for feeds.
    213197 *
    214  * @package WordPress
    215  * @subpackage Feed
    216198 * @since 2.9.0
    217199 * @uses apply_filters() Calls 'the_content_feed' on the content before processing.
     
    227209 * Display the post excerpt for the feed.
    228210 *
    229  * @package WordPress
    230  * @subpackage Feed
    231211 * @since 0.71
    232212 */
     
    246226 * Display the permalink to the post for use in feeds.
    247227 *
    248  * @package WordPress
    249  * @subpackage Feed
    250228 * @since 2.3.0
    251229 */
     
    282260 * Display the feed GUID for the current comment.
    283261 *
    284  * @package WordPress
    285  * @subpackage Feed
    286262 * @since 2.5.0
    287263 *
     
    295271 * Retrieve the feed GUID for the current comment.
    296272 *
    297  * @package WordPress
    298  * @subpackage Feed
    299273 * @since 2.5.0
    300274 *
     
    332306 * Retrieve the current comment author for use in the feeds.
    333307 *
    334  * @package WordPress
    335  * @subpackage Feed
    336308 * @since 2.0.0
    337309 * @uses get_comment_author()
     
    355327 * Display the current comment author in the feed.
    356328 *
    357  * @package WordPress
    358  * @subpackage Feed
    359329 * @since 1.0.0
    360330 */
     
    366336 * Display the current comment content for use in the feeds.
    367337 *
    368  * @package WordPress
    369  * @subpackage Feed
    370338 * @since 1.0.0
    371339 * @uses get_comment_text()
     
    391359 * RSS2, Atom, or RSS1 and RSS0.91 RDF feeds.
    392360 *
    393  * @package WordPress
    394  * @subpackage Feed
    395361 * @since 2.1.0
    396362 *
     
    445411 * Display the post categories in the feed.
    446412 *
    447  * @package WordPress
    448  * @subpackage Feed
    449413 * @since 0.71
    450414 * @see get_the_category_rss() For better explanation.
     
    461425 * The two possible values are either 'xhtml' or 'html'.
    462426 *
    463  * @package WordPress
    464  * @subpackage Feed
    465427 * @since 2.2.0
    466428 */
     
    486448 * attributes.
    487449 *
    488  * @package WordPress
    489  * @subpackage Template
    490450 * @since 1.5.0
    491451 * @uses get_post_custom() To get the current post enclosure metadata.
     
    528488 * enclosure(s) consist of link HTML tag(s) with a URI and other attributes.
    529489 *
    530  * @package WordPress
    531  * @subpackage Template
    532490 * @since 2.2.0
    533491 * @uses get_post_custom() To get the current post enclosure metadata.
     
    566524 * @link http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.3.1
    567525 *
    568  * @package WordPress
    569  * @subpackage Feed
    570526 * @since 2.5.0
    571527 *
     
    604560 * Generate a correct link for the atom:self element.
    605561 *
    606  * @package WordPress
    607  * @subpackage Feed
    608562 * @since 2.5.0
    609563 */
     
    626580 * Return the content type for specified feed type.
    627581 *
    628  * @package WordPress
    629  * @subpackage Feed
    630582 * @since 2.8.0
    631583 */
  • trunk/src/wp-includes/functions.php

    r27259 r27262  
    354354 * the $post_default_title will be used instead.
    355355 *
    356  * @package WordPress
    357  * @subpackage XMLRPC
    358356 * @since 0.71
    359357 *
     
    380378 * category is found, then it will always be an array.
    381379 *
    382  * @package WordPress
    383  * @subpackage XMLRPC
    384380 * @since 0.71
    385381 *
     
    403399 * XMLRPC XML content without title and category elements.
    404400 *
    405  * @package WordPress
    406  * @subpackage XMLRPC
    407401 * @since 0.71
    408402 *
     
    444438 * pingbacks and trackbacks.
    445439 *
    446  * @package WordPress
    447440 * @since 1.5.0
    448441 *
     
    11921185 * Retrieve URL with nonce added to URL query.
    11931186 *
    1194  * @package WordPress
    1195  * @subpackage Security
    11961187 * @since 2.0.4
    11971188 *
     
    12241215 * the nonce creation value.
    12251216 *
    1226  * @package WordPress
    1227  * @subpackage Security
    12281217 * @since 2.0.4
    12291218 *
     
    12531242 * input name is '_wp_http_referer', in case you wanted to check manually.
    12541243 *
    1255  * @package WordPress
    1256  * @subpackage Security
    12571244 * @since 2.0.4
    12581245 *
     
    12751262 * be the current page, if it doesn't exist.
    12761263 *
    1277  * @package WordPress
    1278  * @subpackage Security
    12791264 * @since 2.0.4
    12801265 *
     
    12971282 * as the current request URL, will return false.
    12981283 *
    1299  * @package WordPress
    1300  * @subpackage Security
    13011284 * @since 2.0.4
    13021285 *
     
    13201303 * Retrieve original referer that was posted, if it exists.
    13211304 *
    1322  * @package WordPress
    1323  * @subpackage Security
    13241305 * @since 2.0.4
    13251306 *
     
    18321813 * Retrieve the file type based on the extension name.
    18331814 *
    1834  * @package WordPress
    18351815 * @since 2.5.0
    18361816 * @uses apply_filters() Calls 'ext2type' hook on default supported types.
     
    20932073 * with the "Are you sure?" message.
    20942074 *
    2095  * @package WordPress
    2096  * @subpackage Security
    20972075 * @since 2.0.4
    20982076 *
     
    24312409 *
    24322410 * @access private
    2433  * @package WordPress
    24342411 * @since 2.2.0
    24352412 *
     
    24512428 *
    24522429 * @access private
    2453  * @package WordPress
    24542430 * @since 2.2.0
    24552431 *
     
    24732449 *
    24742450 * @access private
    2475  * @package WordPress
    2476  * @subpackage MCE
    24772451 * @since 2.1.0
    24782452 *
     
    29052879 * This function is to be used in every function that is deprecated.
    29062880 *
    2907  * @package WordPress
    2908  * @subpackage Debug
    29092881 * @since 2.5.0
    29102882 * @access private
     
    29502922 * This function is to be used in every file that is deprecated.
    29512923 *
    2952  * @package WordPress
    2953  * @subpackage Debug
    29542924 * @since 2.5.0
    29552925 * @access private
     
    30032973 * The current behavior is to trigger a user error if WP_DEBUG is true.
    30042974 *
    3005  * @package WordPress
    3006  * @subpackage Debug
    30072975 * @since 3.0.0
    30082976 * @access private
     
    30463014 * The current behavior is to trigger a user error if WP_DEBUG is true.
    30473015 *
    3048  * @package WordPress
    3049  * @subpackage Debug
    30503016 * @since 3.1.0
    30513017 * @access private
     
    33913357 *
    33923358 * @since 3.0.0
    3393  * @package WordPress
    33943359 *
    33953360 * @return bool True if multisite and global terms enabled
  • trunk/src/wp-includes/general-template.php

    r27231 r27262  
    21912191 * stylesheet link to that generated URL is printed.
    21922192 *
    2193  * @package WordPress
    21942193 * @since 2.3.0
    21952194 * @uses $wp_styles WordPress Styles Object
  • trunk/src/wp-includes/link-template.php

    r27260 r27262  
    500500 * specified, the current post is used.
    501501 *
    502  * @package WordPress
    503  * @subpackage Feed
    504502 * @since 2.5.0
    505503 *
     
    523521 * can be requested or left blank to get the default feed.
    524522 *
    525  * @package WordPress
    526  * @subpackage Feed
    527523 * @since 2.5.0
    528524 *
     
    561557 * can be requested or left blank to get the default feed.
    562558 *
    563  * @package WordPress
    564  * @subpackage Feed
    565559 * @since 2.5.0
    566560 *
     
    19561950 * overridden.
    19571951 *
    1958  * @package WordPress
    19591952 * @since 3.0.0
    19601953 *
     
    19761969 * overridden.
    19771970 *
    1978  * @package WordPress
    19791971 * @since 3.0.0
    19801972 *
     
    20172009 * overridden.
    20182010 *
    2019  * @package WordPress
    20202011 * @since 2.6.0
    20212012 *
     
    20372028 * overridden.
    20382029 *
    2039  * @package WordPress
    20402030 * @since 3.0.0
    20412031 *
     
    20652055 * Retrieve the url to the admin area for the current site.
    20662056 *
    2067  * @package WordPress
    20682057 * @since 2.6.0
    20692058 *
     
    20792068 * Retrieve the url to the admin area for a given site.
    20802069 *
    2081  * @package WordPress
    20822070 * @since 3.0.0
    20832071 *
     
    20992087 * Retrieve the url to the includes directory.
    21002088 *
    2101  * @package WordPress
    21022089 * @since 2.6.0
    21032090 *
     
    21182105 * Retrieve the url to the content directory.
    21192106 *
    2120  * @package WordPress
    21212107 * @since 2.6.0
    21222108 *
     
    21372123 * You can hardcode the plugin slug in $path or pass __FILE__ as a second argument to get the correct folder name.
    21382124 *
    2139  * @package WordPress
    21402125 * @since 2.6.0
    21412126 *
     
    21792164 * overridden.
    21802165 *
    2181  * @package WordPress
    21822166 * @since 3.0.0
    21832167 *
     
    22102194 * overridden.
    22112195 *
    2212  * @package WordPress
    22132196 * @since 3.0.0
    22142197 *
     
    22412224 * Retrieve the url to the admin area for the network.
    22422225 *
    2243  * @package WordPress
    22442226 * @since 3.0.0
    22452227 *
     
    22632245 * Retrieve the url to the admin area for the current user.
    22642246 *
    2265  * @package WordPress
    22662247 * @since 3.0.0
    22672248 *
     
    22822263 * Retrieve the url to the admin area for either the current blog or the network depending on context.
    22832264 *
    2284  * @package WordPress
    22852265 * @since 3.1.0
    22862266 *
     
    23992379 * Output rel=canonical for singular queries.
    24002380 *
    2401  * @package WordPress
    24022381 * @since 2.9.0
    24032382*/
  • trunk/src/wp-includes/nav-menu-template.php

    r27227 r27262  
    1111 * Create HTML list of nav menu items.
    1212 *
    13  * @package WordPress
    1413 * @since 3.0.0
    1514 * @uses Walker
  • trunk/src/wp-includes/option.php

    r26304 r27262  
    44 *
    55 * @package WordPress
     6 * @subpackage Option
    67 */
    78
     
    1718 *
    1819 * @since 1.5.0
    19  * @package WordPress
    20  * @subpackage Option
    2120 * @uses apply_filters() Calls 'pre_option_$option' before checking the option.
    2221 *  Any value other than false will "short-circuit" the retrieval of the option
     
    9998 *
    10099 * @since 2.2.0
    101  * @package WordPress
    102  * @subpackage Option
    103100 *
    104101 * @param string $option Option name.
     
    114111 * @uses attr Sanitizes value.
    115112 * @since 1.5.0
    116  * @package WordPress
    117  * @subpackage Option
    118113 *
    119114 * @param string $option Option name.
     
    127122 *
    128123 * @since 2.2.0
    129  * @package WordPress
    130  * @subpackage Option
    131124 *
    132125 * @return array List of all options.
     
    160153 *
    161154 * @since 3.0.0
    162  * @package WordPress
    163  * @subpackage Option
    164155 *
    165156 * @param int $site_id Optional site ID for which to query the options. Defaults to the current site.
     
    200191 *
    201192 * @since 1.0.0
    202  * @package WordPress
    203  * @subpackage Option
    204193 *
    205194 * @uses apply_filters() Calls 'pre_update_option_$option' hook to allow overwriting the
     
    275264 * options the same as the ones which are protected.
    276265 *
    277  * @package WordPress
    278  * @subpackage Option
    279266 * @since 1.0.0
    280267 *
     
    344331 * Removes option by name. Prevents removal of protected WordPress options.
    345332 *
    346  * @package WordPress
    347  * @subpackage Option
    348333 * @since 1.2.0
    349334 *
     
    392377 *
    393378 * @since 2.8.0
    394  * @package WordPress
    395  * @subpackage Transient
    396379 *
    397380 * @uses do_action() Calls 'delete_transient_$transient' hook before transient is deleted.
     
    432415 *
    433416 * @since 2.8.0
    434  * @package WordPress
    435  * @subpackage Transient
    436417 *
    437418 * @param string $transient Transient name. Expected to not be SQL-escaped
     
    474455 *
    475456 * @since 2.8.0
    476  * @package WordPress
    477  * @subpackage Transient
    478457 *
    479458 * @uses apply_filters() Calls 'pre_set_transient_$transient' hook to allow overwriting the
     
    522501 * the settings.
    523502 *
    524  * @package WordPress
    525  * @subpackage Option
    526503 * @since 2.7.0
    527504 */
     
    569546 * Retrieve user interface setting value based on setting name.
    570547 *
    571  * @package WordPress
    572  * @subpackage Option
    573548 * @since 2.7.0
    574549 *
     
    589564 * This function has to be used before any output has started as it calls setcookie().
    590565 *
    591  * @package WordPress
    592  * @subpackage Option
    593566 * @since 2.8.0
    594567 *
     
    614587 * This function has to be used before any output has started as it calls setcookie().
    615588 *
    616  * @package WordPress
    617  * @subpackage Option
    618589 * @since 2.7.0
    619590 *
     
    646617 * Retrieve all user interface settings.
    647618 *
    648  * @package WordPress
    649  * @subpackage Option
    650619 * @since 2.7.0
    651620 *
     
    681650 * Private. Set all user interface settings.
    682651 *
    683  * @package WordPress
    684  * @subpackage Option
    685652 * @since 2.8.0
    686653 *
     
    718685 * Delete the user settings of the current user.
    719686 *
    720  * @package WordPress
    721  * @subpackage Option
    722687 * @since 2.7.0
    723688 */
     
    734699 *
    735700 * @see get_option()
    736  * @package WordPress
    737  * @subpackage Option
    738701 * @since 2.8.0
    739702 *
     
    796759 *
    797760 * @see add_option()
    798  * @package WordPress
    799  * @subpackage Option
    800761 * @since 2.8.0
    801762 *
     
    857818 *
    858819 * @see delete_option()
    859  * @package WordPress
    860  * @subpackage Option
    861820 * @since 2.8.0
    862821 *
     
    900859 * @see update_option()
    901860 * @since 2.8.0
    902  * @package WordPress
    903  * @subpackage Option
    904861 *
    905862 * @uses apply_filters() Calls 'pre_update_site_option_$option' hook to allow overwriting the
     
    958915 *
    959916 * @since 2.9.0
    960  * @package WordPress
    961  * @subpackage Transient
    962917 *
    963918 * @uses do_action() Calls 'delete_site_transient_$transient' hook before transient is deleted.
     
    991946 * @see get_transient()
    992947 * @since 2.9.0
    993  * @package WordPress
    994  * @subpackage Transient
    995948 *
    996949 * @uses apply_filters() Calls 'pre_site_transient_$transient' hook before checking the transient.
     
    1039992 * @see set_transient()
    1040993 * @since 2.9.0
    1041  * @package WordPress
    1042  * @subpackage Transient
    1043994 *
    1044995 * @uses apply_filters() Calls 'pre_set_site_transient_$transient' hook to allow overwriting the
  • trunk/src/wp-includes/plugin.php

    r27158 r27262  
    6464 * so everything is as quick as possible.
    6565 *
    66  * @package WordPress
    67  * @subpackage Plugin
    68  *
    6966 * @global array $wp_filter      A multidimensional array of all hooks and the callbacks hooked to them.
    7067 * @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.
     
    9289 * Check if any filter has been registered for a hook.
    9390 *
    94  * @package WordPress
    95  * @subpackage Plugin
    9691 * @since 2.5.0
    9792 *
     
    148143 * </code>
    149144 *
    150  * @package WordPress
    151  * @subpackage Plugin
    152  *
    153145 * @global array $wp_filter         Stores all of the filters
    154146 * @global array $merged_filters    Merges the filter hooks using this function.
     
    214206 * functions hooked to <tt>$tag</tt> are supplied using an array.
    215207 *
    216  * @package WordPress
    217  * @subpackage Plugin
    218208 * @since 3.0.0
    219209 * @global array $wp_filter Stores all of the filters
     
    275265 * will be given on removal failure.
    276266 *
    277  * @package WordPress
    278  * @subpackage Plugin
    279  *
    280267 * @since 1.2.0
    281268 *
     
    329316 * Retrieve the name of the current filter or action.
    330317 *
    331  * @package WordPress
    332  * @subpackage Plugin
    333318 * @since 2.5.0
    334319 *
     
    350335 * @uses add_filter() Adds an action. Parameter list and functionality are the same.
    351336 *
    352  * @package WordPress
    353  * @subpackage Plugin
    354  *
    355337 * @since 1.2.0
    356338 *
     
    376358 * @see apply_filters() This function works similar with the exception that
    377359 * nothing is returned and only the functions or methods are called.
    378  *
    379  * @package WordPress
    380  * @subpackage Plugin
    381360 *
    382361 * @since 1.2.0
     
    442421 * Retrieve the number of times an action is fired.
    443422 *
    444  * @package WordPress
    445  * @subpackage Plugin
    446423 * @since 2.1.0
    447424 *
     
    466443 * functions hooked to <tt>$tag</tt> are supplied using an array.
    467444 *
    468  * @package WordPress
    469  * @subpackage Plugin
    470445 * @since 2.1.0
    471446 *
     
    522497 * Check if any action has been registered for a hook.
    523498 *
    524  * @package WordPress
    525  * @subpackage Plugin
    526499 * @since 2.5.0
    527500 *
     
    546519 * hook and possibly replace them with a substitute.
    547520 *
    548  * @package WordPress
    549  * @subpackage Plugin
    550  *
    551521 * @since 1.2.0
    552522 *
     
    582552 * This method extracts the name of a plugin from its filename.
    583553 *
    584  * @package WordPress
    585  * @subpackage Plugin
    586  *
    587554 * @since 1.5.0
    588555 *
     
    631598/**
    632599 * Gets the filesystem directory path (with trailing slash) for the plugin __FILE__ passed in
    633  * @package WordPress
    634  * @subpackage Plugin
     600 *
    635601 * @since 2.8.0
    636602 *
     
    644610/**
    645611 * Gets the URL directory path (with trailing slash) for the plugin __FILE__ passed in
    646  * @package WordPress
    647  * @subpackage Plugin
     612 *
    648613 * @since 2.8.0
    649614 *
     
    668633 * 'activate_sample.php'.
    669634 *
    670  * @package WordPress
    671  * @subpackage Plugin
    672635 * @since 2.0.0
    673636 *
     
    693656 * 'deactivate_sample.php'.
    694657 *
    695  * @package WordPress
    696  * @subpackage Plugin
    697658 * @since 2.0.0
    698659 *
     
    755716 * it will fail unless the all hook exists prior to this function call.
    756717 *
    757  * @package WordPress
    758  * @subpackage Plugin
    759718 * @since 2.5.0
    760719 * @access private
     
    793752 * shouldn't have any speed penalty.
    794753 *
    795  * @package WordPress
    796  * @subpackage Plugin
    797754 * @access private
    798755 * @since 2.2.3
  • trunk/src/wp-includes/post-template.php

    r27134 r27262  
    594594}
    595595
    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//
    602599
    603600/**
     
    987984 * Create HTML list of pages.
    988985 *
    989  * @package WordPress
    990986 * @since 2.1.0
    991987 * @uses Walker
     
    11031099 * Create HTML dropdown list of pages.
    11041100 *
    1105  * @package WordPress
    11061101 * @since 2.1.0
    11071102 * @uses Walker
     
    13071302 * Retrieve formatted date timestamp of a revision (linked to that revisions's page).
    13081303 *
    1309  * @package WordPress
    1310  * @subpackage Post_Revisions
    13111304 * @since 2.6.0
    13121305 *
     
    13461339 * Retrieve formatted date timestamp of a revision (linked to that revisions's page).
    13471340 *
    1348  * @package WordPress
    1349  * @subpackage Post_Revisions
    13501341 * @since 3.6.0
    13511342 *
     
    13991390 * restore action links.
    14001391 *
    1401  * @package WordPress
    1402  * @subpackage Post_Revisions
    14031392 * @since 2.6.0
    14041393 *
  • trunk/src/wp-includes/post.php

    r27191 r27262  
    877877 * Arguments prefixed with an _underscore shouldn't be used by plugins and themes.
    878878 *
    879  * @package WordPress
    880  * @subpackage Post
    881879 * @since 3.0.0
    882880 * @uses $wp_post_statuses Inserts new post status object into the list
     
    952950 * Retrieve a post status object by name
    953951 *
    954  * @package WordPress
    955  * @subpackage Post
    956952 * @since 3.0.0
    957953 * @uses $wp_post_statuses
     
    974970 * Get a list of all registered post status objects.
    975971 *
    976  * @package WordPress
    977  * @subpackage Post
    978972 * @since 3.0.0
    979973 * @uses $wp_post_statuses
     
    10451039 * Retrieve a post type object by name
    10461040 *
    1047  * @package WordPress
    1048  * @subpackage Post
    10491041 * @since 3.0.0
    10501042 * @uses $wp_post_types
     
    10671059 * Get a list of all registered post type objects.
    10681060 *
    1069  * @package WordPress
    1070  * @subpackage Post
    10711061 * @since 2.9.0
    10721062 * @uses $wp_post_types
     
    26022592 * {@link wp_get_object_terms()}.
    26032593 *
    2604  * @package WordPress
    2605  * @subpackage Post
    26062594 * @since 2.3.0
    26072595 *
     
    26232611 * {@link wp_get_object_terms()}.
    26242612 *
    2625  * @package WordPress
    2626  * @subpackage Post
    26272613 * @since 2.8.0
    26282614 *
     
    32163202 * @uses wp_set_post_tags() Same first two parameters, but the last parameter is always set to true.
    32173203 *
    3218  * @package WordPress
    3219  * @subpackage Post
    32203204 * @since 2.3.0
    32213205 *
     
    47174701 * Updates posts in cache.
    47184702 *
    4719  * @package WordPress
    4720  * @subpackage Cache
    47214703 * @since 1.5.1
    47224704 *
     
    47404722 * wp_suspend_cache_invalidation().
    47414723 *
    4742  * @package WordPress
    4743  * @subpackage Cache
    47444724 * @since 2.0.0
    47454725 *
     
    47814761 * Call major cache updating functions for list of Post objects.
    47824762 *
    4783  * @package WordPress
    4784  * @subpackage Cache
    47854763 * @since 1.5.0
    47864764 *
     
    48354813 * function, do not need to perform SQL queries on their own.
    48364814 *
    4837  * @package WordPress
    4838  * @subpackage Cache
    48394815 * @since 2.1.0
    48404816 *
     
    48554831 * wp_suspend_cache_invalidation().
    48564832 *
    4857  * @package WordPress
    4858  * @subpackage Cache
    48594833 * @since 3.0.0
    48604834 *
  • trunk/src/wp-includes/taxonomy.php

    r27186 r27262  
    124124 * Get a list of registered taxonomy objects.
    125125 *
    126  * @package WordPress
    127  * @subpackage Taxonomy
    128126 * @since 3.0.0
    129127 * @uses $wp_taxonomies
     
    153151 * result in <code>Array('category', 'post_tag')</code>
    154152 *
    155  * @package WordPress
    156  * @subpackage Taxonomy
    157153 * @since 2.3.0
    158154 *
     
    193189 * is a taxonomy object and if it is, it will return it.
    194190 *
    195  * @package WordPress
    196  * @subpackage Taxonomy
    197191 * @since 2.3.0
    198192 *
     
    217211 * Formerly is_taxonomy(), introduced in 2.3.0.
    218212 *
    219  * @package WordPress
    220  * @subpackage Taxonomy
    221213 * @since 3.0.0
    222214 *
     
    240232 * A false return value might also mean that the taxonomy does not exist.
    241233 *
    242  * @package WordPress
    243  * @subpackage Taxonomy
    244234 * @since 2.3.0
    245235 *
     
    489479 * Add an already registered taxonomy to an object type.
    490480 *
    491  * @package WordPress
    492  * @subpackage Taxonomy
    493481 * @since 3.0.0
    494482 * @uses $wp_taxonomies Modifies taxonomy object
     
    558546 * either ASC or DESC array. The value should be in the key named 'order'.
    559547 *
    560  * @package WordPress
    561  * @subpackage Taxonomy
    562548 * @since 2.3.0
    563549 *
     
    919905 * for custom taxonomies or plugging into default taxonomies.
    920906 *
    921  * @package WordPress
    922  * @subpackage Taxonomy
    923907 * @since 2.3.0
    924908 *
     
    992976 * and $field and $value combinations exist, the Term will be returned.
    993977 *
    994  * @package WordPress
    995  * @subpackage Taxonomy
    996978 * @since 2.3.0
    997979 *
     
    10611043 * Will return an empty array if $term does not exist in $taxonomy.
    10621044 *
    1063  * @package WordPress
    1064  * @subpackage Taxonomy
    10651045 * @since 2.3.0
    10661046 *
     
    11011081 * information.
    11021082 *
    1103  * @package WordPress
    1104  * @subpackage Taxonomy
    11051083 * @since 2.3.0
    11061084 *
     
    11341112 * editing. Function is for contextual and simplicity.
    11351113 *
    1136  * @package WordPress
    1137  * @subpackage Taxonomy
    11381114 * @since 2.3.0
    11391115 *
     
    12451221 * the cache for similar queries. Default value is 'core'.
    12461222 *
    1247  * @package WordPress
    1248  * @subpackage Taxonomy
    12491223 * @since 2.3.0
    12501224 *
     
    15521526 * Formerly is_term(), introduced in 2.3.0.
    15531527 *
    1554  * @package WordPress
    1555  * @subpackage Taxonomy
    15561528 * @since 3.0.0
    15571529 *
     
    16481620 * The $term is expected to be either an array or an object.
    16491621 *
    1650  * @package WordPress
    1651  * @subpackage Taxonomy
    16521622 * @since 2.3.0
    16531623 *
     
    16981668 * hooks into the filter you need.
    16991669 *
    1700  * @package WordPress
    1701  * @subpackage Taxonomy
    17021670 * @since 2.3.0
    17031671 *
     
    17581726 * Default $args is 'hide_empty' which can be 'hide_empty=true' or array('hide_empty' => true).
    17591727 *
    1760  * @package WordPress
    1761  * @subpackage Taxonomy
    17621728 * @since 2.3.0
    17631729 *
     
    17911757 * taxonomy itself.
    17921758 *
    1793  * @package WordPress
    1794  * @subpackage Taxonomy
    17951759 * @since 2.3.0
    17961760 * @uses wp_remove_object_terms()
     
    18231787 * The $args 'force_default' will force the term supplied as default to be
    18241788 * assigned even if the object was not going to be termless
    1825  * @package WordPress
    1826  * @subpackage Taxonomy
     1789 *
    18271790 * @since 2.3.0
    18281791 *
     
    19541917 * array of all matching term ids or term names will be returned respectively.
    19551918 *
    1956  * @package WordPress
    1957  * @subpackage Taxonomy
    19581919 * @since 2.3.0
    19591920 * @uses $wpdb
     
    22422203 * exists under.
    22432204 *
    2244  * @package WordPress
    2245  * @subpackage Taxonomy
    22462205 * @since 2.3.0
    22472206 * @uses wp_remove_object_terms()
     
    23382297 * Add term(s) associated with a given object.
    23392298 *
    2340  * @package WordPress
    2341  * @subpackage Taxonomy
    23422299 * @since 3.6.0
    23432300 * @uses wp_set_object_terms()
     
    23552312 * Remove term(s) associated with a given object.
    23562313 *
    2357  * @package WordPress
    2358  * @subpackage Taxonomy
    23592314 * @since 3.6.0
    23602315 * @uses $wpdb
     
    24302385 * The only purpose for $term is for appending a parent, if one exists.
    24312386 *
    2432  * @package WordPress
    2433  * @subpackage Taxonomy
    24342387 * @since 2.3.0
    24352388 * @uses $wpdb
     
    25032456 * away from the term keys.
    25042457 *
    2505  * @package WordPress
    2506  * @subpackage Taxonomy
    25072458 * @since 2.3.0
    25082459 *
     
    26442595 * of term ID. Once that is done, then update the database.
    26452596 *
    2646  * @package WordPress
    2647  * @subpackage Taxonomy
    26482597 * @since 2.3.0
    26492598 * @uses $wpdb
     
    27282677 * take place.
    27292678 *
    2730  * @package WordPress
    2731  * @subpackage Taxonomy
    27322679 * @since 2.3.0
    27332680 *
     
    27572704 * Will remove all of the term ids from the cache.
    27582705 *
    2759  * @package WordPress
    2760  * @subpackage Taxonomy
    27612706 * @since 2.3.0
    27622707 * @uses $wpdb
     
    28122757 * Retrieves the taxonomy relationship to the term object id.
    28132758 *
    2814  * @package WordPress
    2815  * @subpackage Taxonomy
    28162759 * @since 2.3.0
    28172760 *
     
    28402783 * for each term and it also increases for each taxonomy the term belongs to.
    28412784 *
    2842  * @package WordPress
    2843  * @subpackage Taxonomy
    28442785 * @since 2.3.0
    28452786 * @uses wp_get_object_terms() Used to get terms from the database to update
     
    28992840 * Updates Terms to Taxonomy in cache.
    29002841 *
    2901  * @package WordPress
    2902  * @subpackage Taxonomy
    29032842 * @since 2.3.0
    29042843 *
     
    29232862 * Retrieves children of taxonomy as Term IDs.
    29242863 *
    2925  * @package WordPress
    2926  * @subpackage Taxonomy
    29272864 * @access private
    29282865 * @since 2.3.0
     
    29582895 * If $terms is an array of IDs, then _get_term_children returns an array of IDs.
    29592896 *
    2960  * @package WordPress
    2961  * @subpackage Taxonomy
    29622897 * @access private
    29632898 * @since 2.3.0
     
    30292964 * relevant children are already in the $terms argument.
    30302965 *
    3031  * @package WordPress
    3032  * @subpackage Taxonomy
    30332966 * @access private
    30342967 * @since 2.3.0
     
    30953028 * taxonomies.
    30963029 *
    3097  * @package WordPress
    3098  * @subpackage Taxonomy
    30993030 * @access private
    31003031 * @since 2.3.0
     
    31433074 * Default callback for the link_category taxonomy.
    31443075 *
    3145  * @package WordPress
    3146  * @subpackage Taxonomy
    31473076 * @since 3.3.0
    31483077 * @uses $wpdb
  • trunk/src/wp-includes/update.php

    r26192 r27262  
    1414 * isn't installing.
    1515 *
    16  * @package WordPress
    1716 * @since 2.3.0
    1817 * @uses $wp_version Used to check against the newest WordPress version.
     
    165164 * api.wordpress.org. Will only check if WordPress isn't installing.
    166165 *
    167  * @package WordPress
    168166 * @since 2.3.0
    169167 * @uses $wp_version Used to notify the WordPress version.
     
    296294 * installing.
    297295 *
    298  * @package WordPress
    299296 * @since 2.7.0
    300297 * @uses $wp_version Used to notify the WordPress version.
Note: See TracChangeset for help on using the changeset viewer.