Changeset 5829 for trunk/src/includes/replies/capabilities.php
- Timestamp:
- 07/14/2015 12:46:38 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/replies/capabilities.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/capabilities.php
r5770 r5829 61 61 // Get the post 62 62 $_post = get_post( $args[0] ); 63 if ( ! empty( $_post ) ) {63 if ( ! empty( $_post ) ) { 64 64 65 65 // Get caps for post type object … … 116 116 // Get the post 117 117 $_post = get_post( $args[0] ); 118 if ( ! empty( $_post ) ) {118 if ( ! empty( $_post ) ) { 119 119 120 120 // Get caps for post type object … … 144 144 // Get the post 145 145 $_post = get_post( $args[0] ); 146 if ( ! empty( $_post ) ) {146 if ( ! empty( $_post ) ) { 147 147 148 148 // Get caps for post type object
Note: See TracChangeset
for help on using the changeset viewer.