Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #50067


Ignore:
Timestamp:
05/03/2020 11:45:52 AM (5 years ago)
Author:
SergeyBiryukov
Comment:

Hi there, welcome back to WordPress Trac!

Thanks for the report, we're already tracking this issue in #17737.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50067

    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
    • Property Milestone changed from Awaiting Review to
  • Ticket #50067 – Description

    initial v1  
    88Fix:
    99
    10 ```
    11 } elseif ( is_author() && ! empty( $_GET['author'] ) && ! is_array( $_GET['author'] ) && preg_match( '|^[0-9]+$|', $_GET['author'] ) ) {
    12 ```
     10`} elseif ( is_author() && ! empty( $_GET['author'] ) && ! is_array( $_GET['author'] ) && preg_match( '|^[0-9]+$|', $_GET['author'] ) ) {`