Make WordPress Core


Ignore:
Timestamp:
04/29/2018 09:46:54 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove backtick-escaping around a core function in the hook docs for the pre_prepare_themes_for_js filter.

This allows the function to be auto-linked in the Developer Reference. Added in [42877].

See #42505.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/theme.php

    r42877 r43024  
    581581     * Filters theme data before it is prepared for JavaScript.
    582582     *
    583      * Passing a non-empty array will result in `wp_prepare_themes_for_js()` returning
     583     * Passing a non-empty array will result in wp_prepare_themes_for_js() returning
    584584     * early with that value instead.
    585585     *
Note: See TracChangeset for help on using the changeset viewer.