Changeset 606720
- Timestamp:
- 10/01/2012 08:30:24 PM (14 years ago)
- Location:
- lips/branches/dev-0.8.8
- Files:
-
- 2 edited
-
css/lips.css (modified) (1 diff)
-
lips.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lips/branches/dev-0.8.8/css/lips.css
r587979 r606720 145 145 z-index: 0; 146 146 } 147 148 tr:nth-child(odd) { 149 background-color: #DFDFDF; 150 font-weight: bold; 151 } -
lips/branches/dev-0.8.8/lips.php
r606706 r606720 534 534 */ 535 535 public function display_section($section) { 536 $section_description['li'] = __(" This section handles the OAuth configuration. LinkedIn® uses that to control access to your data. Once configured, you can make your host forget the OAuth details too by clicking the <em>Forget OAuth</em> button below.</p><p>Download your profile by checking <em>Update Profile Page</em>. Select <em>Connect to LinkedIn® and download profile data</em> and click the <em>Save Changes</em> button below.");536 $section_description['li'] = __("Basic plugin configuration is done is this section."); 537 537 $section_description['pot'] = __("LiPS can maintain posts too. Once enabled, these posts will not be shown with the other posts, but instead you can link to them from your profile page.<p>You can provide categories for posts being maintained by this plugin and you can provide the template to use handling position details. There's a template for the title and one for the content.</p>"); 538 538 $section_description['dev'] = __("Functions supporting development are found in this section. You can make the template be more verbose and you can make the plugin keep a copy of the profile data.<p>The Debug Data On-a-Page function should only be enabled when you want to create or modify page, post or post-title templates because it'll allow you to take a look at the gathered data.</p>");
Note: See TracChangeset
for help on using the changeset viewer.