Adds proper doc block with proper TODO

This commit is contained in:
Jonathan Belcher 2018-10-23 13:54:20 -04:00
parent 50aed9121a
commit a6243b8dbe
1 changed files with 3 additions and 1 deletions

View File

@ -226,7 +226,9 @@ function wc_admin_admin_after_notices() {
add_action( 'admin_notices', 'wc_admin_admin_after_notices', PHP_INT_MAX ); add_action( 'admin_notices', 'wc_admin_admin_after_notices', PHP_INT_MAX );
/** /**
* TODO Can we do some URL rewriting so we can figure out which page they are on server side? * Edits Admin title based on section of wc-admin.
*
* @TODO Can we do some URL rewriting so we can figure out which page they are on server side?
* *
* @param string $admin_title Modifies admin title. * @param string $admin_title Modifies admin title.
*/ */