Compress scripts/styles: 3.6-alpha-23495.

git-svn-id: https://develop.svn.wordpress.org/trunk@23495 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
bumpbot 2013-02-26 22:58:42 +00:00
parent e8d2d29ea5
commit ffce5ab757
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
(function(a){a(document).on("heartbeat-tick.wp-check-locked",function(d,c){var b=c["wp-check-locked"]||{};a("#the-list tr").each(function(f,g){var e=g.id,h=a(g);if(b.hasOwnProperty(e)){if(!h.hasClass("wp-locked")){h.addClass("wp-locked").find(".column-title strong").after(a('<span class="lock-holder" />').text(b[e]))}h.find(".check-column checkbox").prop("checked",false)}else{if(h.hasClass("wp-locked")){h.removeClass("wp-locked").find(".column-title span.lock-holder").remove()}}})}).on("heartbeat-send.wp-check-locked",function(d,c){var b=[];a("#the-list tr").each(function(e,f){b.push(f.id)});c["wp-check-locked"]=b})}(jQuery));

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '3.6-alpha-23486';
$wp_version = '3.6-alpha-23495';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.