Make WordPress Core


Ignore:
Timestamp:
07/27/2017 08:18:25 AM (7 years ago)
Author:
DrewAPicture
Message:

Docs: Remove some more top-level @aacess tags from function DocBlocks.

See #414532.

File:
1 edited

Legend:

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

    r41136 r41168  
    15411541 *
    15421542 * @since 3.0.0
    1543  * @access protected
    15441543 */
    15451544function _custom_background_cb() {
     
    16211620 *
    16221621 * @since 4.7.0
    1623  * @access public
    16241622 */
    16251623function wp_custom_css_cb() {
     
    16361634 *
    16371635 * @since 4.7.0
    1638  * @access public
    16391636 *
    16401637 * @param string $stylesheet Optional. A theme object stylesheet name. Defaults to the current theme.
     
    16881685 *
    16891686 * @since 4.7.0
    1690  * @access public
    16911687 *
    16921688 * @param string $stylesheet Optional. A theme object stylesheet name. Defaults to the current theme.
     
    17241720 *
    17251721 * @since 4.7.0
    1726  * @access public
    17271722 *
    17281723 * @param string $css CSS, stored in `post_content`.
Note: See TracChangeset for help on using the changeset viewer.