mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-14 19:42:16 +01:00
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:
parent
1eb26d3ff3
commit
39b859c21e
@ -5618,6 +5618,16 @@
|
|||||||
order: 'ASC'
|
order: 'ASC'
|
||||||
},
|
},
|
||||||
priority: 20
|
priority: 20
|
||||||
|
},
|
||||||
|
|
||||||
|
unattached: {
|
||||||
|
text: l10n.unattached,
|
||||||
|
props: {
|
||||||
|
uploadedTo: 0,
|
||||||
|
orderby: 'menuOrder',
|
||||||
|
order: 'ASC'
|
||||||
|
},
|
||||||
|
priority: 50
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
2
wp-includes/js/media-views.min.js
vendored
2
wp-includes/js/media-views.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user