Changeset 14305 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/inc/template-tags.php
- Timestamp:
- 12/18/2024 01:39:41 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/inc/template-tags.php
r13946 r14305 587 587 $toggle_link = Template::get_self_toggle_preview_link( $post ); 588 588 589 if ( ! current_user_can( 'plugin_ self_close', $post ) ) {589 if ( ! current_user_can( 'plugin_toggle_public_preview', $post ) ) { 590 590 return; 591 591 }
Note: See TracChangeset
for help on using the changeset viewer.