Changeset 9674 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/inc/template-tags.php
- Timestamp:
- 04/01/2020 06:48:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/inc/template-tags.php
r9673 r9674 307 307 $post = get_post(); 308 308 309 if ( ! current_user_can( 'plugin_ad d_committer', $post ) || 'publish' != $post->post_status ) {309 if ( ! current_user_can( 'plugin_admin_edit', $post ) || 'publish' != $post->post_status ) { 310 310 return; 311 311 }
Note: See TracChangeset
for help on using the changeset viewer.