Changeset 1777302
- Timestamp:
- 11/28/2017 09:50:37 PM (8 years ago)
- Location:
- widget-display-conditions/trunk
- Files:
-
- 2 edited
-
src/WDC/Condition/Attachment.php (modified) (1 diff)
-
widget-display-conditions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
widget-display-conditions/trunk/src/WDC/Condition/Attachment.php
r1776540 r1777302 7 7 parent::__construct( 'attachment', __( 'Attachment', 'wdc' ), array 8 8 ( 9 'category' => ' media'9 'category' => 'attachment' 10 10 )); 11 11 } -
widget-display-conditions/trunk/widget-display-conditions.php
r1777254 r1777302 47 47 WDC_API::add_category( 'post' , __( 'Post', 'wdc' ) ); 48 48 WDC_API::add_category( 'page' , __( 'Page', 'wdc' ) ); 49 WDC_API::add_category( ' media' , __( 'Media', 'wdc' ) );49 WDC_API::add_category( 'attachment' , __( 'Media', 'wdc' ) ); 50 50 WDC_API::add_category( 'archive', __( 'Archive', 'wdc' ) ); 51 51 WDC_API::add_category( 'user' , __( 'User', 'wdc' ) );
Note: See TracChangeset
for help on using the changeset viewer.