WordPress/wp-admin/js
duck_ 7ba5b2f7a3 Stop an incorrect comment total being displayed when a trashed/spammed comment is deleted or restored. Fixes #19029.
Also only run getUpdate() when necessary and remove reference to non-existent "span.total-type-count".


git-svn-id: http://svn.automattic.com/wordpress/trunk@19068 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-10-26 08:47:16 +00:00
..
cat.dev.js
cat.js
categories.dev.js
categories.js
comment.dev.js
comment.js
common.dev.js Pinking shears 2011-10-24 19:13:23 +00:00
common.js Adjust the height of the help columns on 'Help' tab open. see #18690. 2011-10-23 17:55:24 +00:00
custom-background.dev.js Add clear to custom background color field. props lancewillett for initial patch. fixes #15755. 2011-05-12 03:31:01 +00:00
custom-background.js Add clear to custom background color field. props lancewillett for initial patch. fixes #15755. 2011-05-12 03:31:01 +00:00
custom-fields.dev.js
custom-fields.js
dashboard.dev.js Move welcome panel link to a 'Show on screen' checkbox. see #11651. 2011-10-19 21:43:21 +00:00
dashboard.js Move welcome panel link to a 'Show on screen' checkbox. see #11651. 2011-10-19 21:43:21 +00:00
edit-comments.dev.js Stop an incorrect comment total being displayed when a trashed/spammed comment is deleted or restored. Fixes #19029. 2011-10-26 08:47:16 +00:00
edit-comments.js Stop an incorrect comment total being displayed when a trashed/spammed comment is deleted or restored. Fixes #19029. 2011-10-26 08:47:16 +00:00
editor.dev.js Pinking shears 2011-10-24 19:13:23 +00:00
editor.js Fix QTags.closeAllTags(), replace 'tb' with 'ed' in quicktags,js to make it clear it is the editor instance not the toolbar, small comments quick edit fixes, see #16695, fixes #15911 2011-08-20 19:55:51 +00:00
farbtastic.js
gallery.dev.js Toggle the pinkynails properly, props goto10, fixes #17212 2011-10-01 00:12:39 +00:00
gallery.js Toggle the pinkynails properly, props goto10, fixes #17212 2011-10-01 00:12:39 +00:00
image-edit.dev.js Add error message when loading the preview image in the image editor fails, fixes #18723 2011-09-28 06:08:56 +00:00
image-edit.js Add error message when loading the preview image in the image editor fails, fixes #18723 2011-09-28 06:08:56 +00:00
inline-edit-post.dev.js Show the current post format in quick edit even if it's not supported. Props nacin, fixes #18083. 2011-10-19 17:48:07 +00:00
inline-edit-post.js Show the current post format in quick edit even if it's not supported. Props nacin, fixes #18083. 2011-10-19 17:48:07 +00:00
inline-edit-tax.dev.js Do not run bulk edit when the user clicks on a filter, fixes #17733 2011-06-10 00:01:16 +00:00
inline-edit-tax.js Do not run bulk edit when the user clicks on a filter, fixes #17733 2011-06-10 00:01:16 +00:00
link.dev.js Replace .attr() with .prop() as per jQuery 1.6.1. Also fixes couple places where the JS wasn't working because attr('some', '') does not remove the HTML property now, see #17311 2011-05-25 01:04:12 +00:00
link.js Replace .attr() with .prop() as per jQuery 1.6.1. Also fixes couple places where the JS wasn't working because attr('some', '') does not remove the HTML property now, see #17311 2011-05-25 01:04:12 +00:00
media-upload.dev.js Fix editor detection when inserting image, see #17144 2011-09-30 16:00:11 +00:00
media-upload.js Fix editor detection when inserting image, see #17144 2011-09-30 16:00:11 +00:00
media.dev.js
media.js
nav-menu.dev.js Replace .attr() with .prop() as per jQuery 1.6.1. Also fixes couple places where the JS wasn't working because attr('some', '') does not remove the HTML property now, see #17311 2011-05-25 01:04:12 +00:00
nav-menu.js Replace .attr() with .prop() as per jQuery 1.6.1. Also fixes couple places where the JS wasn't working because attr('some', '') does not remove the HTML property now, see #17311 2011-05-25 01:04:12 +00:00
password-strength-meter.dev.js
password-strength-meter.js
plugin-install.dev.js
plugin-install.js
post.dev.js Replace .attr() with .prop() as per jQuery 1.6.1. Also fixes couple places where the JS wasn't working because attr('some', '') does not remove the HTML property now, see #17311 2011-05-25 01:04:12 +00:00
post.js Replace .attr() with .prop() as per jQuery 1.6.1. Also fixes couple places where the JS wasn't working because attr('some', '') does not remove the HTML property now, see #17311 2011-05-25 01:04:12 +00:00
postbox.dev.js Make iPad support usable again, add viewport meta, see #18863 2011-10-10 04:19:05 +00:00
postbox.js Make iPad support usable again, add viewport meta, see #18863 2011-10-10 04:19:05 +00:00
revisions-js.php
set-post-thumbnail.dev.js
set-post-thumbnail.js
tags.dev.js
tags.js
theme-preview.dev.js
theme-preview.js
theme.dev.js
theme.js
user-profile.dev.js Pinking shears 2011-06-30 21:59:45 +00:00
user-profile.js User Profile JS cleanup, props dd32, fixes #17910 for 3.2 2011-06-28 16:17:49 +00:00
utils.dev.js
utils.js
widgets.dev.js Fix the workaround for UI Draggable to include single instance widgets (do they still exist?), see #17952 2011-09-25 18:53:34 +00:00
widgets.js Fix the workaround for UI Draggable to include single instance widgets (do they still exist?), see #17952 2011-09-25 18:53:34 +00:00
word-count.dev.js Fix autosave and word count for DFW HTML editor, always update word count on autosave, see #17136 2011-05-16 06:17:44 +00:00
word-count.js Fix autosave and word count for DFW HTML editor, always update word count on autosave, see #17136 2011-05-16 06:17:44 +00:00
wp-fullscreen.dev.js Hide post title field in DFW if title is not supported by the current post type or missing, fixes $18568 2011-09-29 22:59:49 +00:00
wp-fullscreen.js Hide post title field in DFW if title is not supported by the current post type or missing, fixes $18568 2011-09-29 22:59:49 +00:00
xfn.dev.js Replace .attr() with .prop() as per jQuery 1.6.1. Also fixes couple places where the JS wasn't working because attr('some', '') does not remove the HTML property now, see #17311 2011-05-25 01:04:12 +00:00
xfn.js Replace .attr() with .prop() as per jQuery 1.6.1. Also fixes couple places where the JS wasn't working because attr('some', '') does not remove the HTML property now, see #17311 2011-05-25 01:04:12 +00:00