Make WordPress Core

Ticket #15445: t15445-since-unknown-version-numbers.diff

File t15445-since-unknown-version-numbers.diff, 37.9 KB (added by demetris, 13 years ago)

Version numbers for @since unknown

  • wp-admin/custom-background.php

     
    1919         * Callback for administration header.
    2020         *
    2121         * @var callback
    22          * @since unknown
     22         * @since 3.0.0
    2323         * @access private
    2424         */
    2525        var $admin_header_callback;
  • wp-admin/includes/class-wp-posts-list-table.php

     
    411411         * Given a top level page ID, display the nested hierarchy of sub-pages
    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
    417417         * @param unknown_type $count
  • wp-admin/includes/media.php

     
    99/**
    1010 * {@internal Missing Short Description}}
    1111 *
    12  * @since unknown
     12 * @since 2.5.0
    1313 *
    1414 * @return unknown
    1515 */
     
    2727/**
    2828 * {@internal Missing Short Description}}
    2929 *
    30  * @since unknown
     30 * @since 2.5.0
    3131 *
    3232 * @param unknown_type $tabs
    3333 * @return unknown
     
    5959/**
    6060 * {@internal Missing Short Description}}
    6161 *
    62  * @since unknown
     62 * @since 2.5.0
    6363 */
    6464function the_media_upload_tabs() {
    6565        global $redir_tab;
     
    8989/**
    9090 * {@internal Missing Short Description}}
    9191 *
    92  * @since unknown
     92 * @since 2.5.0
    9393 *
    9494 * @param unknown_type $id
    9595 * @param unknown_type $alt
     
    117117/**
    118118 * {@internal Missing Short Description}}
    119119 *
    120  * @since unknown
     120 * @since 2.6.0
    121121 *
    122122 * @param unknown_type $html
    123123 * @param unknown_type $id
     
    159159/**
    160160 * {@internal Missing Short Description}}
    161161 *
    162  * @since unknown
     162 * @since 2.5.0
    163163 *
    164164 * @param unknown_type $html
    165165 */
     
    180180 *
    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
    186186 * @param int $post_id The post ID the media is associated with
     
    241241/**
    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
    247247 * @param int $post_id The post ID the media is associated with
     
    295295 * Wrap iframe content (produced by $content_func) in a doctype, html head/body
    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
    301301 */
     
    352352/**
    353353 * {@internal Missing Short Description}}
    354354 *
    355  * @since unknown
     355 * @since 2.5.0
    356356 *
    357357 * @return unknown
    358358 */
     
    439439/**
    440440 * {@internal Missing Short Description}}
    441441 *
    442  * @since unknown
     442 * @since 2.5.0
    443443 *
    444444 * @return unknown
    445445 */
     
    498498/**
    499499 * {@internal Missing Short Description}}
    500500 *
    501  * @since unknown
     501 * @since 2.6.0
    502502 *
    503503 * @param unknown_type $file
    504504 * @param unknown_type $post_id
     
    544544/**
    545545 * {@internal Missing Short Description}}
    546546 *
    547  * @since unknown
     547 * @since 2.5.0
    548548 *
    549549 * @return unknown
    550550 */
     
    602602/**
    603603 * {@internal Missing Short Description}}
    604604 *
    605  * @since unknown
     605 * @since 2.5.0
    606606 *
    607607 * @return unknown
    608608 */
     
    660660/**
    661661 * {@internal Missing Short Description}}
    662662 *
    663  * @since unknown
     663 * @since 2.5.0
    664664 *
    665665 * @return unknown
    666666 */
     
    715715/**
    716716 * {@internal Missing Short Description}}
    717717 *
    718  * @since unknown
     718 * @since 2.5.0
    719719 *
    720720 * @return unknown
    721721 */
     
    738738/**
    739739 * {@internal Missing Short Description}}
    740740 *
    741  * @since unknown
     741 * @since 2.5.0
    742742 *
    743743 * @return unknown
    744744 */
     
    759759/**
    760760 * Retrieve HTML for the image alignment radio buttons with the specified one checked.
    761761 *
    762  * @since unknown
     762 * @since 2.7.0
    763763 *
    764764 * @param unknown_type $post
    765765 * @param unknown_type $checked
     
    787787/**
    788788 * Retrieve HTML for the size radio buttons with the specified one checked.
    789789 *
    790  * @since unknown
     790 * @since 2.7.0
    791791 *
    792792 * @param unknown_type $post
    793793 * @param unknown_type $check
     
    842842/**
    843843 * Retrieve HTML for the Link URL buttons with the default link type as specified.
    844844 *
    845  * @since unknown
     845 * @since 2.7.0
    846846 *
    847847 * @param unknown_type $post
    848848 * @param unknown_type $url_type
     
    873873/**
    874874 * {@internal Missing Short Description}}
    875875 *
    876  * @since unknown
     876 * @since 2.5.0
    877877 *
    878878 * @param unknown_type $form_fields
    879879 * @param unknown_type $post
     
    912912/**
    913913 * {@internal Missing Short Description}}
    914914 *
    915  * @since unknown
     915 * @since 2.5.0
    916916 *
    917917 * @param unknown_type $form_fields
    918918 * @param unknown_type $post
     
    923923        return $form_fields;
    924924}
    925925
     926/**
     927 * {@internal Missing Short Description}}
     928 *
     929 * @since 2.8.0
     930 *
     931 * @param unknown_type $form_fields
     932 * @param unknown_type $post
     933 * @return unknown
     934 */
    926935function media_post_single_attachment_fields_to_edit( $form_fields, $post ) {
    927936        unset($form_fields['image_url']);
    928937        return $form_fields;
     
    931940/**
    932941 * {@internal Missing Short Description}}
    933942 *
    934  * @since unknown
     943 * @since 2.5.0
    935944 *
    936945 * @param unknown_type $post
    937946 * @param unknown_type $attachment
     
    953962/**
    954963 * {@internal Missing Short Description}}
    955964 *
    956  * @since unknown
     965 * @since 2.5.0
    957966 *
    958967 * @param unknown_type $html
    959968 * @param unknown_type $attachment_id
     
    980989/**
    981990 * {@internal Missing Short Description}}
    982991 *
    983  * @since unknown
     992 * @since 2.5.0
    984993 *
    985994 * @param unknown_type $post
    986995 * @param unknown_type $errors
     
    10701079 * component. Will also create link for showing and hiding the form to modify
    10711080 * the image attachment.
    10721081 *
    1073  * @since unknown
     1082 * @since 2.5.0
    10741083 *
    10751084 * @param int $post_id Optional. Post ID.
    10761085 * @param array $errors Errors for attachment, if any.
     
    11041113/**
    11051114 * Retrieve HTML form for modifying the image attachment.
    11061115 *
    1107  * @since unknown
     1116 * @since 2.5.0
    11081117 *
    11091118 * @param int $attachment_id Attachment ID for modification.
    11101119 * @param string|array $args Optional. Override defaults.
     
    13261335/**
    13271336 * {@internal Missing Short Description}}
    13281337 *
    1329  * @since unknown
     1338 * @since 2.5.0
    13301339 */
    13311340function media_upload_header() {
    13321341        ?>
     
    13401349/**
    13411350 * {@internal Missing Short Description}}
    13421351 *
    1343  * @since unknown
     1352 * @since 2.5.0
    13441353 *
    13451354 * @param unknown_type $errors
    13461355 */
     
    14821491/**
    14831492 * {@internal Missing Short Description}}
    14841493 *
    1485  * @since unknown
     1494 * @since 2.5.0
    14861495 *
    14871496 * @param unknown_type $type
    14881497 * @param unknown_type $errors
     
    15401549/**
    15411550 * {@internal Missing Short Description}}
    15421551 *
    1543  * @since unknown
     1552 * @since 2.7.0
    15441553 *
    15451554 * @param unknown_type $type
    15461555 * @param unknown_type $errors
     
    16581667/**
    16591668 * {@internal Missing Short Description}}
    16601669 *
    1661  * @since unknown
     1670 * @since 2.5.0
    16621671 *
    16631672 * @param unknown_type $errors
    16641673 */
     
    17991808/**
    18001809 * {@internal Missing Short Description}}
    18011810 *
    1802  * @since unknown
     1811 * @since 2.5.0
    18031812 *
    18041813 * @param unknown_type $errors
    18051814 */
     
    19611970/**
    19621971 * {@internal Missing Short Description}}
    19631972 *
    1964  * @since unknown
     1973 * @since 2.7.0
    19651974 *
    19661975 * @return unknown
    19671976 */
     
    20432052/**
    20442053 * {@internal Missing Short Description}}
    20452054 *
    2046  * @since unknown
     2055 * @since 2.7.0
    20472056 *
    20482057 * @return unknown
    20492058 */
     
    20732082/**
    20742083 * {@internal Missing Short Description}}
    20752084 *
    2076  * @since unknown
     2085 * @since 2.7.0
    20772086 *
    20782087 * @return unknown
    20792088 */
     
    21032112/**
    21042113 * {@internal Missing Short Description}}
    21052114 *
    2106  * @since unknown
     2115 * @since 2.7.0
    21072116 *
    21082117 * @return unknown
    21092118 */
     
    21602169 *
    21612170 * Support a GET parameter for disabling the flash uploader.
    21622171 *
    2163  * @since unknown
     2172 * @since 2.6.0
    21642173 *
    21652174 * @param unknown_type $flash
    21662175 * @return unknown
     
    21762185/**
    21772186 * {@internal Missing Short Description}}
    21782187 *
    2179  * @since unknown
     2188 * @since 2.6.0
    21802189 */
    21812190function media_upload_flash_bypass() {
    21822191        echo '<p class="upload-flash-bypass">';
     
    21872196/**
    21882197 * {@internal Missing Short Description}}
    21892198 *
    2190  * @since unknown
     2199 * @since 2.6.0
    21912200 */
    21922201function media_upload_html_bypass($flash = true) {
    21932202        echo '<p class="upload-html-bypass hide-if-no-js">';
     
    22082217 *
    22092218 * Make sure the GET parameter sticks when we submit a form.
    22102219 *
    2211  * @since unknown
     2220 * @since 2.6.0
    22122221 *
    22132222 * @param unknown_type $url
    22142223 * @return unknown
  • wp-admin/includes/misc.php

     
    99/**
    1010 * {@internal Missing Short Description}}
    1111 *
    12  * @since unknown
     12 * @since 2.0.0
    1313 *
    1414 * @return unknown
    1515 */
     
    2121/**
    2222 * {@internal Missing Short Description}}
    2323 *
    24  * @since unknown
     24 * @since 1.5.0
    2525 *
    2626 * @param unknown_type $filename
    2727 * @param unknown_type $marker
     
    5757 * BEGIN and END markers. Replaces existing marked info. Retains surrounding
    5858 * data. Creates file if none exists.
    5959 *
    60  * @since unknown
     60 * @since 1.5.0
    6161 *
    6262 * @param unknown_type $filename
    6363 * @param unknown_type $marker
     
    117117 * Always writes to the file if it exists and is writable to ensure that we
    118118 * blank out old rules.
    119119 *
    120  * @since unknown
     120 * @since 1.5.0
    121121 */
    122122function save_mod_rewrite_rules() {
    123123        if ( is_multisite() )
     
    171171/**
    172172 * {@internal Missing Short Description}}
    173173 *
    174  * @since unknown
     174 * @since 1.5.0
    175175 *
    176176 * @param unknown_type $file
    177177 */
     
    193193/**
    194194 * If siteurl or home changed, flush rewrite rules.
    195195 *
    196  * @since unknown
     196 * @since 2.1.0
    197197 *
    198198 * @param unknown_type $old_value
    199199 * @param unknown_type $value
     
    214214/**
    215215 * {@internal Missing Short Description}}
    216216 *
    217  * @since unknown
     217 * @since 2.0.0
    218218 *
    219219 * @param unknown_type $url
    220220 * @return unknown
     
    236236 * in the $vars array to the value of $_POST[$var] or $_GET[$var] or ''
    237237 * if neither is defined.
    238238 *
    239  * @since unknown
     239 * @since 2.1.0
    240240 *
    241241 * @param array $vars An array of globals to reset.
    242242 */
     
    259259/**
    260260 * {@internal Missing Short Description}}
    261261 *
    262  * @since unknown
     262 * @since 2.5.0
    263263 *
    264264 * @param unknown_type $message
    265265 */
  • wp-admin/includes/plugin.php

     
    198198 * be split for maintainability. Keep everything in one file for extreme
    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.
    204204 * @return array Key is the plugin file path and the value is an array of the plugin data.
     
    481481 * If any errors are found or text is outputted, then it will be captured to
    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.
    487487 * @param string $redirect Optional. URL to redirect to.
     
    544544 * The deactivation hook is disabled by the plugin upgrader by using the $silent
    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.
    550550 * @param bool $silent Prevent calling deactivation hooks. Default is false.
     
    596596 *
    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
    602602 * @param string $redirect Redirect to page after successful activation.
     
    629629 * If the plugins parameter list is empty, false will be returned. True when
    630630 * completed.
    631631 *
    632  * @since unknown
     632 * @since 2.6.0
    633633 *
    634634 * @param array $plugins List of plugin
    635635 * @param string $redirect Redirect to page when complete.
     
    721721 * Validate all active plugins, deactivates invalid and
    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 */
    727727function validate_active_plugins() {
     
    758758 *
    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
    764764 * @return WP_Error|int 0 on success, WP_Error on failure.
     
    15971597/**
    15981598 * {@internal Missing Short Description}}
    15991599 *
    1600  * @since unknown
     1600 * @since 2.7.0
    16011601 *
    16021602 * @param unknown_type $options
    16031603 * @return unknown
     
    16151615/**
    16161616 * {@internal Missing Short Description}}
    16171617 *
    1618  * @since unknown
     1618 * @since 2.7.0
    16191619 *
    16201620 * @param unknown_type $new_options
    16211621 * @param unknown_type $options
     
    16461646/**
    16471647 * {@internal Missing Short Description}}
    16481648 *
    1649  * @since unknown
     1649 * @since 2.7.0
    16501650 *
    16511651 * @param unknown_type $del_options
    16521652 * @param unknown_type $options
  • wp-admin/includes/post.php

     
    125125/**
    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.
    131131 * @return int Post ID.
     
    379379/**
    380380 * Get an existing post and format it for editing.
    381381 *
    382  * @since unknown
     382 * @since 2.0.0
    383383 *
    384384 * @param unknown_type $id
    385385 * @return unknown
     
    397397/**
    398398 * Determine if a post exists based on title, content, and date
    399399 *
    400  * @since unknown
     400 * @since 2.0.0
    401401 *
    402402 * @param string $title Post title
    403403 * @param string $content Optional post content
     
    438438/**
    439439 * Creates a new post from the "Write Post" form using $_POST information.
    440440 *
    441  * @since unknown
     441 * @since 2.1.0
    442442 *
    443443 * @return unknown
    444444 */
     
    535535/**
    536536 * Calls wp_write_post() and handles the errors.
    537537 *
    538  * @since unknown
     538 * @since 2.0.0
    539539 *
    540540 * @return unknown
    541541 */
     
    554554/**
    555555 * {@internal Missing Short Description}}
    556556 *
    557  * @since unknown
     557 * @since 1.2.0
    558558 *
    559559 * @param unknown_type $post_ID
    560560 * @return unknown
     
    596596/**
    597597 * {@internal Missing Short Description}}
    598598 *
    599  * @since unknown
     599 * @since 1.2.0
    600600 *
    601601 * @param unknown_type $mid
    602602 * @return unknown
     
    618618/**
    619619 * Get a list of previously defined keys.
    620620 *
    621  * @since unknown
     621 * @since 1.2.0
    622622 *
    623623 * @return unknown
    624624 */
     
    637637/**
    638638 * {@internal Missing Short Description}}
    639639 *
    640  * @since unknown
     640 * @since 2.1.0
    641641 *
    642642 * @param unknown_type $mid
    643643 * @return unknown
     
    657657 *
    658658 * Some postmeta stuff.
    659659 *
    660  * @since unknown
     660 * @since 1.2.0
    661661 *
    662662 * @param unknown_type $postid
    663663 * @return unknown
     
    674674/**
    675675 * {@internal Missing Short Description}}
    676676 *
    677  * @since unknown
     677 * @since 1.2.0
    678678 *
    679679 * @param unknown_type $meta_id
    680680 * @param unknown_type $meta_key Expect Slashed
     
    717717/**
    718718 * Replace hrefs of attachment anchors with up-to-date permalinks.
    719719 *
    720  * @since unknown
     720 * @since 2.3.0
    721721 * @access private
    722722 *
    723723 * @param unknown_type $post_ID
     
    773773/**
    774774 * Move child posts to a new parent.
    775775 *
    776  * @since unknown
     776 * @since 2.3.0
    777777 * @access private
    778778 *
    779779 * @param unknown_type $old_ID
     
    894894/**
    895895 * {@internal Missing Short Description}}
    896896 *
    897  * @since unknown
     897 * @since 2.5.0
    898898 *
    899899 * @param unknown_type $type
    900900 * @return unknown
     
    909909/**
    910910 * {@internal Missing Short Description}}
    911911 *
    912  * @since unknown
     912 * @since 2.5.0
    913913 *
    914914 * @param unknown_type $q
    915915 * @return unknown
     
    952952 * {@internal Missing Short Description}}
    953953 *
    954954 * @uses get_user_option()
    955  * @since unknown
     955 * @since 2.5.0
    956956 *
    957957 * @param unknown_type $id
    958958 * @param unknown_type $page
     
    975975/**
    976976 * {@internal Missing Short Description}}
    977977 *
    978  * @since unknown
     978 * @since 2.5.0
    979979 *
    980980 * @param int|object $id    Post ID or post object.
    981981 * @param string $title (optional) Title
     
    10391039 *
    10401040 * intended to be used for the inplace editor of the permalink post slug on in the post (and page?) editor.
    10411041 *
    1042  * @since unknown
     1042 * @since 2.5.0
    10431043 *
    10441044 * @param int|object $id Post ID or post object.
    10451045 * @param string $new_title (optional) New title
  • wp-admin/includes/taxonomy.php

     
    1313/**
    1414 * {@internal Missing Short Description}}
    1515 *
    16  * @since unknown
     16 * @since 2.0.0
    1717 *
    1818 * @param unknown_type $cat_name
    1919 * @return unknown
     
    2828/**
    2929 * {@internal Missing Short Description}}
    3030 *
    31  * @since unknown
     31 * @since 2.0.0
    3232 *
    3333 * @param unknown_type $id
    3434 * @return unknown
     
    4141/**
    4242 * {@internal Missing Short Description}}
    4343 *
    44  * @since unknown
     44 * @since 2.0.0
    4545 *
    4646 * @param unknown_type $cat_name
    4747 * @param unknown_type $parent
     
    5757/**
    5858 * {@internal Missing Short Description}}
    5959 *
    60  * @since unknown
     60 * @since 2.0.0
    6161 *
    6262 * @param unknown_type $categories
    6363 * @param unknown_type $post_id
     
    173173/**
    174174 * {@internal Missing Short Description}}
    175175 *
    176  * @since unknown
     176 * @since 2.3.0
    177177 *
    178178 * @param unknown_type $tag_name
    179179 * @return unknown
     
    185185/**
    186186 * {@internal Missing Short Description}}
    187187 *
    188  * @since unknown
     188 * @since 2.3.0
    189189 *
    190190 * @param unknown_type $tag_name
    191191 * @return unknown
     
    197197/**
    198198 * {@internal Missing Short Description}}
    199199 *
    200  * @since unknown
     200 * @since 2.8.0
    201201 *
    202202 * @param unknown_type $tag_name
    203203 * @return unknown
  • wp-admin/includes/template.php

     
    1616/**
    1717 * {@internal Missing Short Description}}
    1818 *
    19  * @since unknown
     19 * @since 2.5.1
    2020 */
    2121class Walker_Category_Checklist extends Walker {
    2222        var $tree_type = 'category';
     
    5454/**
    5555 * {@internal Missing Short Description}}
    5656 *
    57  * @since unknown
     57 * @since 2.5.1
    5858 *
    5959 * @param unknown_type $post_id
    6060 * @param unknown_type $descendants_and_self
     
    7676/**
    7777 * Taxonomy independent version of wp_category_checklist
    7878 *
     79 * @since 3.0.0
     80 *
    7981 * @param int $post_id
    8082 * @param array $args
    8183 */
     
    142144/**
    143145 * {@internal Missing Short Description}}
    144146 *
    145  * @since unknown
     147 * @since 2.5.0
    146148 *
    147149 * @param unknown_type $taxonomy
    148150 * @param unknown_type $default
     
    190192/**
    191193 * {@internal Missing Short Description}}
    192194 *
    193  * @since unknown
     195 * @since 2.5.1
    194196 *
    195197 * @param unknown_type $link_id
    196198 */
     
    259261/**
    260262 * {@internal Missing Short Description}}
    261263 *
    262  * @since unknown
     264 * @since 2.7.0
    263265 *
    264266 * @param unknown_type $post
    265267 */
     
    314316/**
    315317 * {@internal Missing Short Description}}
    316318 *
    317  * @since unknown
     319 * @since 2.7.0
    318320 *
    319321 * @param unknown_type $position
    320322 * @param unknown_type $checkbox
     
    408410/**
    409411 * {@internal Missing Short Description}}
    410412 *
    411  * @since unknown
     413 * @since 1.2.0
    412414 *
    413415 * @param unknown_type $meta
    414416 */
     
    451453/**
    452454 * {@internal Missing Short Description}}
    453455 *
    454  * @since unknown
     456 * @since 2.5.0
    455457 *
    456458 * @param unknown_type $entry
    457459 * @param unknown_type $count
     
    506508/**
    507509 * {@internal Missing Short Description}}
    508510 *
    509  * @since unknown
     511 * @since 1.2.0
    510512 */
    511513function meta_form() {
    512514        global $wpdb;
     
    567569/**
    568570 * {@internal Missing Short Description}}
    569571 *
    570  * @since unknown
     572 * @since 0.71
    571573 *
    572574 * @param unknown_type $edit
    573575 * @param unknown_type $for_post
     
    641643/**
    642644 * {@internal Missing Short Description}}
    643645 *
    644  * @since unknown
     646 * @since 1.5.0
    645647 *
    646648 * @param unknown_type $default
    647649 */
     
    660662/**
    661663 * {@internal Missing Short Description}}
    662664 *
    663  * @since unknown
     665 * @since 1.5.0
    664666 *
    665667 * @param unknown_type $default
    666668 * @param unknown_type $parent
     
    696698/**
    697699 * {@internal Missing Short Description}}
    698700 *
    699  * @since unknown
     701 * @since 2.0.0
    700702 *
    701703 * @param unknown_type $id
    702704 * @return unknown
     
    748750/**
    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
    754756 */
     
    771773/**
    772774 * {@internal Missing Short Description}}
    773775 *
    774  * @since unknown
     776 * @since 2.3.0
    775777 *
    776778 * @param unknown_type $size
    777779 * @return unknown
     
    791793/**
    792794 * {@internal Missing Short Description}}
    793795 *
    794  * @since unknown
     796 * @since 2.3.0
    795797 *
    796798 * @param unknown_type $bytes
    797799 * @return unknown
     
    807809/**
    808810 * {@internal Missing Short Description}}
    809811 *
    810  * @since unknown
     812 * @since 2.5.0
    811813 *
    812814 * @return unknown
    813815 */
     
    821823/**
    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.
    827829 */
     
    994996/**
    995997 * {@internal Missing Short Description}}
    996998 *
    997  * @since unknown
     999 * @since 2.7.0
    9981000 *
    9991001 * @param unknown_type $screen
    10001002 */
     
    10291031/**
    10301032 * Get Hidden Meta Boxes
    10311033 *
    1032  * @since 2.7
     1034 * @since 2.7.0
    10331035 *
    10341036 * @param string|object $screen Screen identifier
    10351037 * @return array Hidden Meta Boxes
     
    11391141 *
    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
    11451147 */
     
    11691171 *
    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.
    11751177 * @param section $section Slug title of the settings section who's fields you want to show.
     
    12061208 * Additional calls to settings_errors() can be used to show errors even when the settings
    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 *
    12111215 * @param string $setting Slug title of the setting to which this error applies
     
    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)
    12441248 *
     1249 * @since 3.0.0
     1250 *
    12451251 * @global array $wp_settings_errors Storage array of errors registered during this pageload
    12461252 *
    12471253 * @param string $setting Optional slug title of a specific setting who's errors you want.
     
    12941300 * shown in the default error reporting after submission. This is useful to show general errors like missing
    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.
    12991307 * @param boolean $hide_on_update If set to true errors will not be shown if the settings page has already been submitted.
     
    13201328/**
    13211329 * {@internal Missing Short Description}}
    13221330 *
    1323  * @since unknown
     1331 * @since 2.7.0
    13241332 *
    13251333 * @param unknown_type $found_action
    13261334 */
     
    13781386/**
    13791387 * {@internal Missing Short Description}}
    13801388 *
    1381  * @since unknown
     1389 * @since 2.7.0
    13821390 */
    13831391function favorite_actions( $screen = null ) {
    13841392        $default_action = false;
  • wp-admin/includes/theme.php

     
    99/**
    1010 * {@internal Missing Short Description}}
    1111 *
    12  * @since unknown
     12 * @since 2.0.0
    1313 *
    1414 * @return unknown
    1515 */
     
    106106/**
    107107 * {@internal Missing Short Description}}
    108108 *
    109  * @since unknown
     109 * @since 1.5.0
    110110 *
    111111 * @return unknown
    112112 */
     
    159159/**
    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
    165165 */
  • wp-admin/includes/upgrade.php

     
    2424 *
    2525 * {@internal Missing Long Description}}
    2626 *
    27  * @since unknown
     27 * @since 2.1.0
    2828 *
    2929 * @param string $blog_title Blog title.
    3030 * @param string $user_name User's username.
     
    9898 *
    9999 * {@internal Missing Long Description}}
    100100 *
    101  * @since unknown
     101 * @since 2.1.0
    102102 *
    103103 * @param int $user_id User ID.
    104104 */
     
    300300 *
    301301 * {@internal Missing Long Description}}
    302302 *
    303  * @since unknown
     303 * @since 2.1.0
    304304 *
    305305 * @param string $blog_title Blog title.
    306306 * @param string $blog_url Blog url.
     
    336336 *
    337337 * {@internal Missing Long Description}}
    338338 *
    339  * @since unknown
     339 * @since 2.1.0
    340340 *
    341341 * @return null
    342342 */
     
    375375 *
    376376 * {@internal Missing Long Description}}
    377377 *
    378  * @since unknown
     378 * @since 1.0.1
    379379 */
    380380function upgrade_all() {
    381381        global $wp_current_db_version, $wp_db_version, $wp_rewrite;
     
    11871187 *
    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.
    11931193 * @param string $create_ddl SQL statement to create table.
     
    12101210 *
    12111211 * {@internal Missing Long Description}}
    12121212 *
    1213  * @since unknown
     1213 * @since 1.0.1
    12141214 *
    12151215 * @param string $table Database table name.
    12161216 * @param string $index Index name to drop.
     
    12331233 *
    12341234 * {@internal Missing Long Description}}
    12351235 *
    1236  * @since unknown
     1236 * @since 1.0.1
    12371237 *
    12381238 * @param string $table Database table name.
    12391239 * @param string $index Database table index column.
     
    12961296/**
    12971297 * Version of get_option that is private to install/upgrade.
    12981298 *
    1299  * @since unknown
     1299 * @since 1.5.1
    13001300 * @access private
    13011301 *
    13021302 * @param string $setting Option name.
     
    13331333 *
    13341334 * {@internal Missing Long Description}}
    13351335 *
    1336  * @since unknown
     1336 * @since 1.5.0
    13371337 *
    13381338 * @param string $content
    13391339 * @return string
     
    13601360 *
    13611361 * {@internal Missing Long Description}}
    13621362 *
    1363  * @since unknown
     1363 * @since 1.5.0
    13641364 *
    13651365 * @param unknown_type $queries
    13661366 * @param unknown_type $execute
     
    15671567 *
    15681568 * {@internal Missing Long Description}}
    15691569 *
    1570  * @since unknown
     1570 * @since 1.5.0
    15711571 */
    15721572function make_db_current() {
    15731573        global $wp_queries;
     
    15831583 *
    15841584 * {@internal Missing Long Description}}
    15851585 *
    1586  * @since unknown
     1586 * @since 1.5.0
    15871587 */
    15881588function make_db_current_silent() {
    15891589        global $wp_queries;
     
    15961596 *
    15971597 * {@internal Missing Long Description}}
    15981598 *
    1599  * @since unknown
     1599 * @since 1.5.0
    16001600 *
    16011601 * @param unknown_type $theme_name
    16021602 * @param unknown_type $template
     
    16751675 *
    16761676 * {@internal Missing Long Description}}
    16771677 *
    1678  * @since unknown
     1678 * @since 1.5.0
    16791679 *
    16801680 * @param unknown_type $theme_name
    16811681 * @param unknown_type $template
     
    17411741 *
    17421742 * {@internal Missing Long Description}}
    17431743 *
    1744  * @since unknown
     1744 * @since 1.5.0
    17451745 *
    17461746 * @return unknown
    17471747 */
     
    17891789/**
    17901790 * Translate user level to user role name.
    17911791 *
    1792  * @since unknown
     1792 * @since 2.0.0
    17931793 *
    17941794 * @param int $level User level.
    17951795 * @return string User role name.
     
    18201820 *
    18211821 * {@internal Missing Long Description}}
    18221822 *
    1823  * @since unknown
     1823 * @since 2.1.0
    18241824 */
    18251825function wp_check_mysql_version() {
    18261826        global $wpdb;
     
    18341834 *
    18351835 * {@internal Missing Long Description}}
    18361836 *
    1837  * @since unknown
     1837 * @since 2.2.0
    18381838 */
    18391839function maybe_disable_automattic_widgets() {
    18401840        $plugins = __get_option( 'active_plugins' );
     
    18501850
    18511851/**
    18521852 * Runs before the schema is upgraded.
     1853 *
     1854 * @since 2.9.0
    18531855 */
    18541856function pre_schema_upgrade() {
    18551857        global $wp_current_db_version, $wp_db_version, $wpdb;
  • wp-admin/includes/user.php

     
    216216/**
    217217 * Retrieve user data and filter it.
    218218 *
    219  * @since unknown
     219 * @since 2.0.5
    220220 *
    221221 * @param int $user_id User ID.
    222222 * @return object WP_User object with user data.
     
    241241/**
    242242 * Retrieve the user's drafts.
    243243 *
    244  * @since unknown
     244 * @since 2.0.0
    245245 *
    246246 * @param int $user_id User ID.
    247247 * @return array
     
    261261 * being deleted will be run after the posts are either reassigned or deleted.
    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.
    267267 * @param int $reassign Optional. Reassign posts and links to new User ID.
     
    316316/**
    317317 * Remove all capabilities from user.
    318318 *
    319  * @since unknown
     319 * @since 2.1.0
    320320 *
    321321 * @param int $id User ID.
    322322 */
     
    328328}
    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;
    333336        if ( ! get_user_option('default_password_nag') ) //Short circuit it.
     
    341344}
    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.
    346352                return;
     
    354360}
    355361
    356362add_action('admin_notices', 'default_password_nag');
     363/**
     364 * @since 2.8.0
     365 */
    357366function default_password_nag() {
    358367        global $pagenow;
    359368        if ( 'profile.php' == $pagenow || ! get_user_option('default_password_nag') ) //Short circuit it.
  • wp-admin/includes/widgets.php

     
    6060 * Show the widgets and their settings for a sidebar.
    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
    6666 */
     
    8484/**
    8585 * {@internal Missing Short Description}}
    8686 *
    87  * @since unknown
     87 * @since 2.5.0
    8888 *
    8989 * @param array $params
    9090 * @return array
     
    128128 *
    129129 * Called from dynamic_sidebar().
    130130 *
    131  * @since unknown
     131 * @since 2.5.0
    132132 *
    133133 * @param array $sidebar_args
    134134 * @return array
  • wp-admin/link-parse-opml.php

     
    2727/**
    2828 * XML callback function for the start of a new XML tag.
    2929 *
    30  * @since unknown
     30 * @since 0.71
    3131 * @access private
    3232 *
    3333 * @uses $updated_timestamp Not used inside function.
     
    6868/**
    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
    7474 * @subpackage Dummy
  • wp-admin/profile.php

     
    99/**
    1010 * This is a profile page.
    1111 *
    12  * @since unknown
     12 * @since 2.5.0
    1313 * @var bool
    1414 */
    1515define('IS_PROFILE_PAGE', true);
  • wp-admin/upgrade.php

     
    99/**
    1010 * We are upgrading WordPress.
    1111 *
    12  * @since unknown
     12 * @since 1.5.1
    1313 * @var bool
    1414 */
    1515define( 'WP_INSTALLING', true );
  • wp-includes/class-http.php

     
    16231623         * hosts that won't be sent through the proxy.
    16241624         *
    16251625         * @uses WP_PROXY_BYPASS_HOSTS
    1626          * @since unknown
     1626         * @since 2.8.0
    16271627         *
    16281628         * @param string $uri URI to check.
    16291629         * @return bool True, to send through the proxy and false if, the proxy should not be used.
  • wp-includes/feed.php

     
    204204 *
    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.
    210210 */
     
    217217 *
    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.
    223223 * @return bool|string false on failure or guid for comment on success.
  • wp-includes/functions.php

     
    16421642 * The several different headers cover the different ways cache prevention is handled
    16431643 * by different browsers
    16441644 *
    1645  * @since 2.8
     1645 * @since 2.8.0
    16461646 *
    16471647 * @uses apply_filters()
    16481648 * @return array The associative array of header names and field values.
     
    22162216 * The callback is passed three parameters, the first one is the directory, the
    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
    22222222 * @param string $filename
  • wp-includes/general-template.php

     
    199199 *
    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
    205205 * @uses apply_filters() calls 'logout_url' hook on final logout url
     
    223223 *
    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
    229229 *
     
    22522252 *
    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
    22582258 * @param mixed $current (true) The other value to compare if not just true
     
    22682268 *
    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
    22742274 * @param mixed $current (true) The other value to compare if not just true
     
    23002300 *
    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 *
    23062306 * @param any $helper One of the values to compare
  • wp-includes/media.php

     
    14371437/**
    14381438 * {@internal Missing Short Description}}
    14391439 *
    1440  * @since unknown
     1440 * @since 2.5.0
    14411441 */
    14421442function media_buttons() {
    14431443        echo get_media_buttons();
     
    14471447/**
    14481448 * {@internal Missing Short Description}}
    14491449 *
    1450  * @since unknown
     1450 * @since 3.0.0
    14511451 * @access private
    14521452 */
    14531453function _media_button( $title, $icon, $type ) {
     
    14571457/**
    14581458 * {@internal Missing Short Description}}
    14591459 *
    1460  * @since unknown
     1460 * @since 3.0.0
    14611461 */
    14621462function get_upload_iframe_src( $type ) {
    14631463        global $post_ID, $temp_ID;
  • wp-includes/taxonomy.php

     
    29262926/**
    29272927 * {@internal Missing Short Description}}
    29282928 *
    2929  * @since unknown
     2929 * @since 2.3.0
    29302930 *
    29312931 * @param unknown_type $post_id
    29322932 * @return unknown
     
    29382938/**
    29392939 * {@internal Missing Short Description}}
    29402940 *
    2941  * @since unknown
     2941 * @since 2.8.0
    29422942 *
    29432943 * @param unknown_type $post_id
    29442944 * @return unknown
  • wp-includes/theme.php

     
    871871 * template is used. If none of the files exist, then it will fall back on to
    872872 * index.php.
    873873 *
    874  * @since unknown (2.6.0 most likely)
     874 * @since 2.5.0
    875875 * @uses apply_filters() Calls 'taxonomy_template' filter on found path.
    876876 *
    877877 * @return string
     
    12361236/**
    12371237 * Switches current theme to new template and stylesheet names.
    12381238 *
    1239  * @since unknown
     1239 * @since 2.5.0
    12401240 * @uses do_action() Calls 'switch_theme' action on updated theme display name.
    12411241 *
    12421242 * @param string $template Template name
  • wp-includes/wp-db.php

     
    455455        /**
    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
    461461         */
  • wp-includes/wp-diff.php

     
    6464         *
    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
    7070         */