mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Docs: Add missing code formatting to various @since entries.
See #42505 git-svn-id: https://develop.svn.wordpress.org/trunk@42678 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2594,7 +2594,7 @@ function do_all_pings() {
|
||||
* Perform trackbacks.
|
||||
*
|
||||
* @since 1.5.0
|
||||
* @since 4.7.0 $post_id can be a WP_Post object.
|
||||
* @since 4.7.0 `$post_id` can be a WP_Post object.
|
||||
*
|
||||
* @global wpdb $wpdb WordPress database abstraction object.
|
||||
*
|
||||
@@ -2673,7 +2673,7 @@ function generic_ping( $post_id = 0 ) {
|
||||
* Pings back the links found in a post.
|
||||
*
|
||||
* @since 0.71
|
||||
* @since 4.7.0 $post_id can be a WP_Post object.
|
||||
* @since 4.7.0 `$post_id` can be a WP_Post object.
|
||||
*
|
||||
* @param string $content Post content to check for links. If empty will retrieve from post.
|
||||
* @param int|WP_Post $post_id Post Object or ID.
|
||||
|
||||
Reference in New Issue
Block a user