Make WordPress Core


Ignore:
Timestamp:
11/12/2008 07:31:39 PM (17 years ago)
Author:
markjaquith
Message:

Visibility section for the Publish Module for Pages

File:
1 edited

Legend:

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

    r9639 r9641  
    166166} elseif ( is_sticky( $post->ID ) ) {
    167167    $visibility = 'public';
    168     $visibility_trans = __('Public, sticky');
     168    $visibility_trans = __('Public, Sticky');
    169169    $sticky = 'sticky';
    170170} else {
Note: See TracChangeset for help on using the changeset viewer.