Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 7 years ago

#19099 closed enhancement (invalid)

Update to post type messages in edit-form-advanced.php

Reported by: kevindees's profile kevindees Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.3
Component: General Keywords:
Focuses: Cc:

Description

Now that WordPress has a number of custom post type functions it would be nice to have the custom messages formatted to the post type being used.

I have attached a quick filter to show how this can be done very simply.

I was working on this framework and realized it would be good to have it in the WordPress core.

Integration would be needed but it is simple.

https://github.com/kevindees/advanced_custom_post_types/blob/master/acpt.php

Attachments (1)

post-type-messages-en.php.zip (754 bytes) - added by kevindees 13 years ago.
Filter for messages

Download all attachments as: .zip

Change History (6)

@kevindees
13 years ago

Filter for messages

#1 @nacin
13 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

#12968 and #13357. Unfortunately this is not translatable. Using placeholders ("%s published") doesn't work due to structural differences in languages. Using variables inside of __() simply doesn't work at all.

#2 @SergeyBiryukov
13 years ago

  • Keywords has-patch removed

This ticket was mentioned in Slack in #accessibility by sergeybiryukov. View the logs.


10 years ago

This ticket was mentioned in Slack in #core-customize by sergey. View the logs.


8 years ago

This ticket was mentioned in Slack in #mobile by sergey. View the logs.


7 years ago

Note: See TracTickets for help on using tickets.