Changeset 13138
- Timestamp:
- 01/22/2024 05:47:29 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
r13137 r13138 1369 1369 status_header( 404 ); 1370 1370 return; 1371 } 1372 1373 // Favorites should be a 200 response, even with no plugins. 1374 if ( 'favorites' === get_query_var( 'browse' ) ) { 1375 status_header( 200 ); 1371 1376 } 1372 1377
Note: See TracChangeset
for help on using the changeset viewer.