Make WordPress Core

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#22365 closed defect (bug) (fixed)

Update options-writing help tabs for 3.5

Reported by: drewapicture's profile DrewAPicture Owned by: ryan's profile ryan
Milestone: 3.5 Priority: normal
Severity: normal Version: 3.5
Component: Help/About Keywords: has-patch
Focuses: Cc:

Description

Since XMLRPC is now enabled by default, we can remove the 'Remote Publishing' help tab. Additionally, we should show a Multisite-specific message for 'Update Services' just as we already do with 'Post by Email'.

Patch attached.

Attachments (3)

22365.diff (2.3 KB) - added by DrewAPicture 12 years ago.
22365.2.diff (2.9 KB) - added by DrewAPicture 12 years ago.
filter checks
22365.3.diff (518 bytes) - added by DrewAPicture 12 years ago.
Restores original 'Update Services' text

Download all attachments as: .zip

Change History (8)

@DrewAPicture
12 years ago

#1 @SergeyBiryukov
12 years ago

  • Milestone changed from Awaiting Review to 3.5

@DrewAPicture
12 years ago

filter checks

#2 @DrewAPicture
12 years ago

Per @nacin in IRC, 22365.2.diff removes the Multisite-only line for 'Post by Email' and hides the help tab in addition to 'Update Services' by default based on filters already in place.

#3 @ryan
12 years ago

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

In 22380:

Remove 'Remote Publishing' contextual help section.
Don't show the 'Post Via Email' contextual help section if enable_post_by_email_configuration is not enabled.
Don't show the 'Update Services' contextual help section if enable_update_services_configuration is not enabled.

Props DrewAPicture
fixes #22365

@DrewAPicture
12 years ago

Restores original 'Update Services' text

#4 @DrewAPicture
12 years ago

Oops! When I removed the lines, the new variable didn't get replaced with the original help text for 'Update Services'.

22365.3.diff fixes it.

#5 @nacin
12 years ago

In 22381:

Add back Update Services help. props DrewAPicture, fixes #22365.

Note: See TracTickets for help on using tickets.