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

See #414532.


git-svn-id: https://develop.svn.wordpress.org/trunk@41168 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes
2017-07-27 08:18:25 +00:00
parent 5d23532956
commit a91dd56c22
5 changed files with 0 additions and 11 deletions

View File

@@ -1540,7 +1540,6 @@ function background_color() {
* Default custom background callback.
*
* @since 3.0.0
* @access protected
*/
function _custom_background_cb() {
// $background is the saved custom image, or the default image.
@@ -1620,7 +1619,6 @@ body.custom-background { <?php echo trim( $style ); ?> }
* Render the Custom CSS style element.
*
* @since 4.7.0
* @access public
*/
function wp_custom_css_cb() {
$styles = wp_get_custom_css();
@@ -1635,7 +1633,6 @@ function wp_custom_css_cb() {
* Fetch the `custom_css` post for a given theme.
*
* @since 4.7.0
* @access public
*
* @param string $stylesheet Optional. A theme object stylesheet name. Defaults to the current theme.
* @return WP_Post|null The custom_css post or null if none exists.
@@ -1687,7 +1684,6 @@ function wp_get_custom_css_post( $stylesheet = '' ) {
* Fetch the saved Custom CSS content for rendering.
*
* @since 4.7.0
* @access public
*
* @param string $stylesheet Optional. A theme object stylesheet name. Defaults to the current theme.
* @return string The Custom CSS Post content.
@@ -1723,7 +1719,6 @@ function wp_get_custom_css( $stylesheet = '' ) {
* Inserts a `custom_css` post when one doesn't yet exist.
*
* @since 4.7.0
* @access public
*
* @param string $css CSS, stored in `post_content`.
* @param array $args {