Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #16714, comment 18


Ignore:
Timestamp:
04/18/2011 02:44:46 PM (14 years ago)
Author:
kevinB
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16714, comment 18

    v1 v2  
    2828I think supporting creation-only usage of the full post edit form would be nice.  But that would take some work in post.php also.  At the very least you would need to redirect back to the dashboard following post creation.  But wouldn't there also be some complications (edit_posts cap checking) due to auto-creation of new posts?
    2929
    30 As it stands in the patch now, a user with create_posts (but not edit_posts) sees no "Add New" menu link but can still access post-new.php by direct URL. 
     30As the patch stands now, a user with create_posts (but not edit_posts) sees no "Add New" menu link but can still access post-new.php by direct URL.