Changeset 3123335
- Timestamp:
- 07/22/2024 03:19:49 PM (16 months ago)
- Location:
- restrict-content
- Files:
-
- 2 edited
-
tags/3.2.11/restrictcontent.php (modified) (1 diff)
-
trunk/restrictcontent.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
restrict-content/tags/3.2.11/restrictcontent.php
r3120662 r3123335 997 997 'admin_notices', 998 998 function () { 999 if ( ! function_exists( 'rcp_is_rcp_admin_page' ) ) { 1000 require_once plugin_dir_path( __FILE__ ) . 'core/includes/misc-functions.php'; 1001 } 1002 999 1003 // Stop if isn't a RCP page. 1000 1004 if ( ! rcp_is_rcp_admin_page() ) { -
restrict-content/trunk/restrictcontent.php
r3120662 r3123335 997 997 'admin_notices', 998 998 function () { 999 if ( ! function_exists( 'rcp_is_rcp_admin_page' ) ) { 1000 require_once plugin_dir_path( __FILE__ ) . 'core/includes/misc-functions.php'; 1001 } 1002 999 1003 // Stop if isn't a RCP page. 1000 1004 if ( ! rcp_is_rcp_admin_page() ) {
Note: See TracChangeset
for help on using the changeset viewer.