Make WordPress Core


Ignore:
Timestamp:
02/23/2016 07:17:11 PM (10 years ago)
Author:
westonruter
Message:

Docs: Use markdown instead of HTML for code formatting.

Fixes phpdoc usage in [36622], [36608], [35724], [35307].

See #35898.
See #35869.
See #34738.
See #33552.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r36586 r36645  
    247247         * This allows Core components to be excluded from being instantiated by
    248248         * filtering them out of the array. Note that this filter generally runs
    249          * during the <code>plugins_loaded</code> action, so it cannot be added
     249         * during the `plugins_loaded` action, so it cannot be added
    250250         * in a theme.
    251251         *
     
    704704         * Fires when the {@see WP_Customize_Manager::set_post_value()} method is called.
    705705         *
    706          * This is useful for <code>WP_Customize_Setting</code> instances to watch
     706         * This is useful for `WP_Customize_Setting` instances to watch
    707707         * in order to update a cached previewed value.
    708708         *
Note: See TracChangeset for help on using the changeset viewer.