From 4f8bd0478964db58a95d87b21c17f9ff81ecd49d Mon Sep 17 00:00:00 2001 From: ozhozh Date: Fri, 23 Apr 2010 09:18:54 +0000 Subject: [PATCH] admin_notices hook example inline git-svn-id: http://yourls.googlecode.com/svn/trunk@331 12232710-3e20-11de-b438-597f59cd7555 --- includes/functions-html.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/includes/functions-html.php b/includes/functions-html.php index e3501bb..4ed84cb 100644 --- a/includes/functions-html.php +++ b/includes/functions-html.php @@ -330,4 +330,9 @@ function yourls_html_menu() { OMG, dude, I mean!" ); + yourls_add_action('admin_notices', create_function( '', "echo '$message';" ) ); + */ } -- 2.45.0