📄 modinfo.php
字号:
<?phpif (!defined('WP_LANGUAGE_XOOPS_MODINFO_READ')) {define ('WP_LANGUAGE_XOOPS_MODINFO_READ','1');// Module Info// The name of this moduledefine("_MI_WORDPRESS_NAME","WordPress%s");// A brief description of this moduledefine("_MI_WORDPRESS_DESC","XOOPS Module of WordPress.");define("_MI_WORDPRESS_AUTHOR",'<a href="http://www.kowa.org/" target="_blank">nobunobu</a>');// Sub menu titlesdefine("_MI_WORDPRESS_SMNAME1","Submit Blog");// Sample Blog Messagedefine("_MI_WORDPRESS_INST_POST_CONTENT","'Welcome to WordPress. This is the first post. Edit or delete it, then start blogging!'");define("_MI_WORDPRESS_INST_POST_TITLE","'Hello world!'");// Sample Commentdefine("_MI_WORDPRESS_INST_COMMENT_CONTENT"," 'Hi, this is a comment.<br />To delete a comment, just log in, and view the posts\' comments, there you will have the option to edit or delete them.'");// WordPress OptionTable Valuesdefine("_MI_WORDPRESS_INST_OPTIONS_22","'en'");define("_MI_WORDPRESS_INST_OPTIONS_52","'n/j/Y'");define("_MI_WORDPRESS_INST_OPTIONS_53","'g:i a'");// Config titlesdefine("_MI_WPUSEWYSIWYG_CFG_MSG","Select editor");define("_MI_WPUSEWYSIWYG_CFG_DESC","");define("_MI_WPEDITAUTHGRP_CFG_MSG","Editor groups");define("_MI_WPEDITAUTHGRP_CFG_DESC","Select groups, who initially can post and edit.<br/>(WordPress user level 1)");define("_MI_WPADMINAUTHGRP_CFG_MSG","Administrator groups");define("_MI_WPADMINAUTHGRP_CFG_DESC","Select groups, who initially can change WordPress options.<br/>(WordPress user level 10)");define("_MI_WP_USE_XOOPS_SMILE","Use XOOPS Default Smilies");define("_MI_WP_USE_XOOPS_SMILE_DESC","");define("_MI_WP_USE_THEME_TEMPLATE","Use Template file under theme directory, when display content XOOPS block.");define("_MI_WP_USE_THEME_TEMPLATE_DESC","Use Template file(content_block-template.php) under theme directory, when display content XOOPS block.");// Block Namedefine("_MI_WORDPRESS_BNAME1","WordPress%s Calendar");define("_MI_WORDPRESS_BDESC1","WordPress Calendar");define("_MI_WORDPRESS_BNAME2","WordPress%s Monthly Archives");define("_MI_WORDPRESS_BDESC2","WordPress Monthly Archives");define("_MI_WORDPRESS_BNAME3","WordPress%s Categories Listing");define("_MI_WORDPRESS_BDESC3","WordPress Categories Listing");define("_MI_WORDPRESS_BNAME4","WordPress%s Link Listing");define("_MI_WORDPRESS_BDESC4","WordPress Link Listing");define("_MI_WORDPRESS_BNAME5","WordPress%s Blog Search");define("_MI_WORDPRESS_BDESC5","WordPress Blog Search");define("_MI_WORDPRESS_BNAME6","WordPress%s Recent Posts");define("_MI_WORDPRESS_BDESC6","WordPress Recent Posts");define("_MI_WORDPRESS_BNAME7","WordPress%s Recent Comments");define("_MI_WORDPRESS_BDESC7","WordPress Recent Comments");define("_MI_WORDPRESS_BNAME8","WordPress%s Contents");define("_MI_WORDPRESS_BDESC8","WordPress Contents");define("_MI_WORDPRESS_BNAME9","WordPress%s Authors");define("_MI_WORDPRESS_BDESC9","WordPress Authors");define("_MI_WORDPRESS_AD_MENU1","WordPress Option");define("_MI_WORDPRESS_AD_MENU2","Blocks/Groups");}?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -