Make WordPress Core


Ignore:
Timestamp:
05/29/2015 08:16:22 PM (9 years ago)
Author:
wonderboymusic
Message:

Add missing doc blocks to wp-admin/includes/*.
Fix some egregious uses of tabbing.
Some functions can simply return apply_filters(...) instead of setting a variable that is immediately returned.

See #32444.

File:
1 edited

Legend:

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

    r32653 r32654  
    5151 *
    5252 * @since 2.8.0
     53 *
     54 * @param bool $type_selector
    5355 */
    5456function install_theme_search_form( $type_selector = true ) {
     
    151153 *
    152154 * @global WP_Theme_Install_List_Table $wp_list_table
     155 *
     156 * @param object $theme
    153157 */
    154158function display_theme( $theme ) {
Note: See TracChangeset for help on using the changeset viewer.