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
This commit is contained in:
Andrew Nacin
2012-08-30 02:15:57 +00:00
parent f0b3d7c66b
commit 3331a345bc
2 changed files with 2 additions and 2 deletions

View File

@@ -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'] ) )