Changeset 2830211
- Timestamp:
- 12/07/2022 06:11:40 PM (3 years ago)
- Location:
- rock-content
- Files:
-
- 2 edited
-
tags/3.0.1/inc/Admin/PluginAdmin.php (modified) (1 diff)
-
trunk/inc/Admin/PluginAdmin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rock-content/tags/3.0.1/inc/Admin/PluginAdmin.php
r2830207 r2830211 115 115 $html = '<div class=' . $class . '><p>' . $message . ' ' . $link . '</p></div>'; 116 116 117 echo esc_html( $html );117 echo $html; 118 118 } 119 119 -
rock-content/trunk/inc/Admin/PluginAdmin.php
r2830207 r2830211 115 115 $html = '<div class=' . $class . '><p>' . $message . ' ' . $link . '</p></div>'; 116 116 117 echo esc_html( $html );117 echo $html; 118 118 } 119 119
Note: See TracChangeset
for help on using the changeset viewer.