Changeset 36232 for trunk/src/wp-admin/includes/meta-boxes.php
- Timestamp:
- 01/09/2016 01:44:31 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/meta-boxes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/meta-boxes.php
r36053 r36232 1174 1174 * 1175 1175 * @since 2.9.0 1176 * 1177 * @param WP_Post $post A post object. 1176 1178 */ 1177 1179 function post_thumbnail_meta_box( $post ) { … … 1185 1187 * @since 3.9.0 1186 1188 * 1187 * @param WP_Post $post 1189 * @param WP_Post $post A post object. 1188 1190 */ 1189 1191 function attachment_id3_data_meta_box( $post ) {
Note: See TracChangeset
for help on using the changeset viewer.