mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Post filter fixes from mdawaffe. fixes #5249
git-svn-id: https://develop.svn.wordpress.org/trunk@6287 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -6,7 +6,7 @@ if ( document.location.href.match(/(\?|&)c=/) )
|
||||
else
|
||||
delAfter = function() {
|
||||
list[0].wpList.add( extra.children(':eq(0)').remove().clone() );
|
||||
$('#get-extra-button').click();
|
||||
$('#get-extra-posts').submit();
|
||||
}
|
||||
|
||||
var addBefore = function ( settings ) {
|
||||
|
||||
Reference in New Issue
Block a user