Changes between Initial Version and Version 6 of Ticket #16502
- Timestamp:
- 04/05/2022 06:59:02 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16502
-
Property
Status
changed from
newtoreviewing -
Property
Severity
changed from
minortonormal - Property Owner set to chriscct7
-
Property
Milestone
changed from
Awaiting ReviewtoFuture Release - Property Keywords has-patch needs-testing added; quick edit filters removed
-
Property
Type
changed from
defect (bug)toenhancement
-
Property
Status
changed from
-
Ticket #16502 – Description
initial v6 1 _the_post() has a static call to get_inline_data() to generate the quick_edit content. This happens even if after running the (undocumented) 'post_row_actions' filters the Quick-Edit link ($actions['inline hide-if-no-js']) is not amongst the actions anymore.1 `_the_post()` has a static call to `get_inline_data()` to generate the `quick_edit` content. This happens even if after running the (undocumented) `post_row_actions` filters the Quick-Edit link (`$actions['inline hide-if-no-js']`) is not amongst the actions anymore. 2 2 3 Prefixing the get_inline_data()call with3 Prefixing the `get_inline_data()` call with 4 4 {{{ 5 5 if (isset($actions['inline hide-if-no-js'])