mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
See #36913. git-svn-id: https://develop.svn.wordpress.org/trunk@37488 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -25,7 +25,7 @@ function get_column_headers( $screen ) {
|
||||
if ( ! isset( $column_headers[ $screen->id ] ) ) {
|
||||
|
||||
/**
|
||||
* Filter the column headers for a list table on a specific screen.
|
||||
* Filters the column headers for a list table on a specific screen.
|
||||
*
|
||||
* The dynamic portion of the hook name, `$screen->id`, refers to the
|
||||
* ID of a specific screen. For example, the screen ID for the Posts
|
||||
@@ -63,7 +63,7 @@ function get_hidden_columns( $screen ) {
|
||||
$hidden = array();
|
||||
|
||||
/**
|
||||
* Filter the default list of hidden columns.
|
||||
* Filters the default list of hidden columns.
|
||||
*
|
||||
* @since 4.4.0
|
||||
*
|
||||
@@ -74,7 +74,7 @@ function get_hidden_columns( $screen ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Filter the list of hidden columns.
|
||||
* Filters the list of hidden columns.
|
||||
*
|
||||
* @since 4.4.0
|
||||
* @since 4.4.1 Added the `use_defaults` parameter.
|
||||
@@ -153,7 +153,7 @@ function get_hidden_meta_boxes( $screen ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Filter the default list of hidden meta boxes.
|
||||
* Filters the default list of hidden meta boxes.
|
||||
*
|
||||
* @since 3.1.0
|
||||
*
|
||||
@@ -164,7 +164,7 @@ function get_hidden_meta_boxes( $screen ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Filter the list of hidden meta boxes.
|
||||
* Filters the list of hidden meta boxes.
|
||||
*
|
||||
* @since 3.3.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user