Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #22430, comment 8


Ignore:
Timestamp:
07/17/2015 04:19:41 PM (9 years ago)
Author:
selnomeria
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22430, comment 8

    initial v1  
    11NO! 
     2in documentation comments  ( https://core.trac.wordpress.org/browser/tags/4.2.2/src/wp-includes/functions.php#L3279 ) they say that it is needed for  PHP 5.2 .
    23
    3 removing that action is not a good solution, because that ACTION is Wordpress Core action, and it might be needed, so, when you remove that, you might mess up something.
     4So, i dont know, if other PHP versions doesnt need that function.. I dont know.