Make WordPress Core

Changeset 30196


Ignore:
Timestamp:
11/03/2014 05:44:33 AM (10 years ago)
Author:
wonderboymusic
Message:

Fill in the @param types for the args for functions missing them in wp-admin/includes/template.php.

See #30224.

File:
1 edited

Legend:

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

    r30190 r30196  
    290290 * @since 2.5.1
    291291 *
    292  * @param unknown_type $link_id
     292 * @param int $link_id
    293293 */
    294294function wp_link_category_checklist( $link_id = 0 ) {
     
    325325 * @since 2.7.0
    326326 *
    327  * @param unknown_type $post
     327 * @param WP_Post $post
    328328 */
    329329function get_inline_data($post) {
     
    520520 * @since 1.2.0
    521521 *
    522  * @param unknown_type $meta
     522 * @param array $meta
    523523 */
    524524function list_meta( $meta ) {
     
    563563 * @since 2.5.0
    564564 *
    565  * @param unknown_type $entry
    566  * @param unknown_type $count
    567  * @return unknown
     565 * @param array $entry
     566 * @param int  $count
     567 * @return string
    568568 */
    569569function _list_meta_row( $entry, &$count ) {
     
    14301430 * @since 2.7.0
    14311431 *
    1432  * @param unknown_type $found_action
     1432 * @param string $found_action
    14331433 */
    14341434function find_posts_div($found_action = '') {
Note: See TracChangeset for help on using the changeset viewer.