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. * Generate and display row actions links.
* *
* @since 4.3.0 * @since 4.3.0
* @access protected
* *
* @global string $comment_status Status for the current listed comments. * @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. * Filters whether to return the package.
* *
* @since 3.7.0 * @since 3.7.0
* @access public
* *
* @param bool $reply Whether to bail without returning the package. * @param bool $reply Whether to bail without returning the package.
* Default false. * Default false.
@ -812,7 +811,6 @@ class WP_Upgrader {
* Creates a lock using WordPress options. * Creates a lock using WordPress options.
* *
* @since 4.5.0 * @since 4.5.0
* @access public
* @static * @static
* *
* @param string $lock_name The name of this unique lock. * @param string $lock_name The name of this unique lock.
@ -859,7 +857,6 @@ class WP_Upgrader {
* Releases an upgrader lock. * Releases an upgrader lock.
* *
* @since 4.5.0 * @since 4.5.0
* @access public
* @static * @static
* *
* @see WP_Upgrader::create_lock() * @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, * and at the very end of the wp_footer,
* *
* @since 3.9.0 * @since 3.9.0
* @access public
* *
* @global array $wp_registered_sidebars * @global array $wp_registered_sidebars
* @global array $wp_registered_widgets * @global array $wp_registered_widgets

View File

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

View File

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

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.