From 3331a345bc698f20661a26ccce9b8e7ace2f28a7 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 30 Aug 2012 02:15:57 +0000 Subject: [PATCH] Update some code comments from .dev.js to .js. props georgestephanis. see #21633. git-svn-id: http://core.svn.wordpress.org/trunk@21659 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/template.php | 2 +- wp-admin/js/post.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 1c99c90efb..bdc1212386 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1760,7 +1760,7 @@ final class WP_Internal_Pointers { * * @param string $pointer_id The pointer ID. * @param string $selector The HTML elements, on which the pointer should be attached. - * @param array $args Arguments to be passed to the pointer JS (see wp-pointer.dev.js). + * @param array $args Arguments to be passed to the pointer JS (see wp-pointer.js). */ private static function print_js( $pointer_id, $selector, $args ) { if ( empty( $pointer_id ) || empty( $selector ) || empty( $args ) || empty( $args['content'] ) ) diff --git a/wp-admin/js/post.js b/wp-admin/js/post.js index d4271a5c7f..cb369f13a5 100644 --- a/wp-admin/js/post.js +++ b/wp-admin/js/post.js @@ -281,7 +281,7 @@ jQuery(document).ready( function($) { if ( taxonomy == 'category' ) settingName = 'cats'; - // TODO: move to jQuery 1.3+, support for multiple hierarchical taxonomies, see wp-lists.dev.js + // TODO: move to jQuery 1.3+, support for multiple hierarchical taxonomies, see wp-lists.js $('a', '#' + taxonomy + '-tabs').click( function(){ var t = $(this).attr('href'); $(this).parent().addClass('tabs').siblings('li').removeClass('tabs');