Changeset 1818 for trunk/wp-includes/functions.php
- Timestamp:
- 10/19/2004 03:03:06 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r1812 r1818 2236 2236 } 2237 2237 2238 function is_plugin_page() { 2239 global $plugin_page; 2240 2241 if (isset($plugin_page)) { 2242 return true; 2243 } 2244 2245 return false; 2246 } 2247 2238 2248 ?>
Note: See TracChangeset
for help on using the changeset viewer.