Make WordPress Core

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#48918 closed defect (bug) (fixed)

Twenty Twenty: echoing `bloginfo()`

Reported by: acosmin Owned by: SergeyBiryukov
Priority: normal Milestone: 5.3.1
Component: Bundled Theme Version: 5.3
Severity: normal Keywords:
Cc: Focuses:

Description

https://github.com/WordPress/WordPress/blob/master/wp-content/themes/twentytwenty/footer.php#L28

On this line bloginfo() should be changed to get_bloginfo() or the echo part should be removed.

Change History (3)

#1 @SergeyBiryukov
7 years ago

  • Milestone Awaiting Review5.3.1

#2 @SergeyBiryukov
7 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 46849:

Twenty Twenty: Remove redundant echo for bloginfo() call in footer.php.

Props acosmin.
Fixes #48918.

#3 @SergeyBiryukov
7 years ago

In 46850:

Twenty Twenty: Remove redundant echo for bloginfo() call in footer.php.

Props acosmin.
Merges [46849] to the 5.3 branch.
Fixes #48918.

Note: See TracTickets for help on using tickets.