Changeset 3372969
- Timestamp:
- 10/04/2025 11:20:00 PM (5 months ago)
- Location:
- post-order-control
- Files:
-
- 8 edited
-
tags/1.0.0/includes/class-wpu-api.php (modified) (1 diff)
-
tags/1.0.0/includes/class-wpu-post-order-control.php (modified) (1 diff)
-
tags/1.0.0/includes/template-functions.php (modified) (1 diff)
-
tags/1.0.0/post-order-control.php (modified) (1 diff)
-
trunk/includes/class-wpu-api.php (modified) (1 diff)
-
trunk/includes/class-wpu-post-order-control.php (modified) (1 diff)
-
trunk/includes/template-functions.php (modified) (1 diff)
-
trunk/post-order-control.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
post-order-control/tags/1.0.0/includes/class-wpu-api.php
r3372647 r3372969 78 78 endif; 79 79 80 ?>81 82 -
post-order-control/tags/1.0.0/includes/class-wpu-post-order-control.php
r3372647 r3372969 1460 1460 1461 1461 endif; // class exists 1462 1463 ?>1464 1465 -
post-order-control/tags/1.0.0/includes/template-functions.php
r3372647 r3372969 34 34 } 35 35 36 ?>37 38 -
post-order-control/tags/1.0.0/post-order-control.php
r3372647 r3372969 74 74 return isset( $GLOBALS['postordercontrol_plugin'] ) ? $GLOBALS['postordercontrol_plugin'] : null; 75 75 } 76 77 ?>78 79 -
post-order-control/trunk/includes/class-wpu-api.php
r3372647 r3372969 78 78 endif; 79 79 80 ?>81 82 -
post-order-control/trunk/includes/class-wpu-post-order-control.php
r3372647 r3372969 1460 1460 1461 1461 endif; // class exists 1462 1463 ?>1464 1465 -
post-order-control/trunk/includes/template-functions.php
r3372647 r3372969 34 34 } 35 35 36 ?>37 38 -
post-order-control/trunk/post-order-control.php
r3372647 r3372969 74 74 return isset( $GLOBALS['postordercontrol_plugin'] ) ? $GLOBALS['postordercontrol_plugin'] : null; 75 75 } 76 77 ?>78 79
Note: See TracChangeset
for help on using the changeset viewer.