diff --git src/wp-content/themes/twentyfourteen/inc/featured-content.php src/wp-content/themes/twentyfourteen/inc/featured-content.php
index 424e134..b5efa01 100644
--- src/wp-content/themes/twentyfourteen/inc/featured-content.php
+++ src/wp-content/themes/twentyfourteen/inc/featured-content.php
@@ -23,7 +23,6 @@ class Featured_Content {
 	 *
 	 * @since Twenty Fourteen 1.0
 	 *
-	 * @static
 	 * @access public
 	 * @var int
 	 */
@@ -34,7 +33,6 @@ class Featured_Content {
 	 *
 	 * All custom functionality will be hooked into the "init" action.
 	 *
-	 * @static
 	 * @access public
 	 * @since Twenty Fourteen 1.0
 	 */
@@ -51,7 +49,6 @@ class Featured_Content {
 	 * If no theme support is found there is no need to hook into WordPress.
 	 * We'll just return early instead.
 	 *
-	 * @static
 	 * @access public
 	 * @since Twenty Fourteen 1.0
 	 */
@@ -100,7 +97,6 @@ class Featured_Content {
 	 * Has to run on wp_loaded so that the preview filters of the Customizer
 	 * have a chance to alter the value.
 	 *
-	 * @static
 	 * @access public
 	 * @since Twenty Fourteen 1.0
 	 */
@@ -114,7 +110,6 @@ class Featured_Content {
 	/**
 	 * Get featured posts.
 	 *
-	 * @static
 	 * @access public
 	 * @since Twenty Fourteen 1.0
 	 *
@@ -146,7 +141,6 @@ class Featured_Content {
 	 *
 	 * Sets the "featured_content_ids" transient.
 	 *
-	 * @static
 	 * @access public
 	 * @since Twenty Fourteen 1.0
 	 *
@@ -193,7 +187,6 @@ class Featured_Content {
 	/**
 	 * Return an array with IDs of posts maked as sticky.
 	 *
-	 * @static
 	 * @access public
 	 * @since Twenty Fourteen 1.0
 	 *
@@ -210,7 +203,6 @@ class Featured_Content {
 	 *
 	 * @see Featured_Content::validate_settings().
 	 *
-	 * @static
 	 * @access public
 	 * @since Twenty Fourteen 1.0
 	 */
@@ -225,7 +217,6 @@ class Featured_Content {
 	 * Hooked onto the 'pre_get_posts' action, this changes the parameters of
 	 * the query before it gets any posts.
 	 *
-	 * @static
 	 * @access public
 	 * @since Twenty Fourteen 1.0
 	 *
@@ -273,7 +264,6 @@ class Featured_Content {
 	 *
 	 * @see Featured_Content::validate_settings().
 	 *
-	 * @static
 	 * @access public
 	 * @since Twenty Fourteen 1.0
 	 *
@@ -296,7 +286,6 @@ class Featured_Content {
 	 *
 	 * Hooks into the "get_terms" filter.
 	 *
-	 * @static
 	 * @access public
 	 * @since Twenty Fourteen 1.0
 	 *
@@ -344,7 +333,6 @@ class Featured_Content {
 	 *
 	 * Hooks into the "get_the_terms" filter.
 	 *
-	 * @static
 	 * @access public
 	 * @since Twenty Fourteen 1.0
 	 *
@@ -385,7 +373,6 @@ class Featured_Content {
 	/**
 	 * Register custom setting on the Settings -> Reading screen.
 	 *
-	 * @static
 	 * @access public
 	 * @since Twenty Fourteen 1.0
 	 */
@@ -396,7 +383,6 @@ class Featured_Content {
 	/**
 	 * Add settings to the Customizer.
 	 *
-	 * @static
 	 * @access public
 	 * @since Twenty Fourteen 1.0
 	 *
@@ -453,7 +439,6 @@ class Featured_Content {
 	/**
 	 * Enqueue the tag suggestion script.
 	 *
-	 * @static
 	 * @access public
 	 * @since Twenty Fourteen 1.0
 	 */
@@ -473,7 +458,6 @@ class Featured_Content {
 	 * its name as the first parameter to the function and only that
 	 * value will be returned.
 	 *
-	 * @static
 	 * @access public
 	 * @since Twenty Fourteen 1.0
 	 *
@@ -506,7 +490,6 @@ class Featured_Content {
 	 * format before saving to the database. This function will also
 	 * delete the transient set in Featured_Content::get_featured_content().
 	 *
-	 * @static
 	 * @access public
 	 * @since Twenty Fourteen 1.0
 	 *
diff --git src/wp-includes/class-http.php src/wp-includes/class-http.php
index bead194..f2d77c0 100644
--- src/wp-includes/class-http.php
+++ src/wp-includes/class-http.php
@@ -430,7 +430,6 @@ class WP_Http {
 	 * Normalizes cookies for using in Requests.
 	 *
 	 * @since 4.6.0
-	 * @static
 	 *
 	 * @param array $cookies List of cookies to send with the request.
 	 * @return Requests_Cookie_Jar Cookie holder object.
@@ -457,7 +456,6 @@ class WP_Http {
 	 * specification for compatibility purposes.
 	 *
 	 * @since 4.6.0
-	 * @static
 	 *
 	 * @param string            $location URL to redirect to.
 	 * @param array             $headers  Headers for the redirect.
@@ -539,8 +537,6 @@ class WP_Http {
 	 *
 	 * @since 3.2.0
 	 *
-	 * @static
-	 *
 	 * @param string $url URL to Request
 	 * @param array $args Request arguments
 	 * @return array|WP_Error Array containing 'headers', 'body', 'response', 'cookies', 'filename'. A WP_Error instance upon error
@@ -633,7 +629,6 @@ class WP_Http {
 	/**
 	 * Parses the responses and splits the parts into headers and body.
 	 *
-	 * @static
 	 * @since 2.7.0
 	 *
 	 * @param string $strResponse The full response string
@@ -654,7 +649,6 @@ class WP_Http {
 	 * If an array is given then it is assumed to be raw header data with numeric keys with the
 	 * headers as the values. No headers must be passed that were already processed.
 	 *
-	 * @static
 	 * @since 2.7.0
 	 *
 	 * @param string|array $headers
@@ -742,7 +736,6 @@ class WP_Http {
 	 * Edits the array by reference.
 	 *
 	 * @since 2.8.0
-	 * @static
 	 *
 	 * @param array $r Full array of args passed into ::request()
 	 */
@@ -778,7 +771,6 @@ class WP_Http {
 	 * @link https://tools.ietf.org/html/rfc2616#section-19.4.6 Process for chunked decoding.
 	 *
 	 * @since 2.7.0
-	 * @static
 	 *
 	 * @param string $body Body content
 	 * @return string Chunked decoded body on success or raw body on failure.
@@ -912,8 +904,6 @@ class WP_Http {
 	 *
 	 * @since 3.4.0
 	 *
-	 * @static
-	 *
 	 * @param string $maybe_relative_path The URL which might be relative
 	 * @param string $url                 The URL which $maybe_relative_path is relative to
 	 * @return string An Absolute URL, in a failure condition where the URL cannot be parsed, the relative URL will be returned.
@@ -987,7 +977,6 @@ class WP_Http {
 	 * Handles HTTP Redirects and follows them if appropriate.
 	 *
 	 * @since 3.7.0
-	 * @static
 	 *
 	 * @param string $url The URL which was requested.
 	 * @param array $args The Arguments which were used to make the request.
@@ -1049,7 +1038,6 @@ class WP_Http {
 	 * @link http://home.deds.nl/~aeron/regex/ for IPv6 regex
 	 *
 	 * @since 3.7.0
-	 * @static
 	 *
 	 * @param string $maybe_ip A suspected IP address
 	 * @return integer|bool Upon success, '4' or '6' to represent a IPv4 or IPv6 address, false upon failure
diff --git src/wp-includes/class-oembed.php src/wp-includes/class-oembed.php
index e9e885d..30df338 100644
--- src/wp-includes/class-oembed.php
+++ src/wp-includes/class-oembed.php
@@ -30,7 +30,6 @@ class WP_oEmbed {
 	 * A list of an early oEmbed providers.
 	 *
 	 * @since 4.0.0
-	 * @static
 	 * @var array
 	 */
 	public static $early_providers = array();
@@ -290,7 +289,6 @@ class WP_oEmbed {
 	 *
 	 * The just-in-time addition is for the benefit of the {@see 'oembed_providers'} filter.
 	 *
-	 * @static
 	 * @since 4.0.0
 	 *
 	 * @see wp_oembed_add_provider()
@@ -318,7 +316,6 @@ class WP_oEmbed {
 	 * The just-in-time removal is for the benefit of the {@see 'oembed_providers'} filter.
 	 *
 	 * @since 4.0.0
-	 * @static
 	 *
 	 * @see wp_oembed_remove_provider()
 	 *
diff --git src/wp-includes/class-wp-comment.php src/wp-includes/class-wp-comment.php
index e93d4c4..f631444 100644
--- src/wp-includes/class-wp-comment.php
+++ src/wp-includes/class-wp-comment.php
@@ -162,7 +162,6 @@ final class WP_Comment {
 	 * Retrieves a WP_Comment instance.
 	 *
 	 * @since 4.4.0
-	 * @static
 	 *
 	 * @global wpdb $wpdb WordPress database abstraction object.
 	 *
diff --git src/wp-includes/class-wp-customize-control.php src/wp-includes/class-wp-customize-control.php
index 398d089..1a9df6d 100644
--- src/wp-includes/class-wp-customize-control.php
+++ src/wp-includes/class-wp-customize-control.php
@@ -21,7 +21,6 @@ class WP_Customize_Control {
 	 *
 	 * @since 4.1.0
 	 *
-	 * @static
 	 * @var int
 	 */
 	protected static $instance_count = 0;
diff --git src/wp-includes/class-wp-customize-panel.php src/wp-includes/class-wp-customize-panel.php
index f234f32..ae1ab33 100644
--- src/wp-includes/class-wp-customize-panel.php
+++ src/wp-includes/class-wp-customize-panel.php
@@ -25,7 +25,6 @@ class WP_Customize_Panel {
 	 *
 	 * @since 4.1.0
 	 *
-	 * @static
 	 * @var int
 	 */
 	protected static $instance_count = 0;
diff --git src/wp-includes/class-wp-customize-section.php src/wp-includes/class-wp-customize-section.php
index fa406b1..ae65d74 100644
--- src/wp-includes/class-wp-customize-section.php
+++ src/wp-includes/class-wp-customize-section.php
@@ -25,7 +25,6 @@ class WP_Customize_Section {
 	 *
 	 * @since 4.1.0
 	 *
-	 * @static
 	 * @var int
 	 */
 	protected static $instance_count = 0;
diff --git src/wp-includes/class-wp-customize-setting.php src/wp-includes/class-wp-customize-setting.php
index ae768fe..a5cbabb 100644
--- src/wp-includes/class-wp-customize-setting.php
+++ src/wp-includes/class-wp-customize-setting.php
@@ -135,7 +135,6 @@ class WP_Customize_Setting {
 	 * Cache of multidimensional values to improve performance.
 	 *
 	 * @since 4.4.0
-	 * @static
 	 * @var array
 	 */
 	protected static $aggregated_multidimensionals = array();
diff --git src/wp-includes/class-wp-editor.php src/wp-includes/class-wp-editor.php
index 1b92ac5..f4fef83 100644
--- src/wp-includes/class-wp-editor.php
+++ src/wp-includes/class-wp-editor.php
@@ -35,7 +35,6 @@ final class _WP_Editors {
 	/**
 	 * Parse default arguments for the editor instance.
 	 *
-	 * @static
 	 * @param string $editor_id ID for the current editor instance.
 	 * @param array  $settings {
 	 *     Array of editor arguments.
@@ -148,7 +147,6 @@ final class _WP_Editors {
 	/**
 	 * Outputs the HTML for a single instance of the editor.
 	 *
-	 * @static
 	 * @param string $content The initial content of the editor.
 	 * @param string $editor_id ID for the textarea and TinyMCE and Quicktags instances (can contain only ASCII letters and numbers).
 	 * @param array $settings See _WP_Editors()::parse_settings() for description.
@@ -307,8 +305,6 @@ final class _WP_Editors {
 	}
 
 	/**
-	 * @static
-	 *
 	 * @global string $tinymce_version
 	 *
 	 * @param string $editor_id
@@ -733,7 +729,6 @@ final class _WP_Editors {
 	}
 
 	/**
-	 * @static
 	 * @param array $init
 	 * @return string
 	 */
@@ -760,8 +755,6 @@ final class _WP_Editors {
 	}
 
 	/**
-	 * @static
-	 *
 	 * @param bool $default_scripts Optional. Whether default scripts should be enqueued. Default false.
 	 */
 	public static function enqueue_scripts( $default_scripts = false ) {
@@ -1338,7 +1331,6 @@ final class _WP_Editors {
 	 * Translates the default TinyMCE strings and returns them as JSON encoded object ready to be loaded with tinymce.addI18n(),
 	 * or as JS snippet that should run after tinymce.js is loaded.
 	 *
-	 * @static
 	 * @param string $mce_locale The locale used for the editor.
 	 * @param bool $json_only optional Whether to include the JavaScript calls to tinymce.addI18n() and tinymce.ScriptLoader.markDone().
 	 * @return string Translation object, JSON encoded.
@@ -1398,7 +1390,6 @@ final class _WP_Editors {
 	 *
 	 * @since 4.8.0
 	 *
-	 * @static
 	 * @global string $tinymce_version
 	 * @global bool   $concatenate_scripts
 	 * @global bool   $compress_scripts
@@ -1439,7 +1430,6 @@ final class _WP_Editors {
 	/**
 	 * Print (output) the TinyMCE configuration and initialization scripts.
 	 *
-	 * @static
 	 * @global string $tinymce_version
 	 */
 	public static function editor_js() {
@@ -1595,8 +1585,6 @@ final class _WP_Editors {
 	 *
 	 * @since 3.2.0
 	 * @deprecated 4.3.0
-	 *
-	 * @static
 	 */
 	public static function wp_fullscreen_html() {
 		_deprecated_function( __FUNCTION__, '4.3.0' );
@@ -1607,7 +1595,6 @@ final class _WP_Editors {
 	 *
 	 * @since 3.1.0
 	 *
-	 * @static
 	 * @param array $args Optional. Accepts 'pagenum' and 's' (search) arguments.
 	 * @return false|array Results.
 	 */
@@ -1697,8 +1684,6 @@ final class _WP_Editors {
 	 * Dialog for internal linking.
 	 *
 	 * @since 3.1.0
-	 *
-	 * @static
 	 */
 	public static function wp_link_dialog() {
 		// Run once
diff --git src/wp-includes/class-wp-hook.php src/wp-includes/class-wp-hook.php
index 9472c0b..efb1360 100644
--- src/wp-includes/class-wp-hook.php
+++ src/wp-includes/class-wp-hook.php
@@ -356,7 +356,6 @@ final class WP_Hook implements Iterator, ArrayAccess {
 	 * Normalizes filters set up before WordPress has initialized to WP_Hook objects.
 	 *
 	 * @since 4.7.0
-	 * @static
 	 *
 	 * @param array $filters Filters to normalize.
 	 * @return WP_Hook[] Array of normalized filters.
diff --git src/wp-includes/class-wp-http-curl.php src/wp-includes/class-wp-http-curl.php
index 2704735..59e30d6 100644
--- src/wp-includes/class-wp-http-curl.php
+++ src/wp-includes/class-wp-http-curl.php
@@ -373,7 +373,6 @@ class WP_Http_Curl {
 	/**
 	 * Determines whether this class can be used for retrieving a URL.
 	 *
-	 * @static
 	 * @since 2.7.0
 	 *
 	 * @param array $args Optional. Array of request arguments. Default empty array.
diff --git src/wp-includes/class-wp-http-encoding.php src/wp-includes/class-wp-http-encoding.php
index 4b16319..0315f62 100644
--- src/wp-includes/class-wp-http-encoding.php
+++ src/wp-includes/class-wp-http-encoding.php
@@ -23,8 +23,6 @@ class WP_Http_Encoding {
 	 *
 	 * @since 2.8.0
 	 *
-	 * @static
-	 *
 	 * @param string $raw String to compress.
 	 * @param int $level Optional, default is 9. Compression level, 9 is highest.
 	 * @param string $supports Optional, not used. When implemented it will choose the right compression based on what the server supports.
@@ -44,8 +42,6 @@ class WP_Http_Encoding {
 	 *
 	 * @since 2.8.0
 	 *
-	 * @static
-	 *
 	 * @param string $compressed String to decompress.
 	 * @param int $length The optional length of the compressed data.
 	 * @return string|bool False on failure.
@@ -96,8 +92,6 @@ class WP_Http_Encoding {
 	 * @link https://secure.php.net/manual/en/function.gzinflate.php#70875
 	 * @link https://secure.php.net/manual/en/function.gzinflate.php#77336
 	 *
-	 * @static
-	 *
 	 * @param string $gzData String to decompress.
 	 * @return string|bool False on failure.
 	 */
@@ -142,8 +136,6 @@ class WP_Http_Encoding {
 	 *
 	 * @since 2.8.0
 	 *
-	 * @static
-	 *
 	 * @param string $url
 	 * @param array  $args
 	 * @return string Types of encoding to accept.
@@ -194,8 +186,6 @@ class WP_Http_Encoding {
 	 *
 	 * @since 2.8.0
 	 *
-	 * @static
-	 *
 	 * @return string Content-Encoding string to send in the header.
 	 */
 	public static function content_encoding() {
@@ -207,8 +197,6 @@ class WP_Http_Encoding {
 	 *
 	 * @since 2.8.0
 	 *
-	 * @static
-	 *
 	 * @param array|string $headers All of the available headers.
 	 * @return bool
 	 */
@@ -233,8 +221,6 @@ class WP_Http_Encoding {
 	 *
 	 * @since 2.8.0
 	 *
-	 * @static
-	 *
 	 * @return bool
 	 */
 	public static function is_available() {
diff --git src/wp-includes/class-wp-http-streams.php src/wp-includes/class-wp-http-streams.php
index 2ed6412..9774d32 100644
--- src/wp-includes/class-wp-http-streams.php
+++ src/wp-includes/class-wp-http-streams.php
@@ -362,7 +362,6 @@ class WP_Http_Streams {
 	 * IP Address support is included if the request is being made to an IP address.
 	 *
 	 * @since 3.7.0
-	 * @static
 	 *
 	 * @param stream $stream The PHP Stream which the SSL request is being made over
 	 * @param string $host The hostname being requested
@@ -424,7 +423,6 @@ class WP_Http_Streams {
 	/**
 	 * Determines whether this class can be used for retrieving a URL.
 	 *
-	 * @static
 	 * @since 2.7.0
 	 * @since 3.7.0 Combined with the fsockopen transport and switched to stream_socket_client().
 	 *
diff --git src/wp-includes/class-wp-image-editor-gd.php src/wp-includes/class-wp-image-editor-gd.php
index c8d1ed2..32f33df 100644
--- src/wp-includes/class-wp-image-editor-gd.php
+++ src/wp-includes/class-wp-image-editor-gd.php
@@ -33,8 +33,6 @@ class WP_Image_Editor_GD extends WP_Image_Editor {
 	 *
 	 * @since 3.5.0
 	 *
-	 * @static
-	 *
 	 * @param array $args
 	 * @return bool
 	 */
@@ -59,8 +57,6 @@ class WP_Image_Editor_GD extends WP_Image_Editor {
 	 *
 	 * @since 3.5.0
 	 *
-	 * @static
-	 *
 	 * @param string $mime_type
 	 * @return bool
 	 */
diff --git src/wp-includes/class-wp-image-editor-imagick.php src/wp-includes/class-wp-image-editor-imagick.php
index 5db6fc4..abb2150 100644
--- src/wp-includes/class-wp-image-editor-imagick.php
+++ src/wp-includes/class-wp-image-editor-imagick.php
@@ -37,8 +37,6 @@ class WP_Image_Editor_Imagick extends WP_Image_Editor {
 	 *
 	 * @since 3.5.0
 	 *
-	 * @static
-	 *
 	 * @param array $args
 	 * @return bool
 	 */
@@ -98,8 +96,6 @@ class WP_Image_Editor_Imagick extends WP_Image_Editor {
 	 *
 	 * @since 3.5.0
 	 *
-	 * @static
-	 *
 	 * @param string $mime_type
 	 * @return bool
 	 */
diff --git src/wp-includes/class-wp-image-editor.php src/wp-includes/class-wp-image-editor.php
index 1bf80e3..9af795a 100644
--- src/wp-includes/class-wp-image-editor.php
+++ src/wp-includes/class-wp-image-editor.php
@@ -34,7 +34,6 @@ abstract class WP_Image_Editor {
 	 *
 	 * @since 3.5.0
 	 *
-	 * @static
 	 * @abstract
 	 *
 	 * @param array $args
@@ -50,7 +49,6 @@ abstract class WP_Image_Editor {
 	 *
 	 * @since 3.5.0
 	 *
-	 * @static
 	 * @abstract
 	 *
 	 * @param string $mime_type
@@ -429,8 +427,6 @@ abstract class WP_Image_Editor {
 	 *
 	 * @since 3.5.0
 	 *
-	 * @static
-	 *
 	 * @param string $extension
 	 * @return string|false
 	 */
@@ -457,8 +453,6 @@ abstract class WP_Image_Editor {
 	 *
 	 * @since 3.5.0
 	 *
-	 * @static
-	 *
 	 * @param string $mime_type
 	 * @return string|false
 	 */
diff --git src/wp-includes/class-wp-matchesmapregex.php src/wp-includes/class-wp-matchesmapregex.php
index 935fb6c..86e3889 100644
--- src/wp-includes/class-wp-matchesmapregex.php
+++ src/wp-includes/class-wp-matchesmapregex.php
@@ -57,8 +57,6 @@ class WP_MatchesMapRegex {
 	 *
 	 * static helper function to ease use
 	 *
-	 * @static
-	 *
 	 * @param string $subject subject
 	 * @param array  $matches data used for substitution
 	 * @return string
diff --git src/wp-includes/class-wp-network.php src/wp-includes/class-wp-network.php
index 621c5ce..89026c7 100644
--- src/wp-includes/class-wp-network.php
+++ src/wp-includes/class-wp-network.php
@@ -318,7 +318,6 @@ class WP_Network {
 	 * requested site address.
 	 *
 	 * @since 4.4.0
-	 * @static
 	 *
 	 * @param string   $domain   Domain to check.
 	 * @param string   $path     Path to check.
diff --git src/wp-includes/class-wp-post.php src/wp-includes/class-wp-post.php
index 2e3a32a..231fa4c 100644
--- src/wp-includes/class-wp-post.php
+++ src/wp-includes/class-wp-post.php
@@ -222,7 +222,6 @@ final class WP_Post {
 	 * Retrieve WP_Post instance.
 	 *
 	 * @since 3.5.0
-	 * @static
 	 *
 	 * @global wpdb $wpdb WordPress database abstraction object.
 	 *
diff --git src/wp-includes/class-wp-session-tokens.php src/wp-includes/class-wp-session-tokens.php
index 2878cca..bfc593d 100644
--- src/wp-includes/class-wp-session-tokens.php
+++ src/wp-includes/class-wp-session-tokens.php
@@ -40,7 +40,6 @@ abstract class WP_Session_Tokens {
 	 * the session manager for a subclass of `WP_Session_Tokens`.
 	 *
 	 * @since 4.0.0
-	 * @static
 	 *
 	 * @param int $user_id User whose session to manage.
 	 * @return WP_User_Meta_Session_Tokens WP_User_Meta_Session_Tokens class instance by default.
@@ -223,7 +222,6 @@ abstract class WP_Session_Tokens {
 	 * Destroy all session tokens for all users.
 	 *
 	 * @since 4.0.0
-	 * @static
 	 */
 	final public static function destroy_all_for_all_users() {
 		/** This filter is documented in wp-includes/class-wp-session-tokens.php */
@@ -294,7 +292,6 @@ abstract class WP_Session_Tokens {
 	 * This static method should destroy all session tokens for all users.
 	 *
 	 * @since 4.0.0
-	 * @static
 	 */
 	public static function drop_sessions() {}
 }
diff --git src/wp-includes/class-wp-site.php src/wp-includes/class-wp-site.php
index 8a72c33..8698ac5 100644
--- src/wp-includes/class-wp-site.php
+++ src/wp-includes/class-wp-site.php
@@ -145,7 +145,6 @@ final class WP_Site {
 	/**
 	 * Retrieves a site from the database by its ID.
 	 *
-	 * @static
 	 * @since 4.5.0
 	 *
 	 * @global wpdb $wpdb WordPress database abstraction object.
diff --git src/wp-includes/class-wp-tax-query.php src/wp-includes/class-wp-tax-query.php
index b818b8f..114263c 100644
--- src/wp-includes/class-wp-tax-query.php
+++ src/wp-includes/class-wp-tax-query.php
@@ -44,7 +44,6 @@ class WP_Tax_Query {
 	 *
 	 * @since 3.2.0
 	 *
-	 * @static
 	 * @var string
 	 */
 	private static $no_results = array(
@@ -224,8 +223,6 @@ class WP_Tax_Query {
 	 *
 	 * @since 4.1.0
 	 *
-	 * @static
-	 *
 	 * @param array $query Tax query arguments.
 	 * @return bool Whether the query clause is a first-order clause.
 	 */
@@ -238,8 +235,6 @@ class WP_Tax_Query {
 	 *
 	 * @since 3.1.0
 	 *
-	 * @static
-	 *
 	 * @param string $primary_table     Database table where the object being filtered is stored (eg wp_users).
 	 * @param string $primary_id_column ID column for the filtered object in $primary_table.
 	 * @return array {
diff --git src/wp-includes/class-wp-term.php src/wp-includes/class-wp-term.php
index 02dfacc..df74705 100644
--- src/wp-includes/class-wp-term.php
+++ src/wp-includes/class-wp-term.php
@@ -102,7 +102,6 @@ final class WP_Term {
 	 * Retrieve WP_Term instance.
 	 *
 	 * @since 4.4.0
-	 * @static
 	 *
 	 * @global wpdb $wpdb WordPress database abstraction object.
 	 *
diff --git src/wp-includes/class-wp-theme.php src/wp-includes/class-wp-theme.php
index 683065c..b2207c8 100644
--- src/wp-includes/class-wp-theme.php
+++ src/wp-includes/class-wp-theme.php
@@ -21,7 +21,6 @@ final class WP_Theme implements ArrayAccess {
 	/**
 	 * Headers for style.css files.
 	 *
-	 * @static
 	 * @var array
 	 */
 	private static $file_headers = array(
@@ -41,7 +40,6 @@ final class WP_Theme implements ArrayAccess {
 	/**
 	 * Default themes.
 	 *
-	 * @static
 	 * @var array
 	 */
 	private static $default_themes = array(
@@ -60,7 +58,6 @@ final class WP_Theme implements ArrayAccess {
 	/**
 	 * Renamed theme tags.
 	 *
-	 * @static
 	 * @var array
 	 */
 	private static $tag_map = array(
@@ -158,7 +155,6 @@ final class WP_Theme implements ArrayAccess {
 	 *
 	 * Default is false. Can be set with the {@see 'wp_cache_themes_persistently'} filter.
 	 *
-	 * @static
 	 * @var bool
 	 */
 	private static $persistently_cache;
@@ -168,7 +164,6 @@ final class WP_Theme implements ArrayAccess {
 	 *
 	 * By default the bucket is not cached, so this value is useless.
 	 *
-	 * @static
 	 * @var bool
 	 */
 	private static $cache_expiration = 1800;
@@ -1210,8 +1205,6 @@ final class WP_Theme implements ArrayAccess {
 	 *
 	 * @since 3.4.0
 	 *
-	 * @static
-	 *
 	 * @param string            $path          Absolute path to search.
 	 * @param array|string|null $extensions    Optional. Array of extensions to find, string of a single extension,
 	 *                                         or null for all extensions. Default null.
@@ -1362,8 +1355,6 @@ final class WP_Theme implements ArrayAccess {
 	 *
 	 * @since 3.4.0
 	 *
-	 * @static
-	 *
 	 * @param int $blog_id Optional. ID of the site. Defaults to the current site.
 	 * @return array Array of stylesheet names.
 	 */
@@ -1388,8 +1379,6 @@ final class WP_Theme implements ArrayAccess {
 	 *
 	 * @since 3.4.0
 	 *
-	 * @static
-	 *
 	 * @staticvar array $allowed_themes
 	 *
 	 * @return array Array of stylesheet names.
@@ -1417,8 +1406,6 @@ final class WP_Theme implements ArrayAccess {
 	 *
 	 * @since 3.4.0
 	 *
-	 * @static
-	 *
 	 * @staticvar array $allowed_themes
 	 *
 	 * @param int $blog_id Optional. ID of the site. Defaults to the current site.
@@ -1498,7 +1485,6 @@ final class WP_Theme implements ArrayAccess {
 	 * Enables a theme for all sites on the current network.
 	 *
 	 * @since 4.6.0
-	 * @static
 	 *
 	 * @param string|array $stylesheets Stylesheet name or array of stylesheet names.
 	 */
@@ -1523,7 +1509,6 @@ final class WP_Theme implements ArrayAccess {
 	 * Disables a theme for all sites on the current network.
 	 *
 	 * @since 4.6.0
-	 * @static
 	 *
 	 * @param string|array $stylesheets Stylesheet name or array of stylesheet names.
 	 */
@@ -1551,8 +1536,6 @@ final class WP_Theme implements ArrayAccess {
 	 *
 	 * @since 3.4.0
 	 *
-	 * @static
-	 *
 	 * @param array $themes Array of themes to sort (passed by reference).
 	 */
 	public static function sort_by_name( &$themes ) {
@@ -1571,8 +1554,6 @@ final class WP_Theme implements ArrayAccess {
 	 *
 	 * @since 3.4.0
 	 *
-	 * @static
-	 *
 	 * @param string $a First name.
 	 * @param string $b Second name.
 	 * @return int Negative if `$a` falls lower in the natural order than `$b`. Zero if they fall equally.
@@ -1587,8 +1568,6 @@ final class WP_Theme implements ArrayAccess {
 	 *
 	 * @since 3.4.0
 	 *
-	 * @static
-	 *
 	 * @param string $a First name.
 	 * @param string $b Second name.
 	 * @return int Negative if `$a` falls lower in the natural order than `$b`. Zero if they fall equally.
diff --git src/wp-includes/class-wp-user-meta-session-tokens.php src/wp-includes/class-wp-user-meta-session-tokens.php
index 1cb5cca..c144a7a 100644
--- src/wp-includes/class-wp-user-meta-session-tokens.php
+++ src/wp-includes/class-wp-user-meta-session-tokens.php
@@ -124,7 +124,6 @@ class WP_User_Meta_Session_Tokens extends WP_Session_Tokens {
 	 * Destroy all session tokens for all users.
 	 *
 	 * @since 4.0.0
-	 * @static
 	 */
 	public static function drop_sessions() {
 		delete_metadata( 'user', 0, 'session_tokens', false, true );
diff --git src/wp-includes/class-wp-user.php src/wp-includes/class-wp-user.php
index f67780f..c677085 100644
--- src/wp-includes/class-wp-user.php
+++ src/wp-includes/class-wp-user.php
@@ -101,7 +101,6 @@ class WP_User {
 	private $site_id = 0;
 
 	/**
-	 * @static
 	 * @since 3.3.0
 	 * @var array
 	 */
@@ -180,8 +179,6 @@ class WP_User {
 	 * @since 3.3.0
 	 * @since 4.4.0 Added 'ID' as an alias of 'id' for the `$field` parameter.
 	 *
-	 * @static
-	 *
 	 * @global wpdb $wpdb WordPress database abstraction object.
 	 *
 	 * @param string $field The field to query against: 'id', 'ID', 'slug', 'email' or 'login'.
diff --git src/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php src/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php
index 545c2f6..1049acf 100644
--- src/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php
+++ src/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php
@@ -538,7 +538,6 @@ class WP_Customize_Nav_Menu_Item_Setting extends WP_Customize_Setting {
 	 * Re-apply the tail logic also applied on $items by wp_get_nav_menu_items().
 	 *
 	 * @since 4.3.0
-	 * @static
 	 *
 	 * @see wp_get_nav_menu_items()
 	 *
diff --git src/wp-includes/pomo/mo.php src/wp-includes/pomo/mo.php
index 6ec3524..4dfd672 100644
--- src/wp-includes/pomo/mo.php
+++ src/wp-includes/pomo/mo.php
@@ -295,7 +295,6 @@ if ( ! class_exists( 'MO', false ) ) :
 		 * Build a Translation_Entry from original string and translation strings,
 		 * found in a MO file
 		 *
-		 * @static
 		 * @param string $original original string to translate from MO file. Might contain
 		 *  0x04 as context separator or 0x00 as singular/plural separator
 		 * @param string $translation translation string from MO file. Might contain
diff --git src/wp-includes/pomo/po.php src/wp-includes/pomo/po.php
index 17e1d71..f5ddf5f 100644
--- src/wp-includes/pomo/po.php
+++ src/wp-includes/pomo/po.php
@@ -100,7 +100,6 @@ if ( ! class_exists( 'PO', false ) ) :
 		/**
 		 * Formats a string in PO-style
 		 *
-		 * @static
 		 * @param string $string the string to format
 		 * @return string the poified string
 		 */
@@ -131,7 +130,6 @@ if ( ! class_exists( 'PO', false ) ) :
 		/**
 		 * Gives back the original string from a PO-formatted string
 		 *
-		 * @static
 		 * @param string $string PO-formatted string
 		 * @return string enascaped string
 		 */
@@ -173,7 +171,6 @@ if ( ! class_exists( 'PO', false ) ) :
 		 * Inserts $with in the beginning of every new line of $string and
 		 * returns the modified string
 		 *
-		 * @static
 		 * @param string $string prepend lines in this string
 		 * @param string $with prepend lines with this string
 		 */
@@ -211,7 +208,6 @@ if ( ! class_exists( 'PO', false ) ) :
 		/**
 		 * Builds a string from the entry for inclusion in PO file
 		 *
-		 * @static
 		 * @param Translation_Entry $entry the entry to convert to po string (passed by reference).
 		 * @return false|string PO-style formatted string for the entry or
 		 *  false if the entry is empty
diff --git src/wp-includes/rest-api/class-wp-rest-request.php src/wp-includes/rest-api/class-wp-rest-request.php
index 49e119d..f4981e9 100644
--- src/wp-includes/rest-api/class-wp-rest-request.php
+++ src/wp-includes/rest-api/class-wp-rest-request.php
@@ -174,7 +174,6 @@ class WP_REST_Request implements ArrayAccess {
 	 * @link https://nginx.org/en/docs/http/ngx_http_core_module.html#underscores_in_headers
 	 *
 	 * @since 4.4.0
-	 * @static
 	 *
 	 * @param string $key Header name.
 	 * @return string Canonicalized name.
@@ -953,7 +952,6 @@ class WP_REST_Request implements ArrayAccess {
 	/**
 	 * Retrieves a WP_REST_Request object from a full URL.
 	 *
-	 * @static
 	 * @since 4.5.0
 	 *
 	 * @param string $url URL with protocol, domain, path and query args.
diff --git src/wp-includes/rest-api/class-wp-rest-server.php src/wp-includes/rest-api/class-wp-rest-server.php
index fbc47da..bdb6f0f 100644
--- src/wp-includes/rest-api/class-wp-rest-server.php
+++ src/wp-includes/rest-api/class-wp-rest-server.php
@@ -459,7 +459,6 @@ class WP_REST_Server {
 	 * direct output.
 	 *
 	 * @since 4.4.0
-	 * @static
 	 *
 	 * @param WP_REST_Response $response Response to extract links from.
 	 * @return array Map of link relation to list of link hashes.
@@ -492,7 +491,6 @@ class WP_REST_Server {
 	 * direct output.
 	 *
 	 * @since 4.5.0
-	 * @static
 	 *
 	 * @param WP_REST_Response $response Response to extract links from.
 	 * @return array Map of link relation to list of link hashes.
diff --git src/wp-includes/widgets/class-wp-widget-calendar.php src/wp-includes/widgets/class-wp-widget-calendar.php
index c19a3a2..dd56e6f 100644
--- src/wp-includes/widgets/class-wp-widget-calendar.php
+++ src/wp-includes/widgets/class-wp-widget-calendar.php
@@ -20,7 +20,6 @@ class WP_Widget_Calendar extends WP_Widget {
 	 *
 	 * @since 4.4.0
 	 *
-	 * @static
 	 * @var int
 	 */
 	private static $instance = 0;
