Changeset 32800 for trunk/src/wp-includes/admin-bar.php
- Timestamp:
- 06/16/2015 08:00:15 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/admin-bar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/admin-bar.php
r32537 r32800 505 505 && ( $post_type_object->show_in_admin_bar ) ) 506 506 { 507 if ( 'draft' == $post->post_status ) {507 if ( 'draft' == $post->post_status ) { 508 508 $preview_link = set_url_scheme( get_permalink( $post->ID ) ); 509 509 /** This filter is documented in wp-admin/includes/meta-boxes.php */
Note: See TracChangeset
for help on using the changeset viewer.