Make WordPress Core


Ignore:
Timestamp:
05/31/2015 03:17:50 AM (9 years ago)
Author:
wonderboymusic
Message:

Add doc blocks to functions that are missing them.
If the function has no need for @param or @return, do an archeaological dig to find @since.

See #32444.

File:
1 edited

Legend:

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

    r32653 r32672  
    16591659}
    16601660
     1661/**
     1662 * @since 2.3.0
     1663 *
     1664 * @param string $plugin_page
     1665 * @param string $parent_page
     1666 * @return string|null
     1667 */
    16611668function get_plugin_page_hook( $plugin_page, $parent_page ) {
    16621669    $hook = get_plugin_page_hookname( $plugin_page, $parent_page );
Note: See TracChangeset for help on using the changeset viewer.