Make WordPress Core

Opened 5 years ago

Last modified 4 years ago

#46408 closed defect (bug)

About: Remove unused $display_version — at Version 1

Reported by: mukesh27's profile mukesh27 Owned by:
Milestone: 5.2.1 Priority: normal
Severity: normal Version:
Component: Help/About Keywords: has-patch commit i18n-change
Focuses: Cc:

Description (last modified by SergeyBiryukov)

As per [44733] about.php page changeset we have to remove $display_version as it was no longer in used in below statement.

<p class="about-text"><?php printf( __( 'Thank you for updating to the latest version!' ), $display_version ); ?></p>

Replace to

<p class="about-text"><?php _e( 'Thank you for updating to the latest version!' ); ?></p>

Change History (2)

@mukesh27
5 years ago

Patch.

#1 @SergeyBiryukov
5 years ago

  • Description modified (diff)
Note: See TracTickets for help on using tickets.