Make WordPress Core


Ignore:
Timestamp:
05/29/2015 08:16:22 PM (10 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/plugins.php

    r32116 r32654  
    149149            @ini_set('display_errors', true); //Ensure that Fatal errors are displayed.
    150150            // Go back to "sandbox" scope so we get the same errors as before
     151            /**
     152             * @param string $plugin
     153             */
    151154            function plugin_sandbox_scrape( $plugin ) {
    152155                wp_register_plugin_realpath( WP_PLUGIN_DIR . '/' . $plugin );
Note: See TracChangeset for help on using the changeset viewer.