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

See #414532.

Built from https://develop.svn.wordpress.org/trunk@41168


git-svn-id: http://core.svn.wordpress.org/trunk@41008 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2017-07-27 08:19:43 +00:00
parent 6a16d726ef
commit 8c7f5367c0
6 changed files with 1 additions and 12 deletions

View File

@ -507,7 +507,6 @@ class WP_Comments_List_Table extends WP_List_Table {
* Generate and display row actions links.
*
* @since 4.3.0
* @access protected
*
* @global string $comment_status Status for the current listed comments.
*

View File

@ -245,7 +245,6 @@ class WP_Upgrader {
* Filters whether to return the package.
*
* @since 3.7.0
* @access public
*
* @param bool $reply Whether to bail without returning the package.
* Default false.
@ -812,7 +811,6 @@ class WP_Upgrader {
* Creates a lock using WordPress options.
*
* @since 4.5.0
* @access public
* @static
*
* @param string $lock_name The name of this unique lock.
@ -859,7 +857,6 @@ class WP_Upgrader {
* Releases an upgrader lock.
*
* @since 4.5.0
* @access public
* @static
*
* @see WP_Upgrader::create_lock()

View File

@ -1134,7 +1134,6 @@ final class WP_Customize_Widgets {
* and at the very end of the wp_footer,
*
* @since 3.9.0
* @access public
*
* @global array $wp_registered_sidebars
* @global array $wp_registered_widgets

View File

@ -34,7 +34,6 @@ function get_query_var( $var, $default = '' ) {
* Wrapper for WP_Query::get_queried_object().
*
* @since 3.1.0
* @access public
*
* @global WP_Query $wp_query Global WP_Query instance.
*

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 {

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41167';
$wp_version = '4.9-alpha-41168';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.