Changeset 10306 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/inc/template-tags.php
- Timestamp:
- 09/29/2020 03:42:36 AM (4 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
r10255 r10306 171 171 */ 172 172 function get_plugin_status_notice( $post = null ) { 173 $post = get_post( $post ); 173 174 $post_status = get_post_status( $post ); 174 175 $info_notice = '<div class="plugin-notice notice notice-info notice-alt"><p>%s</p></div><!-- .plugin-notice -->';
Note: See TracChangeset
for help on using the changeset viewer.