Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #36824, comment 41


Ignore:
Timestamp:
06/24/2018 04:23:41 PM (7 years ago)
Author:
birgire
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36824, comment 41

    v1 v2  
    44- Adds {{{@return}}} for {{{do_enclose()}}}.
    55- Adjusts the {{{! empty( get_to_ping( $post_id ) )}}} from [attachment:36824.9.diff] to avoid {{{Fatal error: Can't use function return value in write context}}} for PHP < 5.5.
    6 - Removes global {{{$wpdb}}} in {{{do_all_pings()}}}.
     6- Removes the seemingly unused global {{{$wpdb}}} in {{{do_all_pings()}}}.
    77- Removes doc block for {{{$wpdb}}} in {{{do_all_pings()}}}.
    88- Added end-of-line dots for inline comments in {{{do_all_pings()}}}.