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.php

    r32653 r32654  
    1616 * @param string $stylesheet Stylesheet of the theme to delete
    1717 * @param string $redirect Redirect to page when complete.
    18  * @return mixed
     18 * @return void|bool|WP_Error When void, echoes content.
    1919 */
    2020function delete_theme($stylesheet, $redirect = '') {
     
    124124 * @see get_theme_update_available()
    125125 *
    126  * @param object $theme Theme data object.
     126 * @param WP_Theme $theme Theme data object.
    127127 */
    128128function theme_update_available( $theme ) {
Note: See TracChangeset for help on using the changeset viewer.