Make WordPress Core

Changeset 3775


Ignore:
Timestamp:
05/17/2006 09:32:16 PM (19 years ago)
Author:
ryan
Message:

Fix cap. Props ryanscheuermann. fixes #2723

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-page-form.php

    r3759 r3775  
    6262<fieldset class="dbx-box">
    6363<h3 class="dbx-handle"><?php _e('Page Status') ?></h3>
    64 <div class="dbx-content"><?php if ( current_user_can('publish_posts') ) : ?>
     64<div class="dbx-content"><?php if ( current_user_can('publish_pages') ) : ?>
    6565<label for="post_status_publish" class="selectit"><input id="post_status_publish" name="post_status" type="radio" value="publish" <?php checked($post->post_status, 'publish'); checked($post->post_status, 'future'); ?> /> <?php _e('Published') ?></label>
    6666<?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.