Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #34424


Ignore:
Timestamp:
10/24/2015 09:28:23 AM (8 years ago)
Author:
swissspidy
Comment:

Welcome to trac and thanks for your contribution :)

Definitely a good catch! Just note that you're missing a closing } after the return statement.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34424

    • Property Keywords needs-patch added
    • Property Summary changed from Fix return even though it has already been echo in "wp-includes/load.php" to Fix return even though it has already been echo in timer_stop()
  • Ticket #34424 – Description

    initial v1  
    1 Fix return even though it has already been echo in "wp-includes/load.php"
     1Don't return the result when it has been echoed in `timer_stop()`