Making WordPress.org

Changeset 12550

Timestamp:
04/20/2023 08:26:26 PM (15 months ago)
Author:
coffee2code
Message:

Photo Directory, Admin: Remove 'Orientations' column from photo post listings.

Photo orientation is not significant enough to warrant inclusion in the listing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/admin.php

    r12201 r12550  
    3535        add_action( 'admin_notices',                           [ __CLASS__, 'add_notice_to_photo_media_if_pending' ] );
    3636        add_filter( 'add_menu_classes',                        [ __CLASS__, 'add_admin_menu_pending_indicator' ] );
     37
    3738
    3839        // Record and display photo contributor IP address.
     
    10531054    }
    10541055
     1056
     1057
     1058
     1059
     1060
     1061
     1062
     1063
     1064
     1065
     1066
     1067
     1068
     1069
     1070
     1071
     1072
     1073
    10551074}
    10561075
Note: See TracChangeset for help on using the changeset viewer.