Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#31310 closed defect (bug) (fixed)

Return empty strings in for wp-admin/includes/template.php

Reported by: ipm-frommen's profile ipm-frommen Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.2 Priority: normal
Severity: normal Version:
Component: Administration Keywords: has-patch
Focuses: template Cc:

Description

  • replace empty return; statements for _list_meta_row function with @return string PHPDoc comment with return '';;

Attachments (1)

31310.patch (735 bytes) - added by ipm-frommen 10 years ago.

Download all attachments as: .zip

Change History (5)

@ipm-frommen
10 years ago

#1 @ipm-frommen
10 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
10 years ago

  • Component changed from General to Administration

#3 @SergeyBiryukov
10 years ago

  • Milestone changed from Awaiting Review to 4.2

#4 @SergeyBiryukov
10 years ago

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

In 31442:

_list_meta_row() should always return a string.

props ipm-frommen.
fixes #31310.

Note: See TracTickets for help on using tickets.