Make WordPress Core


Ignore:
Timestamp:
01/09/2008 05:46:13 PM (19 years ago)
Author:
ryan
Message:

Save toggle box open/closed state. Props nbachiyski. fixes #5610

File:
1 edited

Legend:

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

    r6582 r6584  
    109109                        $this->add( 'upload', '/wp-admin/js/upload.js', array('jquery'), '20070518' );
    110110                        $this->add( 'post', '/wp-admin/js/post.js', array('suggest'), '20080102' );
     111                        $this->localize( 'post', 'postL10n', array(
     112                                'tagsUsed' =>  __('Tags used on this post:'),
     113                                'add' => attribute_escape(__('Add')),
     114                                'addTag' => attribute_escape(__('Add new tag')),
     115                                'separate' => __('Separate tags with commas'),
     116                                'requestFile' => get_option( 'siteurl' ) . '/wp-admin/admin-ajax.php',
     117                        ) );
    111118                        $this->add( 'media-upload', '/wp-admin/js/media-upload.js', false, '20080109' );
    112119                        $this->localize( 'upload', 'uploadL10n', array(
Note: See TracChangeset for help on using the changeset viewer.