Changeset 44440 for branches/5.0/src/wp-admin/post.php
- Timestamp:
- 01/07/2019 08:58:09 PM (6 years ago)
- Location:
- branches/5.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0
-
branches/5.0/src/wp-admin/post.php
r44050 r44440 151 151 } 152 152 153 $title = $post_type_object->labels->edit_item; 154 153 155 /** 154 156 * Allows replacement of the editor. … … 175 177 } 176 178 177 $title = $post_type_object->labels->edit_item; 178 $post = get_post($post_id, OBJECT, 'edit'); 179 $post = get_post( $post_id, OBJECT, 'edit' ); 179 180 180 181 if ( post_type_supports($post_type, 'comments') ) {
Note: See TracChangeset
for help on using the changeset viewer.