Plugin Directory

Changeset 2866041


Ignore:
Timestamp:
02/15/2023 11:46:02 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

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

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