Make WordPress Core


Ignore:
Timestamp:
10/26/2024 09:43:37 PM (6 weeks ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Correct alignment in dropdown_cats().

Follow-up to [58284].

See #62279.

File:
1 edited

Legend:

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

    r59291 r59292  
    706706    $show_option_none = '';
    707707    if ( $optionnone )
    708     $show_option_none = _x( 'None', 'Categories dropdown (show_option_none parameter)' );
     708        $show_option_none = _x( 'None', 'Categories dropdown (show_option_none parameter)' );
    709709
    710710    $vars = compact('show_option_all', 'show_option_none', 'orderby', 'order',
Note: See TracChangeset for help on using the changeset viewer.