Make WordPress Core


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

Visibility section for the Publish Module for Pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r9640 r9641  
    195195            'private' => __('Private'),
    196196            'public' => __('Public'),
    197             'publicSticky' => __('Public, sticky'),
    198             'password' => __('Password protected'),
     197            'publicSticky' => __('Public, Sticky'),
     198            'password' => __('Password Protected'),
    199199            'privatelyPublished' => __('Privately Published'),
    200200            'published' => __('Published')
    201            
    202         ) );
    203         $scripts->add( 'page', '/wp-admin/js/page.js', array('jquery', 'slug', 'wp-lists', 'postbox'), '20081107' );
     201        ) );
     202        $scripts->add( 'page', '/wp-admin/js/page.js', array('jquery', 'slug', 'wp-lists', 'postbox'), '20081112' );
    204203        $scripts->localize( 'page', 'postL10n', array(
    205204            'cancel' => __('Cancel'),
     
    214213            'update' => __('Update Page'),
    215214            'savePending' => __('Save as Pending'),
    216             'saveDraft' => __('Save Draft')
     215            'saveDraft' => __('Save Draft'),
     216            'private' => __('Private'),
     217            'public' => __('Public'),
     218            'password' => __('Password Protected'),
     219            'privatelyPublished' => __('Privately Published'),
     220            'published' => __('Published')
    217221        ) );
    218222        $scripts->add( 'link', '/wp-admin/js/link.js', array('jquery-ui-tabs', 'wp-lists', 'postbox'), '20080925' );
Note: See TracChangeset for help on using the changeset viewer.