Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #51822, comment 8


Ignore:
Timestamp:
11/20/2020 11:21:38 AM (5 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51822, comment 8

    initial v1  
    22
    33{{{
    4 $development = preg_match( '/(?:alpha|beta|RC)\d+/', $wp_version );
     4$development = preg_match( '/alpha|beta|RC/', $wp_version );
    55}}}
    66