Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#24452 closed task (blessed) (fixed)

Extract Post Formats UI from Core

Reported by: markjaquith's profile markjaquith Owned by: nacin's profile nacin
Milestone: 3.6 Priority: highest omg bbq
Severity: blocker Version: 3.6
Component: Post Formats Keywords:
Focuses: Cc:

Description

Per: http://make.wordpress.org/core/2013/05/29/post-formats-ui-is-exiting-core-will-live-as-a-plugin/

This is a tracking ticket for implementing the removal of post formats UI.

Attachments (1)

24452.patch (5.0 KB) - added by azaozz 11 years ago.

Download all attachments as: .zip

Change History (29)

#1 @aaroncampbell
11 years ago

  • Cc aaroncampbell added

#2 @DrewAPicture
11 years ago

  • Cc xoodrew@… added

#3 @sabreuse
11 years ago

  • Cc sabreuse added

#4 @johnbillion
11 years ago

  • Cc johnbillion added

#5 @goto10
11 years ago

  • Cc dromsey@… added

#6 @sunnyratilal
11 years ago

  • Cc sunny@… added

#8 @markjaquith
11 years ago

In 24386:

Revert [23467]. Removes structured-post-format theme support.

see #23347, #24452. closes #24453.

#9 @markjaquith
11 years ago

In 24387:

Revert [23450]. Removes post format compat.

see #23347, #24452. closes #24454.

#10 @alex-ye
11 years ago

  • Cc nashwan.doaqan@… added

#11 @greenshady
11 years ago

  • Cc justin@… added

#12 @markjaquith
11 years ago

In 24388:

First pass at removing Post Format UI.

see #24452. fixes #24455.

#13 @lancewillett
11 years ago

Tracking changes to Twenty Thirteen in #24469. Patch to land shortly.

#14 @cais
11 years ago

  • Cc edward.caissie@… added

#15 @lancewillett
11 years ago

In 24391:

Twenty Thirteen: remove all post_format_*() and the_remaining_content() function calls, reverting to the_content(). Simplify functions.php, JS, and CSS files accordingly. Props obenland for starter patch, fixes #24469 and #24407. See #24452.

#16 @markjaquith
11 years ago

In 24399:

Remove a bunch of Post Format template functions.

  • get_post_format_meta()
  • add_chat_detection_format()
  • get_content_chat()
  • get_the_post_format_chat()
  • the_post_format_chat()
  • get_content_quote()
  • get_the_post_format_quote()
  • the_post_format_quote()
  • get_the_post_format_url()
  • the_post_format_url()
  • get_the_remaining_content()
  • the_remaining_content()

see #24452

@azaozz
11 years ago

#17 @azaozz
11 years ago

24452.patch removes remaining calls to get_post_format_meta() from get_the_post_format_media() and get_the_post_format_image().

#19 @johnzanussi
11 years ago

  • Cc johnzanussi added

#20 @ocean90
11 years ago

In 24415:

Remove post format icons next to header on edit post screen. fixes #24502. see #24452.

#21 @helen
11 years ago

In 24418:

Remove obsolete CSS related to post formats UI. See #24452, #24502.

#22 follow-up: @Ipstenu
11 years ago

From alpha/beta forum:

"Is the_post_format_video() and the_post_format_audio() function going to stay in WP 3.6? It's still there but I thought those were removed."

#23 @jupiterwise
11 years ago

  • Cc corey.mckrill@… added

#24 in reply to: ↑ 22 @SergeyBiryukov
11 years ago

Replying to Ipstenu:

"Is the_post_format_video() and the_post_format_audio() function going to stay in WP 3.6? It's still there but I thought those were removed."

Related: #24610

#25 @nacin
11 years ago

  • Owner set to nacin
  • Status changed from new to reviewing

New tickets for anything else.

#26 @ocean90
11 years ago

In 1302/tests:

Don't set _format_url post meta in Tests_Post_Formats::test_get_content_url(), see #24452.

#27 @ocean90
11 years ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

#28 @ocean90
11 years ago

In 24570:

Remove the_post_format_gallery(). see #24452.

Note: See TracTickets for help on using tickets.