Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#7801 closed defect (bug) (fixed)

Drafts with no title are just a space in QuickPress

Reported by: speedboxer's profile Speedboxer Owned by:
Milestone: 2.7 Priority: normal
Severity: normal Version: 2.7
Component: Administration Keywords: has-patch commit
Focuses: Cc:

Description

In QuickPress, under Recent Drafts, any drafts without a title will just show up as a space (well, not even a space, actually). They should show up as "(no title)" like they do elsewhere.

Attachments (4)

7801.diff (491 bytes) - added by Speedboxer 16 years ago.
Make drafts without a title show as "(no title)" in QuickPress
7801.2.diff (531 bytes) - added by Speedboxer 16 years ago.
Keep no title text consistant throughout
7801.patch (538 bytes) - added by Viper007Bond 16 years ago.
7801.3.diff (618 bytes) - added by Speedboxer 16 years ago.
Change Quick Press to use _draft_or_post_title()

Download all attachments as: .zip

Change History (15)

@Speedboxer
16 years ago

Make drafts without a title show as "(no title)" in QuickPress

#1 @Viper007Bond
16 years ago

Needs to be translatable.

#2 @westi
16 years ago

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

(In [9024]) Give titleless drafts a title in the quickpress box. Fixes #7801 props Speedboxer.

@Speedboxer
16 years ago

Keep no title text consistant throughout

#3 @Speedboxer
16 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

We should keep the no title text consistent with the Drafts page.

#4 @westi
16 years ago

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

(In [9027]) Use the correct (no-title) string. Fixes #7801 props Speedboxer.

@Viper007Bond
16 years ago

#5 @Viper007Bond
16 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

This needs to stay consistent with the other parts of the admin area.

#7 @Viper007Bond
16 years ago

Wow is aka Speedboxer apparently. (I'm horrible with names/nicks.)

#8 @Viper007Bond
16 years ago

And horrible with spelling too apparently.

*Who is

#9 @westi
16 years ago

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

(In [9041]) Introduce _draft_or_post_title() instead of lots of duplicated (no title) code. Fixes #7801.

@Speedboxer
16 years ago

Change Quick Press to use _draft_or_post_title()

#10 @Speedboxer
16 years ago

  • Keywords commit added
  • Resolution fixed deleted
  • Status changed from closed to reopened

Looks like you missed Quick Press, patch 7801.3.diff fixes it.

#11 @westi
16 years ago

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

(In [9078]) Switch Press This to use _draft_or_post_title(). Fixes #7801 props Speedboxer.

Note: See TracTickets for help on using tickets.