[wp-trac] [WordPress Trac] #64882: Twenty Fourteen's "featured" tag is being removed from posts

WordPress Trac noreply at wordpress.org
Wed Mar 18 16:03:56 UTC 2026


#64882: Twenty Fourteen's "featured" tag is being removed from posts
----------------------------------------+------------------------------
 Reporter:  poena                       |       Owner:  (none)
     Type:  defect (bug)                |      Status:  new
 Priority:  normal                      |   Milestone:  Awaiting Review
Component:  Bundled Theme               |     Version:
 Severity:  normal                      |  Resolution:
 Keywords:  needs-patch good-first-bug  |     Focuses:
----------------------------------------+------------------------------

Comment (by sabernhardt):

 The `wp_is_serving_rest_request()` function was not available until 6.5,
 so calling it would require a `function_exists()` check first. (The bug
 would remain with the older WordPress versions.)

 `if ( is_admin() || ( function_exists( 'wp_is_serving_rest_request' ) &&
 wp_is_serving_rest_request() ) ) {`

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/64882#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list