Changeset 3340:30cec05f4e63 for admin/post.php
- Timestamp:
- 09/09/16 13:30:35 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/post.php
r3209 r3340 272 272 273 273 $cur->post_title = $post_title; 274 $cur->cat_id = ($cat_id ? $cat_id: null);274 $cur->cat_id = ($cat_id ?: null); 275 275 $cur->post_dt = $post_dt ? date('Y-m-d H:i:00',strtotime($post_dt)) : ''; 276 276 $cur->post_format = $post_format;
Note: See TracChangeset
for help on using the changeset viewer.