Making WordPress.org


Ignore:
Timestamp:
10/26/2020 06:34:10 AM (4 years ago)
Author:
dd32
Message:

Plugin Directory: Restore the 'attachment' query var support, so as to ensure that ^*/*$ requests properly trigger 404 code handlers.

Fixes #5325.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php

    r10384 r10407  
    12051205            'posts', 'withcomments', 'withoutcomments', 'favicon', 'cpage',
    12061206            'search', 'exact', 'sentence', 'calendar', 'more', 'tb', 'pb',
    1207             'attachment', 'attachment_id', 'subpost', 'subpost_id', 'preview',
     1207            'attachment_id', 'subpost', 'subpost_id', 'preview',
    12081208            'post_format', 'cat', 'category_name', 'tag', // We use custom cats/tags.
    12091209        ];
Note: See TracChangeset for help on using the changeset viewer.