Changeset 3126:19af5f62e940 for inc/core/class.dc.core.php
- Timestamp:
- 10/25/15 10:09:44 (10 years ago)
- Branch:
- default
- Children:
- 3128:3863cfaaae8d, 3130:dc667b6545bf
- Parents:
- 3118:5c671c6fae8a (diff), 3125:3491c455735d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.core.php
r3112 r3126 1380 1380 array('lang','string','en', 1381 1381 'Default blog language'), 1382 array('media_exclusion','string','/\. php[0-9]*$/i',1382 array('media_exclusion','string','/\.(phps?|pht(ml)?|phl)[0-9]*$/i', 1383 1383 'File name exclusion pattern in media manager. (PCRE value)'), 1384 1384 array('media_img_m_size','integer',448, -
inc/core/class.dc.core.php
r3122 r3126 1390 1390 array('media_img_title_pattern','string','Title ;; Date(%b %Y) ;; separator(, )', 1391 1391 'Pattern to set image title when you insert it in a post'), 1392 array('media_video_width','integer',400, 1393 'Video width in media manager'), 1394 array('media_video_height','integer',300, 1395 'Video height in media manager'), 1392 1396 array('nb_post_for_home','integer',20, 1393 1397 'Number of entries on first home page'),
Note: See TracChangeset
for help on using the changeset viewer.