Pinking shears

git-svn-id: http://svn.automattic.com/wordpress/trunk@19054 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2011-10-24 19:13:23 +00:00
parent ad3eb8f7ab
commit 62afab8db3
26 changed files with 59 additions and 59 deletions

View File

@@ -77,7 +77,7 @@ function wp_register_script( $handle, $src, $deps = array(), $ver = false, $in_f
* The $data array is JSON encoded. If called more than once for the same $handle with the same $name,
* the object would contain all values. In that case if two or more keys are the same,
* the last value overwrites the previous. The function is named "localize_script" because of historical reasons.
*
*
* @since r16
* @see WP_Scripts::add_script_data()
*/