mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Docs: Add missing description for $taxnow global in various functions.
Follow-up to [53060], [53061]. See #54729. git-svn-id: https://develop.svn.wordpress.org/trunk@53062 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -403,7 +403,7 @@ final class WP_Screen {
|
||||
*
|
||||
* @global WP_Screen $current_screen WordPress current screen object.
|
||||
* @global string $typenow The post type of the current screen.
|
||||
* @global string $taxnow
|
||||
* @global string $taxnow The taxonomy of the current screen.
|
||||
*/
|
||||
public function set_current_screen() {
|
||||
global $current_screen, $taxnow, $typenow;
|
||||
|
||||
Reference in New Issue
Block a user