Add 'Unattached' filter for galleries.

props pento.
fixes #29329.

git-svn-id: https://develop.svn.wordpress.org/trunk@29722 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2014-09-09 07:13:39 +00:00
parent 8cfdbf1167
commit eb20eeaa60
1 changed files with 10 additions and 0 deletions

View File

@ -5618,6 +5618,16 @@
order: 'ASC'
},
priority: 20
},
unattached: {
text: l10n.unattached,
props: {
uploadedTo: 0,
orderby: 'menuOrder',
order: 'ASC'
},
priority: 50
}
};
}