Commit f9e45d00 authored by John Blackbourn's avatar John Blackbourn
Browse files

Docs: First pass at some inline docs fixes mostly made by PHPCBF.

See #49572, #50744
Built from https://develop.svn.wordpress.org/trunk@48586


git-svn-id: https://core.svn.wordpress.org/trunk@48348 1a063a9b-81f0-0310-95a4-ce76da25c4cd
parent b0e4c013
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -213,7 +213,6 @@ class WP_MS_Sites_List_Table extends WP_List_Table {
	 * @since 5.3.0
	 *
	 * @return array
	 *
	 */
	protected function get_views() {
		$counts = wp_count_sites();
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
class WP_Site_Health_Auto_Updates {
	/**
	 * WP_Site_Health_Auto_Updates constructor.
	 *
	 * @since 5.2.0
	 */
	public function __construct() {
+11 −11
Original line number Diff line number Diff line
@@ -601,7 +601,7 @@ class WP_Terms_List_Table extends WP_List_Table {

	/**
	 * @param WP_Term $tag         Term object.
	 * @param string $column_name
	 * @param string  $column_name Name of the column.
	 * @return string
	 */
	public function column_default( $tag, $column_name ) {
+2 −2
Original line number Diff line number Diff line
@@ -1136,8 +1136,8 @@ function _wp_delete_orphaned_draft_menu_items() {
 *
 * @since 3.6.0
 *
 * @param int|string $nav_menu_selected_id (id, slug, or name ) of the currently-selected menu
 * @param string $nav_menu_selected_title Title of the currently-selected menu
 * @param int|string $nav_menu_selected_id    ID, slug, or name of the currently-selected menu.
 * @param string     $nav_menu_selected_title Title of the currently-selected menu.
 * @return array The menu updated message
 */
function wp_nav_menu_update_menu_items( $nav_menu_selected_id, $nav_menu_selected_title ) {
+1 −0
Original line number Diff line number Diff line
@@ -719,6 +719,7 @@ All at ###SITENAME###

/**
 * Intercept personal data exporter page Ajax responses in order to assemble the personal data export file.
 *
 * @see wp_privacy_personal_data_export_page
 * @since 4.9.6
 *
Loading