mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Clean up some missing @access tags and other tweaks for 4.0.0-functionality docs.
See #28885. git-svn-id: https://develop.svn.wordpress.org/trunk@29455 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2297,7 +2297,7 @@ function wp_embed_handler_googlevideo( $matches, $attr, $url, $rawattr ) {
|
||||
* @since 4.0.0
|
||||
*
|
||||
* @param array $matches The regex matches from the provided regex when calling
|
||||
* {@link wp_embed_register_handler()}.
|
||||
* {@see wp_embed_register_handler()}.
|
||||
* @param array $attr Embed attributes.
|
||||
* @param string $url The original URL that was matched by the regex.
|
||||
* @param array $rawattr The original unmodified attributes.
|
||||
@@ -3301,6 +3301,7 @@ function attachment_url_to_postid( $url ) {
|
||||
* @since 4.0.0
|
||||
*
|
||||
* @global $wp_version
|
||||
*
|
||||
* @return array The relevant CSS file URLs.
|
||||
*/
|
||||
function wp_media_mce_styles() {
|
||||
|
||||
Reference in New Issue
Block a user