Make WordPress Core

Changeset 21659


Ignore:
Timestamp:
08/30/2012 02:15:57 AM (12 years ago)
Author:
nacin
Message:

Update some code comments from .dev.js to .js. props georgestephanis. see #21633.

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r21597 r21659  
    17611761     * @param string $pointer_id The pointer ID.
    17621762     * @param string $selector The HTML elements, on which the pointer should be attached.
    1763      * @param array  $args Arguments to be passed to the pointer JS (see wp-pointer.dev.js).
     1763     * @param array  $args Arguments to be passed to the pointer JS (see wp-pointer.js).
    17641764     */
    17651765    private static function print_js( $pointer_id, $selector, $args ) {
  • trunk/wp-admin/js/post.js

    r21592 r21659  
    282282            settingName = 'cats';
    283283
    284         // TODO: move to jQuery 1.3+, support for multiple hierarchical taxonomies, see wp-lists.dev.js
     284        // TODO: move to jQuery 1.3+, support for multiple hierarchical taxonomies, see wp-lists.js
    285285        $('a', '#' + taxonomy + '-tabs').click( function(){
    286286            var t = $(this).attr('href');
Note: See TracChangeset for help on using the changeset viewer.