[wp-meta] [Making WordPress.org] #1749: Update accessibility-ready keyword when uploading an update
Making WordPress.org
noreply at wordpress.org
Sat Dec 3 11:27:03 UTC 2016
#1749: Update accessibility-ready keyword when uploading an update
----------------------------+------------------
Reporter: grapplerulrich | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Theme Review | Resolution:
Keywords: |
----------------------------+------------------
Comment (by grapplerulrich):
I think this could be solved with the following code in
https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html
/wp-content/plugins/theme-directory/class-wporg-themes-upload.php#L616
{{{#!php
<?php
$new_ally_tag = ! isset( $this->theme_post->tags_input['accessibility-
ready'] ) && isset( $this->trac_ticket->keywords['accessibility-ready'] );
if ( $this->trac_ticket->priority == 'theme update' && ! new_ally_tag ) {
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/1749#comment:2>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list