mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
phpdoc for wp-admin. See #7496 props santosj.
git-svn-id: https://develop.svn.wordpress.org/trunk@8645 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -18,6 +18,12 @@ $min_width_pages = array( 'post.php', 'post-new.php', 'page.php', 'page-new.php'
|
||||
$the_current_page = preg_replace('|^.*/wp-admin/|i', '', $_SERVER['PHP_SELF']);
|
||||
$ie6_no_scrollbar = true;
|
||||
|
||||
/**
|
||||
* Append 'minwidth' to value.
|
||||
*
|
||||
* @param mixed $c
|
||||
* @return string
|
||||
*/
|
||||
function add_minwidth($c) {
|
||||
return $c . 'minwidth ';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user