Make WordPress Core

Ticket #42788: ticket#42788.patch

File ticket#42788.patch, 633 bytes (added by webdevmattcrom, 7 years ago)

Patch for ticket#42788 -- replaces apostrophes with backticks.

  • template.php

     
    439439/**
    440440 * Retrieve path of search template in current or parent template.
    441441 *
    442  * The template hierarchy and template path are filterable via the {@see '$type_template_hierarchy'}
    443  * and {@see '$type_template'} dynamic hooks, where `$type` is 'search'.
     442 * The template hierarchy and template path are filterable via the {@see `$type_template_hierarchy`}
     443 * and {@see `$type_template`} dynamic hooks, where `$type` is `search`.
    444444 *
    445445 * @since 1.5.0
    446446 *