Make WordPress Core


Ignore:
Timestamp:
07/23/2020 12:50:57 AM (5 years ago)
Author:
johnbillion
Message:

Docs: Various formatting improvements to inline docblocks.

See #49572

File:
1 edited

Legend:

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

    r48508 r48574  
    468468     *
    469469     * @param WP_Screen $screen A screen object.
    470      * @param string $help Help text.
     470     * @param string    $help  Help text.
    471471     */
    472472    public static function add_old_compat_help( $screen, $help ) {
     
    497497     * @since 3.3.0
    498498     *
    499      * @param string $option Option ID
    500      * @param mixed $args Option-dependent arguments.
     499     * @param string $option Option ID.
     500     * @param mixed  $args  Option-dependent arguments.
    501501     */
    502502    public function add_option( $option, $args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.