[wp-meta] [Making WordPress.org] #6364: Optimize the syntax for judging whether to add "-" when preparing parameters in the SVN tool in the plugin directory

Making WordPress.org noreply at wordpress.org
Wed Jun 15 14:55:39 UTC 2022


#6364: Optimize the syntax for judging whether to add "-" when preparing
parameters in the SVN tool in the plugin directory
------------------------------+-----------------------------------
 Reporter:  sunxiyuan         |      Owner:  (none)
     Type:  enhancement       |     Status:  new
 Priority:  normal            |  Milestone:  Plugin Directory v3.0
Component:  Plugin Directory  |   Keywords:  has-patch
------------------------------+-----------------------------------
 {{{
 !str_starts_with( $key, '-' )
 }}}

 to

 {{{
 '-' != substr( $key, 0, 1 )
 }}}

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/6364>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list