Make WordPress Core


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

Update since phpdoc. Props demetris. fixes #15445

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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 ) {
Note: See TracChangeset for help on using the changeset viewer.