Plugin Directory

Changeset 2866040


Ignore:
Timestamp:
02/15/2023 11:45:34 PM (3 years ago)
Author:
functionsfile
Message:

Update readme.txt

Location:
sort-settings-menu
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sort-settings-menu/tags/1.0.0/readme.txt

    r2866039 r2866040  
    4545
    4646`
    47 // Organize the "Settings" and "Tools" menu in alphabetical order.
    4847add_filter( 'functions_file_sort_settings_menu', function( $menus ) {
    4948    return array( 'options-general.php', 'tools.php' );
  • sort-settings-menu/trunk/readme.txt

    r2866039 r2866040  
    4545
    4646`
    47 // Organize the "Settings" and "Tools" menu in alphabetical order.
    4847add_filter( 'functions_file_sort_settings_menu', function( $menus ) {
    4948    return array( 'options-general.php', 'tools.php' );
Note: See TracChangeset for help on using the changeset viewer.