Plugin Directory

Changeset 1226671


Ignore:
Timestamp:
08/21/2015 01:07:22 AM (11 years ago)
Author:
RylanH
Message:

allow storyform post creation for those with publishing capabilities, fix extra spacing at bottom of editor

Location:
storyform/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • storyform/trunk/class-storyform-editor-page.php

    r1226592 r1226671  
    3333            'Storyform',
    3434            'Storyform',
    35             'manage_options',
     35            'publish_posts',
    3636            'storyform-editor',
    3737            array( $this, 'create_post_page' ),
     
    4444            'Add new Storyform',
    4545            'Add new',
    46             'manage_options',
     46            'publish_posts',
    4747            'storyform-editor'
    4848        );
  • storyform/trunk/editor/editor.css

    r1226592 r1226671  
     1html, body {
     2    height:100%;
     3}
     4
    15#wpwrap {
    26    height: 100%;
     7    overflow-y: hidden;
    38}
    49
     
    2429    background-color: #FFF;
    2530}
     31
     32#wpfooter {
     33    display: none;
     34}
Note: See TracChangeset for help on using the changeset viewer.