wordpress-develop/src/wp-includes/js
Andrew Nacin 006045395c Allow for Dashicons and base64-encoded data:image/svg+xml URIs when specifying menu icons.
Both of these icons can be colored to match the color scheme, including hover states.
Both are accepted for register_post_type()'s menu_icon argument, and also add_menu_page()'s $icon_url argument.

To use a Dashicon, pass the name of the helper class, e.g. 'dashicons-piechart'.
To use an SVG, pass a valid data URI string starting with 'data:image/svg+xml;base64,'.

props helen.
fixes #25147.


git-svn-id: https://develop.svn.wordpress.org/trunk@26664 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-05 06:37:20 +00:00
..
crop New develop.svn.wordpress.org repository based on the old core.svn repository. 2013-08-07 05:25:25 +00:00
imgareaselect Update imgAreaSelect to 0.9.10. fixes #25370. 2013-09-21 10:42:55 +00:00
jcrop Update Jcrop to 0.9.12 (unused in WP core). 2013-09-21 12:45:47 +00:00
jquery Suggest.js: Trigger change event when value is selected. 2013-11-23 11:53:49 +00:00
mediaelement JSHint fixes for word-count.js and wp-mediaelement.js. see #25187. 2013-11-15 06:51:23 +00:00
plupload Fix JSHint errors in wp-plupload.js. 2013-11-15 14:26:36 +00:00
swfupload New develop.svn.wordpress.org repository based on the old core.svn repository. 2013-08-07 05:25:25 +00:00
thickbox Move thickbox styles from wp-admin.css to thickbox.css. Remove old png close icons. Fixes #26178. 2013-11-26 05:31:32 +00:00
tinymce Remove the shadow on the TinyMCE editor. 2013-12-05 04:25:01 +00:00
admin-bar.js Fix JSHint errors in admin-bar.js. 2013-11-14 05:50:40 +00:00
autosave.js Fix JSHint errors in autosave.js. 2013-11-15 05:19:15 +00:00
backbone.min.js New develop.svn.wordpress.org repository based on the old core.svn repository. 2013-08-07 05:25:25 +00:00
colorpicker.js New develop.svn.wordpress.org repository based on the old core.svn repository. 2013-08-07 05:25:25 +00:00
comment-reply.js Fix JSHint errors in six files. 2013-11-15 04:41:51 +00:00
customize-base.js Fix JSHint error. props atimmer. see #26061. 2013-12-04 20:17:52 +00:00
customize-loader.js Fix JSHint errors for customize-loader. 2013-11-15 04:30:26 +00:00
customize-preview.js Fix JSHint errors in 5 files. 2013-11-15 05:15:06 +00:00
heartbeat.js Heartbeat: Don't use a variable of the same name as the function it is in. 2013-12-04 19:23:39 +00:00
hoverIntent.js New develop.svn.wordpress.org repository based on the old core.svn repository. 2013-08-07 05:25:25 +00:00
json2.js New develop.svn.wordpress.org repository based on the old core.svn repository. 2013-08-07 05:25:25 +00:00
mce-view.js New develop.svn.wordpress.org repository based on the old core.svn repository. 2013-08-07 05:25:25 +00:00
media-editor.js Fix JSHint errors in 5 files. 2013-11-15 05:15:06 +00:00
media-models.js Fix JSHint errors in media-models.js. 2013-11-20 23:06:41 +00:00
media-views.js Fix JSHint errors in media-views.js. 2013-11-14 05:53:15 +00:00
quicktags.js Quicktags: fix int/string strict comparison, see #26046. 2013-12-03 04:20:08 +00:00
shortcode.js Fix JSHint errors in shortcode.js. 2013-11-15 21:24:43 +00:00
svg-painter.js Allow for Dashicons and base64-encoded data:image/svg+xml URIs when specifying menu icons. 2013-12-05 06:37:20 +00:00
swfobject.js New develop.svn.wordpress.org repository based on the old core.svn repository. 2013-08-07 05:25:25 +00:00
tw-sack.js New develop.svn.wordpress.org repository based on the old core.svn repository. 2013-08-07 05:25:25 +00:00
underscore.min.js New develop.svn.wordpress.org repository based on the old core.svn repository. 2013-08-07 05:25:25 +00:00
utils.js Fix JSHint errors in utils.js. 2013-11-15 05:26:00 +00:00
wp-ajax-response.js Fix JSHint errors in the old XML-based ajax response JS. 2013-11-14 05:42:06 +00:00
wp-auth-check.js Heartbeat: update wp-auth-check to use the new "connectNow()" method after a successful login, see #25073. 2013-12-02 18:46:28 +00:00
wp-backbone.js New develop.svn.wordpress.org repository based on the old core.svn repository. 2013-08-07 05:25:25 +00:00
wp-list-revisions.js Fix JSHint errors in two files. see #25957, #25864. (Similar names but separate files.) 2013-11-15 06:24:01 +00:00
wp-lists.js Fix JSHint errors in six files. 2013-11-15 04:41:51 +00:00
wp-pointer.js Fix JSHint errors in six files. 2013-11-15 04:41:51 +00:00
wp-util.js Fix JSHint errors in two files. see #25957, #25864. (Similar names but separate files.) 2013-11-15 06:24:01 +00:00
wplink.js Fix typo in a comment. props kovshenin. fixes #26266. 2013-11-26 21:44:33 +00:00
zxcvbn-async.js Mark zxcvbn global to avoid JSHint errors. 2013-11-12 23:42:17 +00:00
zxcvbn.min.js Add a copyright notice to zxcvbn. fixes #25926. 2013-12-04 19:52:45 +00:00