Add 'Unattached' filter for galleries.

props pento.
fixes #29329.
Built from https://develop.svn.wordpress.org/trunk@29722


git-svn-id: http://core.svn.wordpress.org/trunk@29496 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2014-09-09 07:14:16 +00:00
parent 1eb26d3ff3
commit 39b859c21e
2 changed files with 11 additions and 1 deletions

View File

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

File diff suppressed because one or more lines are too long