Make WordPress Core

Changeset 16660


Ignore:
Timestamp:
12/01/2010 07:24:38 PM (14 years ago)
Author:
ryan
Message:

Update since phpdoc. Props demetris. fixes #15445

Location:
trunk
Files:
22 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/custom-background.php

    r16061 r16660  
    2020     *
    2121     * @var callback
    22      * @since unknown
     22     * @since 3.0.0
    2323     * @access private
    2424     */
  • trunk/wp-admin/includes/class-wp-posts-list-table.php

    r16593 r16660  
    412412     * together with paging support
    413413     *
    414      * @since unknown
     414     * @since 3.1.0 (Standalone function exists since 2.6.0)
    415415     *
    416416     * @param unknown_type $children_pages
  • trunk/wp-admin/includes/media.php

    r16535 r16660  
    1010 * {@internal Missing Short Description}}
    1111 *
    12  * @since unknown
     12 * @since 2.5.0
    1313 *
    1414 * @return unknown
     
    2828 * {@internal Missing Short Description}}
    2929 *
    30  * @since unknown
     30 * @since 2.5.0
    3131 *
    3232 * @param unknown_type $tabs
     
    6060 * {@internal Missing Short Description}}
    6161 *
    62  * @since unknown
     62 * @since 2.5.0
    6363 */
    6464function the_media_upload_tabs() {
     
    9090 * {@internal Missing Short Description}}
    9191 *
    92  * @since unknown
     92 * @since 2.5.0
    9393 *
    9494 * @param unknown_type $id
     
    118118 * {@internal Missing Short Description}}
    119119 *
    120  * @since unknown
     120 * @since 2.6.0
    121121 *
    122122 * @param unknown_type $html
     
    160160 * {@internal Missing Short Description}}
    161161 *
    162  * @since unknown
     162 * @since 2.5.0
    163163 *
    164164 * @param unknown_type $html
     
    181181 * This handles the file upload POST itself, creating the attachment post.
    182182 *
    183  * @since unknown
     183 * @since 2.5.0
    184184 *
    185185 * @param string $file_id Index into the {@link $_FILES} array of the upload
     
    242242 * This handles a sideloaded file in the same way as an uploaded file is handled by {@link media_handle_upload()}
    243243 *
    244  * @since 2.6
     244 * @since 2.6.0
    245245 *
    246246 * @param array $file_array Array similar to a {@link $_FILES} upload array
     
    296296 * etc any additional function args will be passed to content_func.
    297297 *
    298  * @since unknown
     298 * @since 2.5.0
    299299 *
    300300 * @param unknown_type $content_func
     
    402402 * {@internal Missing Short Description}}
    403403 *
    404  * @since unknown
     404 * @since 2.5.0
    405405 *
    406406 * @return unknown
     
    489489 * {@internal Missing Short Description}}
    490490 *
    491  * @since unknown
     491 * @since 2.5.0
    492492 *
    493493 * @return unknown
     
    548548 * {@internal Missing Short Description}}
    549549 *
    550  * @since unknown
     550 * @since 2.6.0
    551551 *
    552552 * @param unknown_type $file
     
    594594 * {@internal Missing Short Description}}
    595595 *
    596  * @since unknown
     596 * @since 2.5.0
    597597 *
    598598 * @return unknown
     
    652652 * {@internal Missing Short Description}}
    653653 *
    654  * @since unknown
     654 * @since 2.5.0
    655655 *
    656656 * @return unknown
     
    710710 * {@internal Missing Short Description}}
    711711 *
    712  * @since unknown
     712 * @since 2.5.0
    713713 *
    714714 * @return unknown
     
    765765 * {@internal Missing Short Description}}
    766766 *
    767  * @since unknown
     767 * @since 2.5.0
    768768 *
    769769 * @return unknown
     
    788788 * {@internal Missing Short Description}}
    789789 *
    790  * @since unknown
     790 * @since 2.5.0
    791791 *
    792792 * @return unknown
     
    809809 * Retrieve HTML for the image alignment radio buttons with the specified one checked.
    810810 *
    811  * @since unknown
     811 * @since 2.7.0
    812812 *
    813813 * @param unknown_type $post
     
    837837 * Retrieve HTML for the size radio buttons with the specified one checked.
    838838 *
    839  * @since unknown
     839 * @since 2.7.0
    840840 *
    841841 * @param unknown_type $post
     
    892892 * Retrieve HTML for the Link URL buttons with the default link type as specified.
    893893 *
    894  * @since unknown
     894 * @since 2.7.0
    895895 *
    896896 * @param unknown_type $post
     
    923923 * {@internal Missing Short Description}}
    924924 *
    925  * @since unknown
     925 * @since 2.5.0
    926926 *
    927927 * @param unknown_type $form_fields
     
    962962 * {@internal Missing Short Description}}
    963963 *
    964  * @since unknown
     964 * @since 2.5.0
    965965 *
    966966 * @param unknown_type $form_fields
     
    973973}
    974974
     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 */
    975984function media_post_single_attachment_fields_to_edit( $form_fields, $post ) {
    976985    unset($form_fields['image_url']);
     
    981990 * {@internal Missing Short Description}}
    982991 *
    983  * @since unknown
     992 * @since 2.5.0
    984993 *
    985994 * @param unknown_type $post
     
    10031012 * {@internal Missing Short Description}}
    10041013 *
    1005  * @since unknown
     1014 * @since 2.5.0
    10061015 *
    10071016 * @param unknown_type $html
     
    10301039 * {@internal Missing Short Description}}
    10311040 *
    1032  * @since unknown
     1041 * @since 2.5.0
    10331042 *
    10341043 * @param unknown_type $post
     
    11201129 * the image attachment.
    11211130 *
    1122  * @since unknown
     1131 * @since 2.5.0
    11231132 *
    11241133 * @param int $post_id Optional. Post ID.
     
    11541163 * Retrieve HTML form for modifying the image attachment.
    11551164 *
    1156  * @since unknown
     1165 * @since 2.5.0
    11571166 *
    11581167 * @param int $attachment_id Attachment ID for modification.
     
    13771386 * {@internal Missing Short Description}}
    13781387 *
    1379  * @since unknown
     1388 * @since 2.5.0
    13801389 */
    13811390function media_upload_header() {
     
    13911400 * {@internal Missing Short Description}}
    13921401 *
    1393  * @since unknown
     1402 * @since 2.5.0
    13941403 *
    13951404 * @param unknown_type $errors
     
    15461555 * {@internal Missing Short Description}}
    15471556 *
    1548  * @since unknown
     1557 * @since 2.5.0
    15491558 *
    15501559 * @param unknown_type $type
     
    16041613 * {@internal Missing Short Description}}
    16051614 *
    1606  * @since unknown
     1615 * @since 2.7.0
    16071616 *
    16081617 * @param unknown_type $type
     
    17221731 * {@internal Missing Short Description}}
    17231732 *
    1724  * @since unknown
     1733 * @since 2.5.0
    17251734 *
    17261735 * @param unknown_type $errors
     
    18641873 * {@internal Missing Short Description}}
    18651874 *
    1866  * @since unknown
     1875 * @since 2.5.0
    18671876 *
    18681877 * @param unknown_type $errors
     
    20262035 * {@internal Missing Short Description}}
    20272036 *
    2028  * @since unknown
     2037 * @since 2.7.0
    20292038 *
    20302039 * @return unknown
     
    21082117 * {@internal Missing Short Description}}
    21092118 *
    2110  * @since unknown
     2119 * @since 2.7.0
    21112120 *
    21122121 * @return unknown
     
    21382147 * {@internal Missing Short Description}}
    21392148 *
    2140  * @since unknown
     2149 * @since 2.7.0
    21412150 *
    21422151 * @return unknown
     
    21682177 * {@internal Missing Short Description}}
    21692178 *
    2170  * @since unknown
     2179 * @since 2.7.0
    21712180 *
    21722181 * @return unknown
     
    22252234 * Support a GET parameter for disabling the flash uploader.
    22262235 *
    2227  * @since unknown
     2236 * @since 2.6.0
    22282237 *
    22292238 * @param unknown_type $flash
     
    22412250 * {@internal Missing Short Description}}
    22422251 *
    2243  * @since unknown
     2252 * @since 2.6.0
    22442253 */
    22452254function media_upload_flash_bypass() {
     
    22522261 * {@internal Missing Short Description}}
    22532262 *
    2254  * @since unknown
     2263 * @since 2.6.0
    22552264 */
    22562265function media_upload_html_bypass($flash = true) {
     
    22732282 * Make sure the GET parameter sticks when we submit a form.
    22742283 *
    2275  * @since unknown
     2284 * @since 2.6.0
    22762285 *
    22772286 * @param unknown_type $url
  • trunk/wp-admin/includes/misc.php

    r16635 r16660  
    1010 * {@internal Missing Short Description}}
    1111 *
    12  * @since unknown
     12 * @since 2.0.0
    1313 *
    1414 * @return unknown
     
    2222 * {@internal Missing Short Description}}
    2323 *
    24  * @since unknown
     24 * @since 1.5.0
    2525 *
    2626 * @param unknown_type $filename
     
    5858 * data. Creates file if none exists.
    5959 *
    60  * @since unknown
     60 * @since 1.5.0
    6161 *
    6262 * @param unknown_type $filename
     
    118118 * blank out old rules.
    119119 *
    120  * @since unknown
     120 * @since 1.5.0
    121121 */
    122122function save_mod_rewrite_rules() {
     
    170170 * {@internal Missing Short Description}}
    171171 *
    172  * @since unknown
     172 * @since 1.5.0
    173173 *
    174174 * @param unknown_type $file
     
    192192 * If siteurl or home changed, flush rewrite rules.
    193193 *
    194  * @since unknown
     194 * @since 2.1.0
    195195 *
    196196 * @param unknown_type $old_value
     
    235235 * if neither is defined.
    236236 *
    237  * @since unknown
     237 * @since 2.0.0
    238238 *
    239239 * @param array $vars An array of globals to reset.
     
    258258 * {@internal Missing Short Description}}
    259259 *
    260  * @since unknown
     260 * @since 2.1.0
    261261 *
    262262 * @param unknown_type $message
  • trunk/wp-admin/includes/plugin.php

    r16438 r16660  
    199199 * optimization purposes.
    200200 *
    201  * @since unknown
     201 * @since 1.5.0
    202202 *
    203203 * @param string $plugin_folder Optional. Relative path to single plugin folder.
     
    482482 * ensure that the success redirection will update the error redirection.
    483483 *
    484  * @since unknown
     484 * @since 2.5.0
    485485 *
    486486 * @param string $plugin Plugin path to main plugin file with plugin data.
     
    545545 * parameter.
    546546 *
    547  * @since unknown
     547 * @since 2.5.0
    548548 *
    549549 * @param string|array $plugins Single plugin or list of plugins to deactivate.
     
    597597 * The execution will be halted as soon as one of the plugins has an error.
    598598 *
    599  * @since unknown
     599 * @since 2.6.0
    600600 *
    601601 * @param string|array $plugins
     
    630630 * completed.
    631631 *
    632  * @since unknown
     632 * @since 2.6.0
    633633 *
    634634 * @param array $plugins List of plugin
     
    722722 * returns an array of deactivated ones.
    723723 *
    724  * @since unknown
     724 * @since 2.5.0
    725725 * @return array invalid plugins, plugin as key, error as value
    726726 */
     
    759759 * Checks that the file exists and {@link validate_file() is valid file}.
    760760 *
    761  * @since unknown
     761 * @since 2.5.0
    762762 *
    763763 * @param string $plugin Plugin Path
     
    15981598 * {@internal Missing Short Description}}
    15991599 *
    1600  * @since unknown
     1600 * @since 2.7.0
    16011601 *
    16021602 * @param unknown_type $options
     
    16161616 * {@internal Missing Short Description}}
    16171617 *
    1618  * @since unknown
     1618 * @since 2.7.0
    16191619 *
    16201620 * @param unknown_type $new_options
     
    16471647 * {@internal Missing Short Description}}
    16481648 *
    1649  * @since unknown
     1649 * @since 2.7.0
    16501650 *
    16511651 * @param unknown_type $del_options
  • trunk/wp-admin/includes/post.php

    r16659 r16660  
    126126 * Update an existing post with values provided in $_POST.
    127127 *
    128  * @since unknown
     128 * @since 1.5.0
    129129 *
    130130 * @param array $post_data Optional.
     
    435435 * Get an existing post and format it for editing.
    436436 *
    437  * @since unknown
     437 * @since 2.0.0
    438438 *
    439439 * @param unknown_type $id
     
    453453 * Determine if a post exists based on title, content, and date
    454454 *
    455  * @since unknown
     455 * @since 2.0.0
    456456 *
    457457 * @param string $title Post title
     
    494494 * Creates a new post from the "Write Post" form using $_POST information.
    495495 *
    496  * @since unknown
     496 * @since 2.1.0
    497497 *
    498498 * @return unknown
     
    591591 * Calls wp_write_post() and handles the errors.
    592592 *
    593  * @since unknown
     593 * @since 2.0.0
    594594 *
    595595 * @return unknown
     
    610610 * {@internal Missing Short Description}}
    611611 *
    612  * @since unknown
     612 * @since 1.2.0
    613613 *
    614614 * @param unknown_type $post_ID
     
    653653 * {@internal Missing Short Description}}
    654654 *
    655  * @since unknown
     655 * @since 1.2.0
    656656 *
    657657 * @param unknown_type $mid
     
    675675 * Get a list of previously defined keys.
    676676 *
    677  * @since unknown
     677 * @since 1.2.0
    678678 *
    679679 * @return unknown
     
    694694 * {@internal Missing Short Description}}
    695695 *
    696  * @since unknown
     696 * @since 2.1.0
    697697 *
    698698 * @param unknown_type $mid
     
    714714 * Some postmeta stuff.
    715715 *
    716  * @since unknown
     716 * @since 1.2.0
    717717 *
    718718 * @param unknown_type $postid
     
    731731 * {@internal Missing Short Description}}
    732732 *
    733  * @since unknown
     733 * @since 1.2.0
    734734 *
    735735 * @param unknown_type $meta_id
     
    774774 * Replace hrefs of attachment anchors with up-to-date permalinks.
    775775 *
    776  * @since unknown
     776 * @since 2.3.0
    777777 * @access private
    778778 *
     
    830830 * Move child posts to a new parent.
    831831 *
    832  * @since unknown
     832 * @since 2.3.0
    833833 * @access private
    834834 *
     
    951951 * {@internal Missing Short Description}}
    952952 *
    953  * @since unknown
     953 * @since 2.5.0
    954954 *
    955955 * @param unknown_type $type
     
    966966 * {@internal Missing Short Description}}
    967967 *
    968  * @since unknown
     968 * @since 2.5.0
    969969 *
    970970 * @param unknown_type $q
     
    10091009 *
    10101010 * @uses get_user_option()
    1011  * @since unknown
     1011 * @since 2.5.0
    10121012 *
    10131013 * @param unknown_type $id
     
    10321032 * {@internal Missing Short Description}}
    10331033 *
    1034  * @since unknown
     1034 * @since 2.5.0
    10351035 *
    10361036 * @param int|object $id    Post ID or post object.
     
    10961096 * intended to be used for the inplace editor of the permalink post slug on in the post (and page?) editor.
    10971097 *
    1098  * @since unknown
     1098 * @since 2.5.0
    10991099 *
    11001100 * @param int|object $id Post ID or post object.
  • trunk/wp-admin/includes/taxonomy.php

    r16535 r16660  
    1414 * {@internal Missing Short Description}}
    1515 *
    16  * @since unknown
     16 * @since 2.0.0
    1717 *
    1818 * @param unknown_type $cat_name
     
    2929 * {@internal Missing Short Description}}
    3030 *
    31  * @since unknown
     31 * @since 2.0.0
    3232 *
    3333 * @param unknown_type $id
     
    4242 * {@internal Missing Short Description}}
    4343 *
    44  * @since unknown
     44 * @since 2.0.0
    4545 *
    4646 * @param unknown_type $cat_name
     
    5858 * {@internal Missing Short Description}}
    5959 *
    60  * @since unknown
     60 * @since 2.0.0
    6161 *
    6262 * @param unknown_type $categories
     
    174174 * {@internal Missing Short Description}}
    175175 *
    176  * @since unknown
     176 * @since 2.3.0
    177177 *
    178178 * @param unknown_type $tag_name
     
    186186 * {@internal Missing Short Description}}
    187187 *
    188  * @since unknown
     188 * @since 2.3.0
    189189 *
    190190 * @param unknown_type $tag_name
     
    240240 * {@internal Missing Short Description}}
    241241 *
    242  * @since unknown
     242 * @since 2.8.0
    243243 *
    244244 * @param unknown_type $tag_name
  • trunk/wp-admin/includes/template.php

    r16645 r16660  
    1717 * {@internal Missing Short Description}}
    1818 *
    19  * @since unknown
     19 * @since 2.5.1
    2020 */
    2121class Walker_Category_Checklist extends Walker {
     
    5555 * {@internal Missing Short Description}}
    5656 *
    57  * @since unknown
     57 * @since 2.5.1
    5858 *
    5959 * @param unknown_type $post_id
     
    7777 * Taxonomy independent version of wp_category_checklist
    7878 *
     79 * @since 3.0.0
     80 *
    7981 * @param int $post_id
    8082 * @param array $args
     
    143145 * {@internal Missing Short Description}}
    144146 *
    145  * @since unknown
     147 * @since 2.5.0
    146148 *
    147149 * @param unknown_type $taxonomy
     
    191193 * {@internal Missing Short Description}}
    192194 *
    193  * @since unknown
     195 * @since 2.5.1
    194196 *
    195197 * @param unknown_type $link_id
     
    260262 * {@internal Missing Short Description}}
    261263 *
    262  * @since unknown
     264 * @since 2.7.0
    263265 *
    264266 * @param unknown_type $post
     
    315317 * {@internal Missing Short Description}}
    316318 *
    317  * @since unknown
     319 * @since 2.7.0
    318320 *
    319321 * @param unknown_type $position
     
    409411 * {@internal Missing Short Description}}
    410412 *
    411  * @since unknown
     413 * @since 1.2.0
    412414 *
    413415 * @param unknown_type $meta
     
    452454 * {@internal Missing Short Description}}
    453455 *
    454  * @since unknown
     456 * @since 2.5.0
    455457 *
    456458 * @param unknown_type $entry
     
    507509 * {@internal Missing Short Description}}
    508510 *
    509  * @since unknown
     511 * @since 1.2.0
    510512 */
    511513function meta_form() {
     
    568570 * {@internal Missing Short Description}}
    569571 *
    570  * @since unknown
     572 * @since 0.71
    571573 *
    572574 * @param unknown_type $edit
     
    642644 * {@internal Missing Short Description}}
    643645 *
    644  * @since unknown
     646 * @since 1.5.0
    645647 *
    646648 * @param unknown_type $default
     
    661663 * {@internal Missing Short Description}}
    662664 *
    663  * @since unknown
     665 * @since 1.5.0
    664666 *
    665667 * @param unknown_type $default
     
    697699 * {@internal Missing Short Description}}
    698700 *
    699  * @since unknown
     701 * @since 2.0.0
    700702 *
    701703 * @param unknown_type $id
     
    749751 * Print out <option> html elements for role selectors
    750752 *
    751  * @since 2.1
     753 * @since 2.1.0
    752754 *
    753755 * @param string $selected slug for the role that should be already selected
     
    772774 * {@internal Missing Short Description}}
    773775 *
    774  * @since unknown
     776 * @since 2.3.0
    775777 *
    776778 * @param unknown_type $size
     
    792794 * {@internal Missing Short Description}}
    793795 *
    794  * @since unknown
     796 * @since 2.3.0
    795797 *
    796798 * @param unknown_type $bytes
     
    808810 * {@internal Missing Short Description}}
    809811 *
    810  * @since unknown
     812 * @since 2.5.0
    811813 *
    812814 * @return unknown
     
    822824 * Outputs the form used by the importers to accept the data to be imported
    823825 *
    824  * @since 2.0
     826 * @since 2.0.0
    825827 *
    826828 * @param string $action The action attribute for the form.
     
    995997 * {@internal Missing Short Description}}
    996998 *
    997  * @since unknown
     999 * @since 2.7.0
    9981000 *
    9991001 * @param unknown_type $screen
     
    10301032 * Get Hidden Meta Boxes
    10311033 *
    1032  * @since 2.7
     1034 * @since 2.7.0
    10331035 *
    10341036 * @param string|object $screen Screen identifier
     
    11401142 * @global $wp_settings_sections Storage array of all settings sections added to admin pages
    11411143 * @global $wp_settings_fields Storage array of settings fields and info about their pages/sections
    1142  * @since unknown
     1144 * @since 2.7.0
    11431145 *
    11441146 * @param string $page The slug name of the page whos settings sections you want to output
     
    11701172 * @global $wp_settings_fields Storage array of settings fields and their pages/sections
    11711173 *
    1172  * @since unknown
     1174 * @since 2.7.0
    11731175 *
    11741176 * @param string $page Slug title of the admin page who's settings fields you want to show.
     
    12071209 * page is first accessed.
    12081210 *
     1211 * @since 3.0.0
     1212 *
    12091213 * @global array $wp_settings_errors Storage array of errors registered during this pageload
    12101214 *
     
    12421246 * This is useful if you have errors or notices you want to show even when the user
    12431247 * 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
    12441250 *
    12451251 * @global array $wp_settings_errors Storage array of errors registered during this pageload
     
    12951301 * settings when the user arrives at the settings page.
    12961302 *
     1303 * @since 3.0.0
     1304 *
    12971305 * @param string $setting Optional slug title of a specific setting who's errors you want.
    12981306 * @param boolean $sanitize Whether to re-sanitize the setting value before returning errors.
     
    13211329 * {@internal Missing Short Description}}
    13221330 *
    1323  * @since unknown
     1331 * @since 2.7.0
    13241332 *
    13251333 * @param unknown_type $found_action
     
    13791387 * {@internal Missing Short Description}}
    13801388 *
    1381  * @since unknown
     1389 * @since 2.7.0
    13821390 */
    13831391function favorite_actions( $screen = null ) {
  • trunk/wp-admin/includes/theme.php

    r16620 r16660  
    1010 * {@internal Missing Short Description}}
    1111 *
    12  * @since unknown
     12 * @since 2.0.0
    1313 *
    1414 * @return unknown
     
    107107 * {@internal Missing Short Description}}
    108108 *
    109  * @since unknown
     109 * @since 1.5.0
    110110 *
    111111 * @return unknown
     
    160160 * Get the Page Templates available in this theme
    161161 *
    162  * @since unknown
     162 * @since 1.5.0
    163163 *
    164164 * @return array Key is template name, Value is template name
  • trunk/wp-admin/includes/upgrade.php

    r16284 r16660  
    2525 * {@internal Missing Long Description}}
    2626 *
    27  * @since unknown
     27 * @since 2.1.0
    2828 *
    2929 * @param string $blog_title Blog title.
     
    9999 * {@internal Missing Long Description}}
    100100 *
    101  * @since unknown
     101 * @since 2.1.0
    102102 *
    103103 * @param int $user_id User ID.
     
    301301 * {@internal Missing Long Description}}
    302302 *
    303  * @since unknown
     303 * @since 2.1.0
    304304 *
    305305 * @param string $blog_title Blog title.
     
    337337 * {@internal Missing Long Description}}
    338338 *
    339  * @since unknown
     339 * @since 2.1.0
    340340 *
    341341 * @return null
     
    376376 * {@internal Missing Long Description}}
    377377 *
    378  * @since unknown
     378 * @since 1.0.1
    379379 */
    380380function upgrade_all() {
     
    11881188 * {@internal Missing Long Description}}
    11891189 *
    1190  * @since unknown
     1190 * @since 1.0.0
    11911191 *
    11921192 * @param string $table_name Database table name to create.
     
    12111211 * {@internal Missing Long Description}}
    12121212 *
    1213  * @since unknown
     1213 * @since 1.0.1
    12141214 *
    12151215 * @param string $table Database table name.
     
    12341234 * {@internal Missing Long Description}}
    12351235 *
    1236  * @since unknown
     1236 * @since 1.0.1
    12371237 *
    12381238 * @param string $table Database table name.
     
    12971297 * Version of get_option that is private to install/upgrade.
    12981298 *
    1299  * @since unknown
     1299 * @since 1.5.1
    13001300 * @access private
    13011301 *
     
    13341334 * {@internal Missing Long Description}}
    13351335 *
    1336  * @since unknown
     1336 * @since 1.5.0
    13371337 *
    13381338 * @param string $content
     
    13611361 * {@internal Missing Long Description}}
    13621362 *
    1363  * @since unknown
     1363 * @since 1.5.0
    13641364 *
    13651365 * @param unknown_type $queries
     
    15681568 * {@internal Missing Long Description}}
    15691569 *
    1570  * @since unknown
     1570 * @since 1.5.0
    15711571 */
    15721572function make_db_current() {
     
    15841584 * {@internal Missing Long Description}}
    15851585 *
    1586  * @since unknown
     1586 * @since 1.5.0
    15871587 */
    15881588function make_db_current_silent() {
     
    15971597 * {@internal Missing Long Description}}
    15981598 *
    1599  * @since unknown
     1599 * @since 1.5.0
    16001600 *
    16011601 * @param unknown_type $theme_name
     
    16761676 * {@internal Missing Long Description}}
    16771677 *
    1678  * @since unknown
     1678 * @since 1.5.0
    16791679 *
    16801680 * @param unknown_type $theme_name
     
    17421742 * {@internal Missing Long Description}}
    17431743 *
    1744  * @since unknown
     1744 * @since 1.5.0
    17451745 *
    17461746 * @return unknown
     
    17901790 * Translate user level to user role name.
    17911791 *
    1792  * @since unknown
     1792 * @since 2.0.0
    17931793 *
    17941794 * @param int $level User level.
     
    18211821 * {@internal Missing Long Description}}
    18221822 *
    1823  * @since unknown
     1823 * @since 2.1.0
    18241824 */
    18251825function wp_check_mysql_version() {
     
    18351835 * {@internal Missing Long Description}}
    18361836 *
    1837  * @since unknown
     1837 * @since 2.2.0
    18381838 */
    18391839function maybe_disable_automattic_widgets() {
     
    18511851/**
    18521852 * Runs before the schema is upgraded.
     1853 *
     1854 * @since 2.9.0
    18531855 */
    18541856function pre_schema_upgrade() {
  • trunk/wp-admin/includes/user.php

    r16443 r16660  
    217217 * Retrieve user data and filter it.
    218218 *
    219  * @since unknown
     219 * @since 2.0.5
    220220 *
    221221 * @param int $user_id User ID.
     
    242242 * Retrieve the user's drafts.
    243243 *
    244  * @since unknown
     244 * @since 2.0.0
    245245 *
    246246 * @param int $user_id User ID.
     
    262262 * The user meta will also be deleted that are for that User ID.
    263263 *
    264  * @since unknown
     264 * @since 2.0.0
    265265 *
    266266 * @param int $id User ID.
     
    317317 * Remove all capabilities from user.
    318318 *
    319  * @since unknown
     319 * @since 2.1.0
    320320 *
    321321 * @param int $id User ID.
     
    329329
    330330add_action('admin_init', 'default_password_nag_handler');
     331/**
     332 * @since 2.8.0
     333 */
    331334function default_password_nag_handler($errors = false) {
    332335    global $user_ID;
     
    342345
    343346add_action('profile_update', 'default_password_nag_edit_user', 10, 2);
     347/**
     348 * @since 2.8.0
     349 */
    344350function default_password_nag_edit_user($user_ID, $old_data) {
    345351    if ( ! get_user_option('default_password_nag', $user_ID) ) //Short circuit it.
     
    355361
    356362add_action('admin_notices', 'default_password_nag');
     363/**
     364 * @since 2.8.0
     365 */
    357366function default_password_nag() {
    358367    global $pagenow;
  • trunk/wp-admin/includes/widgets.php

    r16365 r16660  
    6161 * Used in the the admin widget config screen.
    6262 *
    63  * @since unknown
     63 * @since 2.5.0
    6464 *
    6565 * @param string $sidebar id slug of the sidebar
     
    8585 * {@internal Missing Short Description}}
    8686 *
    87  * @since unknown
     87 * @since 2.5.0
    8888 *
    8989 * @param array $params
     
    129129 * Called from dynamic_sidebar().
    130130 *
    131  * @since unknown
     131 * @since 2.5.0
    132132 *
    133133 * @param array $sidebar_args
  • trunk/wp-admin/link-parse-opml.php

    r11682 r16660  
    2828 * XML callback function for the start of a new XML tag.
    2929 *
    30  * @since unknown
     30 * @since 0.71
    3131 * @access private
    3232 *
     
    6969 * XML callback function that is called at the end of a XML tag.
    7070 *
    71  * @since unknown
     71 * @since 0.71
    7272 * @access private
    7373 * @package WordPress
  • trunk/wp-admin/profile.php

    r14139 r16660  
    1010 * This is a profile page.
    1111 *
    12  * @since unknown
     12 * @since 2.5.0
    1313 * @var bool
    1414 */
  • trunk/wp-admin/upgrade.php

    r15146 r16660  
    1010 * We are upgrading WordPress.
    1111 *
    12  * @since unknown
     12 * @since 1.5.1
    1313 * @var bool
    1414 */
  • trunk/wp-includes/class-http.php

    r16450 r16660  
    16251625     *
    16261626     * @uses WP_PROXY_BYPASS_HOSTS
    1627      * @since unknown
     1627     * @since 2.8.0
    16281628     *
    16291629     * @param string $uri URI to check.
  • trunk/wp-includes/feed.php

    r16334 r16660  
    205205 * @package WordPress
    206206 * @subpackage Feed
    207  * @since unknown
     207 * @since 2.5.0
    208208 *
    209209 * @param int|object $comment_id Optional comment object or id. Defaults to global comment object.
     
    218218 * @package WordPress
    219219 * @subpackage Feed
    220  * @since unknown
     220 * @since 2.5.0
    221221 *
    222222 * @param int|object $comment_id Optional comment object or id. Defaults to global comment object.
  • trunk/wp-includes/functions.php

    r16581 r16660  
    16431643 * by different browsers
    16441644 *
    1645  * @since 2.8
     1645 * @since 2.8.0
    16461646 *
    16471647 * @uses apply_filters()
     
    22172217 * second is the filename, and the third is the extension.
    22182218 *
    2219  * @since 2.5
     2219 * @since 2.5.0
    22202220 *
    22212221 * @param string $dir
  • trunk/wp-includes/general-template.php

    r16381 r16660  
    200200 * Returns the URL that allows the user to log out of the site
    201201 *
    202  * @since 2.7
     202 * @since 2.7.0
    203203 * @uses wp_nonce_url() To protect against CSRF
    204204 * @uses site_url() To generate the log in URL
     
    224224 * Returns the URL that allows the user to log in to the site
    225225 *
    226  * @since 2.7
     226 * @since 2.7.0
    227227 * @uses site_url() To generate the log in URL
    228228 * @uses apply_filters() calls 'login_url' hook on final login url
     
    22532253 * Compares the first two arguments and if identical marks as checked
    22542254 *
    2255  * @since 1.0
     2255 * @since 1.0.0
    22562256 *
    22572257 * @param mixed $checked One of the values to compare
     
    22692269 * Compares the first two arguments and if identical marks as selected
    22702270 *
    2271  * @since 1.0
     2271 * @since 1.0.0
    22722272 *
    22732273 * @param mixed $selected One of the values to compare
     
    23012301 * Compares the first two arguments and if identical marks as $type
    23022302 *
    2303  * @since 2.8
     2303 * @since 2.8.0
    23042304 * @access private
    23052305 *
  • trunk/wp-includes/theme.php

    r16424 r16660  
    871871 * index.php.
    872872 *
    873  * @since unknown (2.6.0 most likely)
     873 * @since 2.5.0
    874874 * @uses apply_filters() Calls 'taxonomy_template' filter on found path.
    875875 *
     
    12361236 * Switches current theme to new template and stylesheet names.
    12371237 *
    1238  * @since unknown
     1238 * @since 2.5.0
    12391239 * @uses do_action() Calls 'switch_theme' action on updated theme display name.
    12401240 *
  • trunk/wp-includes/wp-db.php

    r16336 r16660  
    456456     * A textual description of the last query/get_row/get_var call
    457457     *
    458      * @since unknown
     458     * @since 3.0.0
    459459     * @access public
    460460     * @var string
  • trunk/wp-includes/wp-diff.php

    r15259 r16660  
    6565     * This will set class properties based on the key value pairs in the array.
    6666     *
    67      * @since unknown
     67     * @since 2.6.0
    6868     *
    6969     * @param array $params
Note: See TracChangeset for help on using the changeset viewer.